Kevin van Dijk a9a46321bc Merge pull request #5593 from Kilo-Org/bdo/docs-prefix-note 1 settimana fa
..
.kilocode e2909f2194 Replace docs with new Markdoc site 2 settimane fa
__tests__ c14c12a9ff test: add redirect loop detection test for docs 2 settimane fa
components b801f06e58 Fix image caption issue (again?) 1 settimana fa
docs 1679c5bb40 add cline docs (#5500) 2 settimane fa
lib 05f26008b9 docs: add kilocodeignore documentation (#5612) 1 settimana fa
markdoc e2909f2194 Replace docs with new Markdoc site 2 settimane fa
pages a9a46321bc Merge pull request #5593 from Kilo-Org/bdo/docs-prefix-note 1 settimana fa
public 13f26d8570 Merge branch 'main' into docs/add-back-details-apges 1 settimana fa
.env.docs.sample 2c6d8e6917 Add posthog to docs site 2 settimane fa
.gitattributes e2909f2194 Replace docs with new Markdoc site 2 settimane fa
.gitignore 0581c21db2 Ignore docs auto types 2 settimane fa
AGENTS.md a9a46321bc Merge pull request #5593 from Kilo-Org/bdo/docs-prefix-note 1 settimana fa
README.md 817c33f066 For docs only changes, request a docs/ branch name 1 settimana fa
instrumentation-client.ts 2c6d8e6917 Add posthog to docs site 2 settimane fa
mappingplan.md d5f3d82098 Final mapping change 1 settimana fa
next.config.js 7a8c040971 Add basepath of docs 2 settimane fa
package.json c14c12a9ff test: add redirect loop detection test for docs 2 settimane fa
postcss.config.js e2909f2194 Replace docs with new Markdoc site 2 settimane fa
previous-docs-redirects.js 843b26daa8 Merge pull request #5599 from Kilo-Org/docs/add-back-details-apges 1 settimana fa
tailwind.config.js e2909f2194 Replace docs with new Markdoc site 2 settimane fa
tsconfig.json e2909f2194 Replace docs with new Markdoc site 2 settimane fa
vitest.config.ts c14c12a9ff test: add redirect loop detection test for docs 2 settimane fa

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.