Gui Bibeau ec362e2ae9 docs: improve React section documentation (#211) 2 kuukautta sitten
..
content ec362e2ae9 docs: improve React section documentation (#211) 2 kuukautta sitten
public 62641fac15 [docs] og images (#160) 5 kuukautta sitten
src ec362e2ae9 docs: improve React section documentation (#211) 2 kuukautta sitten
.eslintrc.json 0f9b085cd8 docs (#123) 6 kuukautta sitten
.gitignore 9e4bc55431 [docs] api reference (#132) 5 kuukautta sitten
.npmrc 0f9b085cd8 docs (#123) 6 kuukautta sitten
.prettierignore ff37d8d2cb [chore] prettier style check and fix (#226) 2 kuukautta sitten
.prettierrc d369e1f666 [docs] various updates (#130) 5 kuukautta sitten
README.md 0cae38bbca [docs] more docs (#138) 5 kuukautta sitten
build-api-docs.sh 9e4bc55431 [docs] api reference (#132) 5 kuukautta sitten
generic.d.ts ff37d8d2cb [chore] prettier style check and fix (#226) 2 kuukautta sitten
next.config.mjs 0f9b085cd8 docs (#123) 6 kuukautta sitten
package.json ff37d8d2cb [chore] prettier style check and fix (#226) 2 kuukautta sitten
pnpm-lock.yaml 7b90a7d835 chore: update gill (#217) 2 kuukautta sitten
postcss.config.mjs 0f9b085cd8 docs (#123) 6 kuukautta sitten
source.config.ts f27dbaf2e0 Docs nav (#135) 5 kuukautta sitten
tsconfig.json 2af83fc46e fix docs to actually deploy (#124) 6 kuukautta sitten
typedoc-data.mjs 7b90a7d835 chore: update gill (#217) 2 kuukautta sitten
vercel.json 9e4bc55431 [docs] api reference (#132) 5 kuukautta sitten

README.md

gill documentation

Documentation website for gill, built with Fumadocs.

Install dependencies

Install using the --ignore-workspace flag to ensure the dependencies of the documentation website are separate from the library dependencies.

pnpm install --ignore-workspace

Run development server

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Generating the API references documentation

The docs have a prebuild command that will generate API docs (via TypeDoc) for the library's packages.

When working locally, it is not required to build these in order to test the local docs site.

You can manually trigger building the API references using the following command:

pnpm prebuild

Learn more

To learn more about Next.js and Fumadocs, take a look at the following resources: