From b938e0e7dcb3d376c65d47caa9135f159c015e8a Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Sat, 10 Sep 2022 19:46:28 -0500 Subject: [PATCH] :gear: Adds sidebar options --- _config.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/_config.yml b/_config.yml index 4fc4c5e..42737a5 100644 --- a/_config.yml +++ b/_config.yml @@ -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