The project documentation
Find a file
2024-11-30 15:32:53 +01:00
docs Add joining page 2024-11-30 15:32:53 +01:00
src/css Replace index page with redirect 2024-05-10 15:34:29 +02:00
static Initial commit 2024-03-02 18:26:21 +01:00
.gitignore Initial commit 2024-03-02 18:26:21 +01:00
babel.config.js Initial commit 2024-03-02 18:26:21 +01:00
docusaurus.config.ts Remove documentation links 2024-11-30 12:57:50 +01:00
LICENSE Initial commit 2024-03-02 18:26:21 +01:00
Makefile Update docusaurus 2024-07-24 02:03:23 +02:00
package-lock.json Initial commit 2024-03-02 18:26:21 +01:00
package.json First documentation rework 2024-11-28 22:17:46 +01:00
README.md First documentation rework 2024-11-28 22:17:46 +01:00
sidebars.ts Initial commit 2024-03-02 18:26:21 +01:00
tsconfig.json Initial commit 2024-03-02 18:26:21 +01:00

sos!docs

The StarOpenSource Project uses Docusaurus for generating it's project documentation.

Commands

# Installs all required dependencies
make install-deps

# Starts a development server with support for hot reloading
make test

# Build the documentation to 'out/'
make build

# Remove 'out/' directory as well as some of Docusaurus' files
make clean

# If you want to remove node_modules and other pnpm stuff execute this
make clean-extra