mirror of
https://github.com/ada-dmitry/ada-dmitry.github.io.git
synced 2026-09-24 01:10:35 +00:00
- Updated mobile navigation links in _data/navigation.yml for better accessibility. - Added sidebar configuration to multiple notes under IT-School and HomeServer categories for consistent navigation. - Ensured all relevant pages now include the mobile_nav sidebar for improved user experience. - Adjusted sidebar settings in aboutme.md, homeserver_hub.md, index.md, notes.md, and sysengine.md for uniformity.
20 lines
401 B
YAML
20 lines
401 B
YAML
main:
|
|
- title: "Главная"
|
|
url: /
|
|
|
|
- title: "Проекты"
|
|
url: /projects/
|
|
|
|
- title: "Обо мне"
|
|
url: /aboutme/
|
|
|
|
|
|
mobile_nav:
|
|
- title: "📂 Все заметки"
|
|
url: /notes/
|
|
- title: "🔬 Домашняя лаборатория"
|
|
url: /homelab/
|
|
- title: "📘 IT-школа"
|
|
url: /system-engineer/
|
|
- title: "💬 Контакты"
|
|
url: /aboutme/ |