mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
adding sidebar links
This commit is contained in:
@@ -56,6 +56,7 @@ if os.path.exists(os.path.join(here, '_static')):
|
||||
html_sidebars = {
|
||||
'**': [
|
||||
'about.html',
|
||||
'globaltoc.html',
|
||||
'relations.html',
|
||||
'searchbox.html',
|
||||
'donate.html',
|
||||
@@ -74,3 +75,6 @@ html_theme_options = {
|
||||
'github_banner': False,
|
||||
'github_type': 'star',
|
||||
}
|
||||
|
||||
def setup(app):
|
||||
app.add_stylesheet('custom.css')
|
||||
Reference in New Issue
Block a user