Jean du Plessis e55612d62c Merge pull request #5961 from Olusammytee/docs/2165-clean-shell-integration-page 3 ساعت پیش
..
.kilocode e2909f2194 Replace docs with new Markdoc site 3 هفته پیش
__tests__ c14c12a9ff test: add redirect loop detection test for docs 3 هفته پیش
components abb85890fa docs: add community projects page and docs nav link 20 ساعت پیش
docs 6179524650 feat(devcontainer): add volume mounts for persistent storage 1 هفته پیش
lib 1513dc1fe8 Merge pull request #5982 from Kilo-Org/docs/faq-section-and-config-path-fix 3 ساعت پیش
markdoc e2909f2194 Replace docs with new Markdoc site 3 هفته پیش
pages e55612d62c Merge pull request #5961 from Olusammytee/docs/2165-clean-shell-integration-page 3 ساعت پیش
public a862344c37 Merge pull request #5966 from Olusammytee/docs/4273-fix-kilogif-path 3 ساعت پیش
.env.docs.sample 2c6d8e6917 Add posthog to docs site 3 هفته پیش
.gitattributes e2909f2194 Replace docs with new Markdoc site 3 هفته پیش
.gitignore 0581c21db2 Ignore docs auto types 3 هفته پیش
AGENTS.md ba66108f55 Update apps/kilocode-docs/AGENTS.md 1 روز پیش
README.md 817c33f066 For docs only changes, request a docs/ branch name 2 هفته پیش
instrumentation-client.ts 2c6d8e6917 Add posthog to docs site 3 هفته پیش
mappingplan.md 5e4348dc36 Merge branch 'main' into mark/removememorybank 2 هفته پیش
next.config.js 7a8c040971 Add basepath of docs 3 هفته پیش
package.json c14c12a9ff test: add redirect loop detection test for docs 3 هفته پیش
postcss.config.js e2909f2194 Replace docs with new Markdoc site 3 هفته پیش
previous-docs-redirects.js 0dd54df96b PR review findings 4 ساعت پیش
tailwind.config.js e2909f2194 Replace docs with new Markdoc site 3 هفته پیش
tsconfig.json e2909f2194 Replace docs with new Markdoc site 3 هفته پیش
tsconfig.tsbuildinfo 4bac5b501e docs(kilocode-docs): add comprehensive AI Gateway documentation 6 روز پیش
vitest.config.ts c14c12a9ff test: add redirect loop detection test for docs 3 هفته پیش

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.