Brendan O'Leary a154ce5c62 Verfiy our Algolia site hai 3 semanas
..
.kilocode e2909f2194 Replace docs with new Markdoc site hai 3 semanas
__tests__ c14c12a9ff test: add redirect loop detection test for docs hai 3 semanas
components 643038e2b0 Add customize section to break up code with ai hai 3 semanas
lib 643038e2b0 Add customize section to break up code with ai hai 3 semanas
markdoc e2909f2194 Replace docs with new Markdoc site hai 3 semanas
pages a154ce5c62 Verfiy our Algolia site hai 3 semanas
public a154ce5c62 Verfiy our Algolia site hai 3 semanas
.env.docs.sample 2c6d8e6917 Add posthog to docs site hai 3 semanas
.gitattributes e2909f2194 Replace docs with new Markdoc site hai 3 semanas
.gitignore 2f8c252ca5 Style search bar hai 3 semanas
AGENTS.md e2909f2194 Replace docs with new Markdoc site hai 3 semanas
README.md e2909f2194 Replace docs with new Markdoc site hai 3 semanas
instrumentation-client.ts 2c6d8e6917 Add posthog to docs site hai 3 semanas
mappingplan.md ccd0384795 Autocomplete hai 3 semanas
next-env.d.ts 643038e2b0 Add customize section to break up code with ai hai 3 semanas
next.config.js 7a8c040971 Add basepath of docs hai 3 semanas
package.json c14c12a9ff test: add redirect loop detection test for docs hai 3 semanas
postcss.config.js e2909f2194 Replace docs with new Markdoc site hai 3 semanas
previous-docs-redirects.js 6e45b27150 remove loops hai 3 semanas
tailwind.config.js e2909f2194 Replace docs with new Markdoc site hai 3 semanas
tsconfig.json e2909f2194 Replace docs with new Markdoc site hai 3 semanas
vitest.config.ts c14c12a9ff test: add redirect loop detection test for docs hai 3 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