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.0 kB

10 years ago
10 years ago
10 years ago
10 years ago
12345678910111213141516171819202122232425262728293031
  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. "Pages" :
  10. {
  11. "__index" : "index.md",
  12. "Usage" : "usage.md",
  13. "Configuration" :
  14. {
  15. "Site configuration with the docnet.json file" : "docnetjson.md",
  16. "Automatic H2 level ToC entry discovery" : "h2leveldiscovery.md"
  17. },
  18. "Authoring content" :
  19. {
  20. "Themes" : "themes.md",
  21. "Writing content using Markdown" :
  22. {
  23. "Markdown support": "markdownsupport.md",
  24. "DocNet Markdown extensions" : "markdownextensions.md"
  25. }
  26. },
  27. "Search" : "search.md",
  28. "Acknowledgements" : "acknowledgements.md",
  29. "License": "license.md"
  30. }
  31. }

No Description

Contributors (1)