Merge pull request #23 from mithro/master

docs: Fix the header links.
This commit is contained in:
Tim Ansell 2020-06-19 14:22:34 -07:00 committed by GitHub
commit 6d44fe1a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -162,7 +162,7 @@ html_theme_options = {
# https://material.io/icons/
'header_links': [
('Home', 'index', False, 'home'),
("GitHub", "https://github.com/google/skywater-pdk", True, 'link'),
("GitHub", "https://github.com/google/skywater-pdk", True, 'code'),
("SkyWater", "https://www.skywatertechnology.com/", True, 'link'),
],
@ -192,7 +192,10 @@ html_theme_options = {
'show_drawer_title': True,
# Render footer.
# Values: True, False (Default: True)
'show_footer': True
'show_footer': True,
# Hide the symbiflow links
'hide_symbiflow_links': True,
}
# Add any paths that contain custom static files (such as style sheets) here,