Skip to main content

Documentation

Writing the documentation is extremely important yet probably the hardest part of development. The docs are hosted using Docusarus. All documentation is in the docs/docs directory, where each markdown file represents a single page in the documentation. The configuration can be found at docs/docusaurus.config.ts.

Fun thing

If you want to see how many words is in the documentation, run this command in the docs/docs directory:

find . -type f -name "*.md" | xargs wc -w