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
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

+3 -3
View File
@@ -5,15 +5,15 @@ repo_url: https://github.com/christianlouis/DocuElevate
repo_name: DocuElevate repo_name: DocuElevate
theme: theme:
name: material name: material
logo: frontend/static/logo_writing.svg logo: logo.png
favicon: frontend/static/logo_writing.svg favicon: favicon.ico
features: features:
- navigation.tabs - navigation.tabs
- navigation.instant - navigation.instant
- search.suggest - search.suggest
- content.code.copy - content.code.copy
nav: nav:
- Home: README - Home: /
- User Guide: UserGuide - User Guide: UserGuide
- API: API - API: API
- Deployment: DeploymentGuide - Deployment: DeploymentGuide