Technical documentation for the Frequency parachain. The current documentation can be viewed in its compiled form at https://docs.frequency.xyz. Alternatively, the latest iteration of the docs can be viewed non-formatted here.
For more information about Frequency, visit frequency.xyz or Frequency on GitHub
To build the generator locally, install mdBook.
cargo install [email protected]
npm install
Use mdbook linkcheck
.
The link checker will run during build process and throw warnings for any broken internal or external links.
Not run in CI due to a high number of false negatives.
To run the doc generator locally, actively build after each change and serve them via HTTP use the following command:
npm run serve
Once the local server is running, the site will automatically open in the browser at http://localhost:3000. Note, it will not automatically refresh browser page after each change.
To run the doc generator locally and preview the formatted docs from local files, use the following:
npm run build
npm run lint
The CI will automatically deploy what's merged into main
.
- mdBook — create books with Markdown