Skip to content

Commit

Permalink
Migrate documentation to ReadTheDocs format
Browse files Browse the repository at this point in the history
https://www.mkdocs.org is used as it provides ReadTheDocs support and
requires only markdown files.
  • Loading branch information
extsoft committed Jul 9, 2019
1 parent 014755e commit 4eeaa4a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ Also, there are several optional addons which can be useful in some circumstance
## Test name template
Use the following test name template - `'<command args>': <describe what will be tested>` like
`'acquire-repository': raise an error if cloneable URL isn't set`.

# Documentation preview
Please install required dependencies by `pip install -r docs/requirements.txt`. After, run `mkdocs serve`
and open <http://127.0.0.1:8000/> in a browser. That's it!
File renamed without changes.
1 change: 1 addition & 0 deletions docs/licence.md
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mkdocs==1.0.4
13 changes: 13 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
site_name: Elegant git
site_url:
site_description:
site_author: Dmytro Serdiuk
repo_url: https://github.com/bees-hive/elegant-git
theme: readthedocs
nav:
- Home: index.md
- License: licence.md

copyright: Copyright &copy; 2019 <a href="https://extsoft.pro">Dmytro Serdiuk</a>, Maintained by <a href="https://github.com/bees-hive/elegant-git/graphs/contributors">project contributors</a>.
plugins:
- search

0 comments on commit 4eeaa4a

Please sign in to comment.