Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab menu navigation fixes (minor) #205

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Empty file modified .editorconfig
100644 → 100755
Empty file.
Empty file modified .gitattributes
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ This method involves installing the Git, IDE, Python and
## Introduction into Mkdocs

This documentation built on [mkdocs engine](https://mkdocs.org) and [mkdocs-material theme](https://squidfunk.github.io/mkdocs-material).
Firstly, read [how to layout and write your Markdown source files](https://mkdocs.org/user-guide/writing-your-docs)
Firstly, read [how to structure and write your Markdown source files](https://mkdocs.org/user-guide/writing-your-docs)
for an overview of how to write docs.

***
Expand Down
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified build.cmd
100644 → 100755
Empty file.
Empty file modified build.sh
100644 → 100755
Empty file.
13 changes: 7 additions & 6 deletions docs/.pages.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
nav:
- general
- backend-api
- panel-api
- eco-fleet-api
- data-warehouse-api
- frontend
- Home: index.md
- General: general
- Backend API: backend-api
- Data Warehouse API: data-warehouse-api
- Eco Fleet API: eco-fleet-api
- Panel API: panel-api
- Frontend: frontend
4 changes: 2 additions & 2 deletions docs/backend-api/.pages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Backend API
nav:
- getting-started.md
- how-to
- getting-started
- Guides: guides
- resources
- websocket
Loading