diff options
Diffstat (limited to 'doc-src/index.py')
-rw-r--r-- | doc-src/index.py | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/doc-src/index.py b/doc-src/index.py index 85d3e339..de392004 100644 --- a/doc-src/index.py +++ b/doc-src/index.py @@ -8,11 +8,8 @@ this.titlePrefix = "" this.site_url = "http://corte.si" pages = [ Page("index.html", "overview", namespace=dict(section="index")), - Page("docs.html", "docs", namespace=dict(section="docs")), + Page("pathod.html", "pathod", namespace=dict(section="docs")), + Page("pathoc.html", "pathoc", namespace=dict(section="docs")), + Page("test.html", "libpathod.test", namespace=dict(section="docs")), sitemap.Sitemap("sitemap.xml") ] -ns.sidebar = widgets.SiblingPageIndex( - pages[0], - depth=1, - divclass="sidebarmenu" - ) |