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

10 years ago
10 years ago
1234567891011121314151617181920212223242526272829
  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" :
  20. {
  21. "Markdown support": "markdownsupport.md",
  22. "DocNet Markdown extensions" : "markdownextensions.md"
  23. }
  24. },
  25. "Search" : "search.md",
  26. "Acknowledgements" : "acknowledgements.md",
  27. "License": "license.md"
  28. }
  29. }

No Description

Contributors (1)