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

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.