From e8e98443cb4909090d35f55f6b07545b9c5e0a95 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Sun, 29 Jan 2017 17:07:47 -0500 Subject: [PATCH] Documentation: update sidebar --- docs/gensidebar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gensidebar.py b/docs/gensidebar.py index 4feaa0ef..d589fa02 100644 --- a/docs/gensidebar.py +++ b/docs/gensidebar.py @@ -72,12 +72,12 @@ def write_api(project, desc): write_api('pynetworktables', 'NetworkTables') write_api('utilities', 'Utilities') write_api('pyfrc', 'PyFRC') - write_api('ctre', 'CTRE Libraries') endl() toctree('Additional Info') write("Troubleshooting", 'troubleshooting') write('Support', 'support') + write('FAQ', 'faq') endl() toctree('RobotPy Developers')