| 123456789101112131415161718192021222324 |
- {
- "docs": [
- {
- "location": "/",
- "text": "Welcome to MkDocs\n\n\nFor full documentation visit \nmkdocs.org\n.\n\n\nCommands\n\n\n\n\nmkdocs new [dir-name]\n - Create a new project.\n\n\nmkdocs serve\n - Start the live-reloading docs server.\n\n\nmkdocs build\n - Build the documentation site.\n\n\nmkdocs help\n - Print this help message.\n\n\n\n\nProject layout\n\n\nmkdocs.yml # The configuration file.\ndocs/\n index.md # The documentation homepage.\n ... # Other markdown pages, images and other files.",
- "title": "Home"
- },
- {
- "location": "/#welcome-to-mkdocs",
- "text": "For full documentation visit mkdocs.org .",
- "title": "Welcome to MkDocs"
- },
- {
- "location": "/#commands",
- "text": "mkdocs new [dir-name] - Create a new project. mkdocs serve - Start the live-reloading docs server. mkdocs build - Build the documentation site. mkdocs help - Print this help message.",
- "title": "Commands"
- },
- {
- "location": "/#project-layout",
- "text": "mkdocs.yml # The configuration file.\ndocs/\n index.md # The documentation homepage.\n ... # Other markdown pages, images and other files.",
- "title": "Project layout"
- }
- ]
- }
|