Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ferma
Ferma
Commits
425ae1b2
Unverified
Commit
425ae1b2
authored
Jan 20, 2020
by
Jeffrey Phillips Freeman
💥
Browse files
Docs: Added some docs explaining how to update mkdocs.
parent
422464fe
Pipeline
#158
failed with stages
in 2 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
425ae1b2
...
...
@@ -268,3 +268,25 @@ following command.
```
bash
git clone https://git.qoto.org/Ferma/Ferma.git
```
## Building
### Documentation
Install dependencies
```
bash
pip
install
mkdocs mkdocs-material pymdown-extensions
```
Build documentation
```
bash
mkdocs build
```
Deploy to Github
```
bash
mkdocs gh-deploy
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment