Emilie Lima Schario fa13626129 Merge pull request #5867 from Kilo-Org/jl-prerelease-docs 13 godzin temu
..
.kilocode e2909f2194 Replace docs with new Markdoc site 2 tygodni temu
__tests__ c14c12a9ff test: add redirect loop detection test for docs 2 tygodni temu
components ad9838a48c Add banner and pre-release extension info 1 dzień temu
docs 6179524650 feat(devcontainer): add volume mounts for persistent storage 1 tydzień temu
lib e4925fd820 docs: add Context Condensing documentation (#5605) 23 godzin temu
markdoc e2909f2194 Replace docs with new Markdoc site 2 tygodni temu
pages fa13626129 Merge pull request #5867 from Kilo-Org/jl-prerelease-docs 13 godzin temu
public fa13626129 Merge pull request #5867 from Kilo-Org/jl-prerelease-docs 13 godzin temu
.env.docs.sample 2c6d8e6917 Add posthog to docs site 2 tygodni temu
.gitattributes e2909f2194 Replace docs with new Markdoc site 2 tygodni temu
.gitignore 0581c21db2 Ignore docs auto types 2 tygodni temu
AGENTS.md a9a46321bc Merge pull request #5593 from Kilo-Org/bdo/docs-prefix-note 1 tydzień temu
README.md 817c33f066 For docs only changes, request a docs/ branch name 1 tydzień temu
instrumentation-client.ts 2c6d8e6917 Add posthog to docs site 2 tygodni temu
mappingplan.md 5e4348dc36 Merge branch 'main' into mark/removememorybank 1 tydzień temu
next.config.js 7a8c040971 Add basepath of docs 2 tygodni temu
package.json c14c12a9ff test: add redirect loop detection test for docs 2 tygodni temu
postcss.config.js e2909f2194 Replace docs with new Markdoc site 2 tygodni temu
previous-docs-redirects.js 5e4348dc36 Merge branch 'main' into mark/removememorybank 1 tydzień temu
tailwind.config.js e2909f2194 Replace docs with new Markdoc site 2 tygodni temu
tsconfig.json e2909f2194 Replace docs with new Markdoc site 2 tygodni temu
tsconfig.tsbuildinfo 4bac5b501e docs(kilocode-docs): add comprehensive AI Gateway documentation 2 dni temu
vitest.config.ts c14c12a9ff test: add redirect loop detection test for docs 2 tygodni temu

README.md

Full Next.js example

This is a full-featured boilerplate for a creating a documentation website using Markdoc and Next.js.

image

Setup

First, clone this repo and install the dependencies required:

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev

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

You can start editing the page by modifying index.md. The page auto-updates as you edit the file.

Deploy

The quickest way to deploy your own version of this boilerplate is by deploying it with Vercel or Netlify by clicking one of the buttons below.

Deploy with Vercel

Deploy with Vercel

Deploy to Netlify

Deploy to Netlify

Contributing

When making documentation only changes, use branch names prefixed with docs/:

git checkout -b docs/your-change-description

Examples:

  • docs/add-mcp-tutorial
  • docs/fix-installation-steps
  • docs/update-api-reference

For full contribution guidelines, see the Contributing Guide.