You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
671B

  1. {
  2. "title": "VCV Rack Manual",
  3. "description": "Documentation for VCV Rack, the open-source virtual modular synthesizer",
  4. "author": "VCV",
  5. "language": "en",
  6. "plugins": [
  7. "insert-logo-link",
  8. "github-edit",
  9. "katex-plus",
  10. "-sharing"
  11. ],
  12. "pluginsConfig": {
  13. "insert-logo-link": {
  14. "src": "images/logo.png",
  15. "url": "https://vcvrack.com/"
  16. },
  17. "github-edit": {
  18. "repo": "VCVRack/manual",
  19. "branch": "master"
  20. }
  21. },
  22. "structure": {
  23. "readme": "Introduction.md",
  24. "summary": "TOC.md",
  25. "glossary": "Glossary.md"
  26. },
  27. "pdf": {
  28. "fontSize": 12,
  29. "fontFamily": "DejaVu Sans",
  30. "paperSize": "a5"
  31. }
  32. }