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 721 B

10 years ago
12345678910111213141516171819202122
  1. {
  2. "Name" : "DocNet Documentation",
  3. "Source" : ".",
  4. "Destination" : "..\\",
  5. "Theme" : "Default",
  6. "Footer" : "Made with DocNet. Get your copy at: <a href='https://github.com/FransBouma/DocNet' target='_blank'>https://github.com/FransBouma/DocNet</a>.",
  7. "Pages" :
  8. {
  9. "__index" : "index.md",
  10. "Usage" : "usage.md",
  11. "Configuration" :
  12. {
  13. "Site configuration with the docnet.json file" : "docnetjson.md",
  14. "Automatic H2 level ToC entry discovery" : "h2leveldiscovery.md"
  15. },
  16. "Authoring content" :
  17. {
  18. "Themes" : "themes.md",
  19. "Writing content using Markdown" : "markdownextensions.md"
  20. }
  21. }
  22. }

No Description

Contributors (1)