Engine/docs
JeremyStarTM a6a41f5cec
Some checks failed
build-and-test / generate-javadoc (push) Failing after 59s
build-and-test / test (push) Successful in 1m48s
build-and-test / build (push) Successful in 1m52s
Update docusaurus
2024-11-06 02:31:45 +01:00
..
docs Update versions and links in documentation 2024-10-16 13:09:53 +02:00
src/css Add documentation 2024-06-16 15:52:33 +02:00
static Add documentation 2024-06-16 15:52:33 +02:00
.gitignore Add documentation 2024-06-16 15:52:33 +02:00
babel.config.js Add documentation 2024-06-16 15:52:33 +02:00
docusaurus.config.ts Fix development documentation link 2024-09-22 14:20:17 +02:00
Makefile Add update-deps task to docs/Makefile 2024-07-24 02:02:55 +02:00
package-lock.json Add documentation 2024-06-16 15:52:33 +02:00
package.json Update docusaurus 2024-11-06 02:31:45 +01:00
README.md Add documentation 2024-06-16 15:52:33 +02:00
sidebars.ts Add documentation 2024-06-16 15:52:33 +02:00
tsconfig.json Add documentation 2024-06-16 15:52:33 +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