bashutils/docs
2024-10-26 22:54:26 +02:00
..
docs Initial commit 2024-10-26 22:54:26 +02:00
src/css Initial commit 2024-10-26 22:54:26 +02:00
static Initial commit 2024-10-26 22:54:26 +02:00
.gitignore Initial commit 2024-10-26 22:54:26 +02:00
babel.config.js Initial commit 2024-10-26 22:54:26 +02:00
docusaurus.config.ts Initial commit 2024-10-26 22:54:26 +02:00
Makefile Initial commit 2024-10-26 22:54:26 +02:00
package-lock.json Initial commit 2024-10-26 22:54:26 +02:00
package.json Initial commit 2024-10-26 22:54:26 +02:00
README.md Initial commit 2024-10-26 22:54:26 +02:00
sidebars.ts Initial commit 2024-10-26 22:54:26 +02:00
tsconfig.json Initial commit 2024-10-26 22:54:26 +02:00

sos!engine documentation

The StarOpenSource Project uses Docusaurus for generating sos!engine's 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