From 0d86589301476fffaa179cb527b014bfd02d6497 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Fri, 16 Apr 2021 02:47:29 -0400 Subject: [PATCH] Improve TOC titles. --- FAQ.md | 2 +- toc.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/FAQ.md b/FAQ.md index 50fdc97..02657d5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,4 +1,4 @@ -# FAQ +# Frequently Asked Questions ## What does "VCV" stand for? diff --git a/toc.md b/toc.md index 76ec275..d95ac62 100644 --- a/toc.md +++ b/toc.md @@ -1,9 +1,9 @@ -### VCV Rack -- [Installing](/Installing) +### Rack +- [Installing & Running](/Installing) - [Getting Started](/GettingStarted) - [Menu Bar](/MenuBar) -- [Core](/Core) +- [Core Modules](/Core) - [Polyphony](/Polyphony) - [Key Commands](/KeyCommands) - [FAQ](/FAQ) @@ -13,8 +13,8 @@ ### Plugin Development - [Plugin Development Tutorial](/PluginDevelopmentTutorial) -- [Panel](/Panel) -- [Manifest](/Manifest) +- [Panel Guide](/Panel) +- [Plugin Manifest](/Manifest) - [Voltage Standards](/VoltageStandards) - [Digital Signal Processing](/DSP) - [Migrating v0.6 Plugins to v1](/Migrate1) @@ -22,4 +22,4 @@ ### Rack Development - [Building](/Building) -- [Version](/Version) +- [Versioning](/Version)