Joshua Lambert 7d54a266ce Merge pull request #4962 from Kilo-Org/docs/checkpoints-nested-git-repos hai 2 semanas
..
.kilocode e2909f2194 Replace docs with new Markdoc site hai 2 semanas
__tests__ c14c12a9ff test: add redirect loop detection test for docs hai 2 semanas
components f176f7ab6a docs: update GitHub link to kilo.ai/github (#5491) hai 2 semanas
lib 643038e2b0 Add customize section to break up code with ai hai 2 semanas
markdoc e2909f2194 Replace docs with new Markdoc site hai 2 semanas
pages 7d54a266ce Merge pull request #4962 from Kilo-Org/docs/checkpoints-nested-git-repos hai 2 semanas
public e19a4be46d Add back mistral-setup hai 2 semanas
.env.docs.sample 2c6d8e6917 Add posthog to docs site hai 2 semanas
.gitattributes e2909f2194 Replace docs with new Markdoc site hai 2 semanas
.gitignore 0581c21db2 Ignore docs auto types hai 2 semanas
AGENTS.md e2909f2194 Replace docs with new Markdoc site hai 2 semanas
README.md e2909f2194 Replace docs with new Markdoc site hai 2 semanas
instrumentation-client.ts 2c6d8e6917 Add posthog to docs site hai 2 semanas
mappingplan.md ccd0384795 Autocomplete hai 2 semanas
next.config.js 7a8c040971 Add basepath of docs hai 2 semanas
package.json c14c12a9ff test: add redirect loop detection test for docs hai 2 semanas
postcss.config.js e2909f2194 Replace docs with new Markdoc site hai 2 semanas
previous-docs-redirects.js e19a4be46d Add back mistral-setup hai 2 semanas
tailwind.config.js e2909f2194 Replace docs with new Markdoc site hai 2 semanas
tsconfig.json e2909f2194 Replace docs with new Markdoc site hai 2 semanas
vitest.config.ts c14c12a9ff test: add redirect loop detection test for docs hai 2 semanas

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