diff --git a/TOC.md b/TOC.md index d0ce79e..18ff367 100644 --- a/TOC.md +++ b/TOC.md @@ -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) diff --git a/book.json b/book.json index ec51526..3cbadcf 100644 --- a/book.json +++ b/book.json @@ -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" } } \ No newline at end of file