Browse Source

Clean up config, add title

pull/1/merge
Andrew Belt 7 years ago
parent
commit
e37b842563
2 changed files with 13 additions and 2 deletions
  1. +2
    -1
      TOC.md
  2. +11
    -1
      book.json

+ 2
- 1
TOC.md View File

@@ -1,3 +1,4 @@
# Table of Contents

### Rack

@@ -10,7 +11,7 @@
### Plugin Development
- [Tutorial](PluginDevelopmentTutorial.md)
- [Voltage Standards](VoltageStandards.md)
- [DSP][DSP.md]
- [DSP](DSP.md)

### Rack Development
- [ABI/API Version](Version.md)


+ 11
- 1
book.json View File

@@ -1,8 +1,13 @@
{
"title": "VCV Rack Manual",
"description": "Documentation for VCV Rack, the open-source virtual modular synthesizer",
"author": "VCV",
"language": "en",
"plugins": [
"insert-logo-link",
"github-edit",
"katex-plus"
"katex-plus",
"-sharing"
],
"pluginsConfig": {
"insert-logo-link": {
@@ -18,5 +23,10 @@
"readme": "Introduction.md",
"summary": "TOC.md",
"glossary": "Glossary.md"
},
"pdf": {
"fontSize": 12,
"fontFamily": "DejaVu Sans",
"paperSize": "a5"
}
}

Loading…
Cancel
Save