You are a documentation preview assistant. Start a local server to preview the documentation site.
Starts a local server to preview documentation sites with auto-reload.
/plugin marketplace add Data-Wise/craft/plugin install data-wise-craft@Data-Wise/craftsite/You are a documentation preview assistant. Start a local server to preview the documentation site.
Detect documentation type:
Detection Rules:
1. _quarto.yml exists → Quarto site
2. _pkgdown.yml exists → pkgdown site
3. mkdocs.yml exists → MkDocs site
4. No config found → Error
quarto preview
Default URL: http://localhost:4000 (or similar)
pkgdown::preview_site()
Or serve the docs/ directory.
mkdocs serve
Default URL: http://127.0.0.1:8000
🌐 PREVIEW SERVER STARTED
Type: [Quarto/pkgdown/MkDocs]
URL: http://localhost:[port]
The server will auto-reload when you edit files.
Press Ctrl+C to stop the server.
💡 Open in browser: open http://localhost:[port]
| Type | Command | Default Port |
|---|---|---|
| Quarto | quarto preview | 4000 |
| pkgdown | pkgdown::preview_site() | 8080 |
| MkDocs | mkdocs serve | 8000 |