Skip to content

Commit

Permalink
Update navigation configuration in _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QuvonchbekBobojonov committed Dec 5, 2024
1 parent eb1f051 commit 9158071
Showing 1 changed file with 28 additions and 8 deletions.
36 changes: 28 additions & 8 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
theme: jekyll-theme-slate

nav:
- Home: index.md
- Installation: installation.md
- Usage: usage.md
- Error Handling: error_handling.md
- Views & ViewSets: views_viewsets.md
- API Reference: api_reference.md
- Changelog: changelog.md
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

0 comments on commit 9158071

Please sign in to comment.