|
|
10 часов назад | |
|---|---|---|
| .. | ||
| .kilocode | 2 недель назад | |
| __tests__ | 2 недель назад | |
| components | 1 день назад | |
| docs | 1 неделя назад | |
| lib | 21 часов назад | |
| markdoc | 2 недель назад | |
| pages | 10 часов назад | |
| public | 10 часов назад | |
| .env.docs.sample | 2 недель назад | |
| .gitattributes | 2 недель назад | |
| .gitignore | 2 недель назад | |
| AGENTS.md | 1 неделя назад | |
| README.md | 1 неделя назад | |
| instrumentation-client.ts | 2 недель назад | |
| mappingplan.md | 1 неделя назад | |
| next.config.js | 2 недель назад | |
| package.json | 2 недель назад | |
| postcss.config.js | 2 недель назад | |
| previous-docs-redirects.js | 1 неделя назад | |
| tailwind.config.js | 2 недель назад | |
| tsconfig.json | 2 недель назад | |
| tsconfig.tsbuildinfo | 2 дней назад | |
| vitest.config.ts | 2 недель назад | |
This is a full-featured boilerplate for a creating a documentation website using Markdoc and Next.js.
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.
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.
When making documentation only changes, use branch names prefixed with docs/:
git checkout -b docs/your-change-description
Examples:
docs/add-mcp-tutorialdocs/fix-installation-stepsdocs/update-api-referenceFor full contribution guidelines, see the Contributing Guide.