changes to the mkdocs.yml file

This commit is contained in:
Christian Krakau-Louis
2025-04-04 00:38:12 +02:00
parent ae9dfb1941
commit 6e0a0b43bb
3 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -5,15 +5,15 @@ repo_url: https://github.com/christianlouis/DocuElevate
repo_name: DocuElevate
theme:
name: material
logo: frontend/static/logo_writing.svg
favicon: frontend/static/logo_writing.svg
logo: logo.png
favicon: favicon.ico
features:
- navigation.tabs
- navigation.instant
- search.suggest
- content.code.copy
nav:
- Home: README
- Home: /
- User Guide: UserGuide
- API: API
- Deployment: DeploymentGuide