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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user