mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
⚙️ Adds sidebar options
This commit is contained in:
parent
1ad0deba33
commit
b938e0e7dc
25
_config.yml
25
_config.yml
|
@ -27,6 +27,7 @@ exclude:
|
||||||
- postcss.config.js
|
- postcss.config.js
|
||||||
- src
|
- src
|
||||||
- tailwind.config.js
|
- tailwind.config.js
|
||||||
|
- vendor
|
||||||
defaults:
|
defaults:
|
||||||
- scope:
|
- scope:
|
||||||
path: "" # an empty string here means all files in the project
|
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
|
# Enable or disable the search button that appears in the bottom right corner of every page
|
||||||
# Supports true or false (default)
|
# Supports true or false (default)
|
||||||
button: false
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user