Skip to content
Snippets Groups Projects
Verified Commit d6b83203 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Do not show pages on menu

parent a24f6eea
No related branches found
No related tags found
No related merge requests found
Pipeline #2511 passed
...@@ -22,6 +22,8 @@ MENUITEMS = ( ...@@ -22,6 +22,8 @@ MENUITEMS = (
("python-bigbluebutton2", "https://infrablue.edugit.io/python-bigbluebutton2/docs/html/"), ("python-bigbluebutton2", "https://infrablue.edugit.io/python-bigbluebutton2/docs/html/"),
) )
DISPLAY_PAGES_ON_MENU = False
DEFAULT_PAGINATION = False DEFAULT_PAGINATION = False
# Uncomment following line if you want document-relative URLs when developing # Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True RELATIVE_URLS = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment