Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
self_data_technical_doc
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
Factory
LLLE_Project
self_data_technical_doc
Commits
41459377
Commit
41459377
authored
5 years ago
by
Hugo NOUTS
Browse files
Options
Downloads
Patches
Plain Diff
init commit
parents
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+37
-0
37 additions, 0 deletions
README.md
with
37 additions
and
0 deletions
README.md
0 → 100644
+
37
−
0
View file @
41459377
# Lyon Living Lab Energy Documentation
## Commands
*
`mkdocs new [dir-name]`
- Create a new project.
*
`mkdocs serve`
- Start the live-reloading docs server.
*
`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
- Project Architecture:
- Introduction: architecture/architecture-home.md
- Client: architecture/client/client.md
- Cozy: architecture/cozy/cozy.md
- Konnectors:
- Readme: architecture/konnectors/readme.md
- Enedis: architecture/konnectors/enedis.md
- EGL: architecture/konnectors/egl.md
- GDRF - Celery: architecture/konnectors/gdrf.md
- About:
- Css: miscellaneous/css-recommandation.md
- Gitflow: miscellaneous/gitflow-ci-cd.md
- Glossary: miscellaneous/glossary.md
- Tools: miscellaneous/tools.md
- VSCode: miscellaneous/vscode-settings.md
## Project layout
mkdocs.yml # The main file and configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
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