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