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

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: