⚙️ Adds sidebar options

This commit is contained in:
Jeff Triplett 2022-09-10 19:46:28 -05:00
parent 1ad0deba33
commit b938e0e7dc
No known key found for this signature in database
GPG Key ID: BD6DAFC4D1A381EA

View File

@ -27,6 +27,7 @@ exclude:
- postcss.config.js
- src
- tailwind.config.js
- vendor
defaults:
- scope:
path: "" # an empty string here means all files in the project
@ -97,3 +98,27 @@ search:
# Enable or disable the search button that appears in the bottom right corner of every page
# Supports true or false (default)
button: false
nav_external_links:
- title: Third-Party Packages
url: "#third-party-packages"
hide_icon: true
- title: Python Packages
url: "#python-packages"
hide_icon: true
- title: Resources
url: "#resources"
hide_icon: true
- title: Hosting
url: "#hosting"
hide_icon: true
- title: Projects
url: "#projects"
hide_icon: true
- title: Django REST Framework
url: "#django-rest-framework"
hide_icon: true
- title: Wagtail
url: "#wagtail"
hide_icon: true