Docs for ArmoniK
Be aware to be in the .docs folder
pnpm install
If you don't have pnpm installed, you can install it with the following command:
npm install -g pnpm
To run the docs locally, run the following command:
pnpm run dev
To build the docs, run the following command:
pnpm run generate
For more information, check out the armonik-docs-theme documentation.