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
123456789101112131415161718192021222324252627282930
  1. {
  2. "Name" : "DocNet Documentation",
  3. "Source" : ".",
  4. "Destination" : "..\\",
  5. "IncludeSource": "Includes",
  6. "Theme" : "Light",
  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. "Pages" :
  9. {
  10. "__index" : "index.md",
  11. "Usage" : "usage.md",
  12. "Configuration" :
  13. {
  14. "Site configuration with the docnet.json file" : "docnetjson.md",
  15. "Automatic H2 level ToC entry discovery" : "h2leveldiscovery.md"
  16. },
  17. "Authoring content" :
  18. {
  19. "Themes" : "themes.md",
  20. "Writing content using Markdown" :
  21. {
  22. "Markdown support": "markdownsupport.md",
  23. "DocNet Markdown extensions" : "markdownextensions.md"
  24. }
  25. },
  26. "Search" : "search.md",
  27. "Acknowledgements" : "acknowledgements.md",
  28. "License": "license.md"
  29. }
  30. }

No Description

Contributors (1)