Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
documentation
Commits
71a9ea6a
Commit
71a9ea6a
authored
5 years ago
by
ddamiron
Browse files
Options
Downloads
Patches
Plain Diff
add md files hierarchy configuration using mkdocs.yml
parent
77e11ddc
No related branches found
No related tags found
1 merge request
!1
Mkdocs material
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/index.md
+17
-0
17 additions, 0 deletions
docs/index.md
mkdocs.yml
+22
-1
22 additions, 1 deletion
mkdocs.yml
with
39 additions
and
1 deletion
docs/index.md
+
17
−
0
View file @
71a9ea6a
...
...
@@ -7,6 +7,23 @@
*
`mkdocs build`
- Build the documentation site.
*
`mkdocs help`
- Print this help message.
## Setting files hierarchy
inside mkdocs.yml use the key nav: to configure the md files hierarchy
nav:
- Home: index.md
- Architecture Guide:
- Admin-gui: architecture/admin-gui.md
- Admin-tools: architecture/admin-tools.md
- Api-gateway: architecture/api-gateway.md
- CMS: architecture/cms.md
- Monitoring: architecture/monitoring.md
- Web-app: architecture/web-app.md
- Service:
- authentification: architecture/service/autentification.md
- Elasticsearch:
- Indexer: architecture/service/elasticsearch/indexer.md
## Project layout
mkdocs.yml # The main file and configuration file.
...
...
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
22
−
1
View file @
71a9ea6a
site_name
:
portail data functional documentation
site_name
:
Portail Data Functional Documentation
site_description
:
Portail Data Project Documentation with Markdown.
site_author
:
MkDocs Team
theme
:
name
:
'
material'
nav
:
-
Home
:
index.md
-
Architecture Guide
:
-
Admin-gui
:
architecture/admin-gui.md
-
Admin-tools
:
architecture/admin-tools.md
-
Api-gateway
:
architecture/api-gateway.md
-
CMS
:
architecture/cms.md
-
Monitoring
:
architecture/monitoring.md
-
Web-app
:
architecture/web-app.md
-
Service
:
-
authentification
:
architecture/service/autentification.md
-
Elasticsearch
:
-
Indexer
:
architecture/service/elasticsearch/indexer.md
-
About
:
-
Gitflow
:
miscellaneous/gitflow-ci-cd.md
-
VSCode
:
miscellaneous/vscode-settings.md
-
Webapp
:
miscellaneous/webapp-auth.md
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment