You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

docnet.json 1.1 kB

10 years ago
10 years ago
8 years ago
10 years ago
10 years ago
10 years ago
123456789101112131415161718192021222324252627282930313233
  1. {
  2. "Name" : "DocNet Documentation",
  3. "Source" : ".",
  4. "Destination" : "..\\",
  5. "IncludeSource": "Includes",
  6. "Theme" : "Default",
  7. "Footer" : "Made with DocNet. Get your copy at: <a href='https://github.com/FransBouma/DocNet' target='_blank'>https://github.com/FransBouma/DocNet</a>.",
  8. "ConvertLocalLinks": "true",
  9. "MaxLevelInToC": 3,
  10. "Pages" :
  11. {
  12. "__index" : "index.md",
  13. "Usage" : "usage.md",
  14. "Configuration" :
  15. {
  16. "Site configuration with the docnet.json file" : "docnetjson.md",
  17. "Automatic H2 level ToC entry discovery" : "h2leveldiscovery.md",
  18. "Not found (404) page" : "notfound.md"
  19. },
  20. "Authoring content" :
  21. {
  22. "Themes" : "themes.md",
  23. "Writing content using Markdown" :
  24. {
  25. "Markdown support": "markdownsupport.md",
  26. "DocNet Markdown extensions" : "markdownextensions.md"
  27. }
  28. },
  29. "Search" : "search.md",
  30. "Acknowledgements" : "acknowledgements.md",
  31. "License": "license.md"
  32. }
  33. }

No Description