Skip to content

Commit e472ae6

Browse files
committed
Refactor navigation structure and update tutorial title
Simplified the tutorial title in the documentation and restructured the navigation in the mkdocs.yml file to group related contents for better organization and clarity.
1 parent 16bfbd8 commit e472ae6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🌐 Building Your First API with Django and Django Rest Framework
1+
# Tutorial
22

33
## Summary
44

mkdocs.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
site_name: 🌐 Building Your First API with Django and Django Rest Framework
22
nav:
3-
- Home: index.md
4-
- About: about.md
5-
- Bonus Content: bonus.md
3+
- Home:
4+
- index.md
5+
- bonus.md
6+
- About: about.md
67
theme:
78
name: material
89
features:

0 commit comments

Comments
 (0)