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
1234567891011121314151617181920212223242526272829303132
  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. },
  19. "Authoring content" :
  20. {
  21. "Themes" : "themes.md",
  22. "Writing content using Markdown" :
  23. {
  24. "Markdown support": "markdownsupport.md",
  25. "DocNet Markdown extensions" : "markdownextensions.md"
  26. }
  27. },
  28. "Search" : "search.md",
  29. "Acknowledgements" : "acknowledgements.md",
  30. "License": "license.md"
  31. }
  32. }

No Description