search_index.json 1.3 KB

123456789101112131415161718192021222324
  1. {
  2. "docs": [
  3. {
  4. "location": "/",
  5. "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.",
  6. "title": "Home"
  7. },
  8. {
  9. "location": "/#welcome-to-mkdocs",
  10. "text": "For full documentation visit mkdocs.org .",
  11. "title": "Welcome to MkDocs"
  12. },
  13. {
  14. "location": "/#commands",
  15. "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.",
  16. "title": "Commands"
  17. },
  18. {
  19. "location": "/#project-layout",
  20. "text": "mkdocs.yml # The configuration file.\ndocs/\n index.md # The documentation homepage.\n ... # Other markdown pages, images and other files.",
  21. "title": "Project layout"
  22. }
  23. ]
  24. }