changes to the mkdocs.yml file
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user