From b843b67f5813a184a1a08d9e22ac83f9e929683a Mon Sep 17 00:00:00 2001 From: Quvonchbek Bobojonov Date: Thu, 5 Dec 2024 12:39:04 +0500 Subject: [PATCH] Update navigation configuration in _config.yml --- docs/_config.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 9e161bc..f980e76 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,30 +1 @@ theme: jekyll-theme-slate - -navigation: - - text: Introduction - internal: true - url: ./ - - text: Installation - internal: true - url: installation - - text: Usage - internal: true - url: usage - - text: Error Handling - internal: true - url: error_handling - - text: Views & ViewSets - internal: true - url: views_viewsets - - text: API Reference - internal: true - url: api_reference - - text: Changelog - internal: true - url: changelog - - text: GitHub Setup - internal: true - url: github - - text: Edit this Repo - internal: false - url: https://github.com/QuvonchbekBobojonov/django-success-response