Quick Start Your Docs

This is the home page of your new docmd project. You’re currently viewing docs/en/index.md and the site root / renders this default English locale.

Run the dev server

npx @docmd/core dev

Open http://localhost:3000 and the page updates as you edit.

Build for production

npx @docmd/core build

The static output goes to site/.

Project structure

.
├── docs/
│   ├── en/
│   │   ├── index.md
│   │   └── skills.md
│   └── zh/
│       ├── index.md
│       └── skills.md
├── docmd.config.json
└── package.json

Features

1. Smart containers

::: callout tip "Did you know?"
You can nest containers, add titles, and use icons.
:::

::: card "Flexible" icon:layout-grid
Organise content with cards.

[View the docs →](https://docs.docmd.io){.docmd-button}
:::

2. Tabs and code

::: tabs
== tab "JavaScript" icon:braces
```javascript
console.log('Hello World');
```

== tab "Python" icon:code
```python
print('Hello World')
```
:::

3. Built-in plugins

docmd ships with these plugins enabled by default:

  • AI Assistant for interactive documentation chat
  • Search for full-text and semantic search
  • Sitemap and SEO metadata
  • LLMs context via llms.txt and llms.json
  • OKF bundle output under site/okf/
  • Mermaid diagrams
  • Git last-modified timestamps

Next steps

Use the language switcher in the sidebar to open the Chinese version at /zh/.