From d00f80fb8d89303d721d5399ee924e16ef304078 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 2 Jan 2021 22:11:39 +0100 Subject: Add ZZZ page to software menu conf.py: Add the page about the ZZZ SuperCollider Quark to the software menu item. --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index fb90b28..08f14d8 100644 --- a/conf.py +++ b/conf.py @@ -169,6 +169,7 @@ NAVIGATION_LINKS = { ("/software/crypted-backups/", 'crypted-backups'), ("/software/rts/", 'rts'), ("/software/uenv/", 'uenv'), + ("/software/zzz/", 'zzz'), ), 'Software' ), -- cgit v1.2.3