https://github.com/archettialberto/airlab_server_guidelines
AIRLab guidelines for using our servers and writing your thesis.
https://github.com/archettialberto/airlab_server_guidelines
documentation guide guidelines server
Last synced: 4 months ago
JSON representation
AIRLab guidelines for using our servers and writing your thesis.
- Host: GitHub
- URL: https://github.com/archettialberto/airlab_server_guidelines
- Owner: archettialberto
- License: cc-by-sa-4.0
- Created: 2023-04-07T07:45:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T14:01:27.000Z (over 1 year ago)
- Last Synced: 2026-01-18T14:51:51.522Z (5 months ago)
- Topics: documentation, guide, guidelines, server
- Homepage: https://archettialberto.github.io/airlab_server_guidelines/
- Size: 2.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Server Guidelines
For full documentation visit [mkdocs.org](https://squidfunk.github.io/mkdocs-material/).
## Commands
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs -h` - Print help message and exit.
## Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.