Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to Pan cheatsheet from documentation index. #235

Merged
merged 3 commits into from
Jan 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis-scripts/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ quattor
Quattor
RabbitMQ
RAL
ReadTheDocs
RPM
RPMs
SELinux
Expand Down
2 changes: 1 addition & 1 deletion .travis-scripts/spellchecker
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ echo
pyenv versions
pyenv local 3.6
pip3 install pyenchant
git diff --name-only HEAD^ | grep '\.md$' | xargs -r python3.5 markdown-spellchecker-$SCVERSION/src/spellchecker.py || exit 1
git diff --name-only HEAD^ | grep '\.md$' | xargs -r python3.6 markdown-spellchecker-$SCVERSION/src/spellchecker.py || exit 1
4 changes: 3 additions & 1 deletion documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ If you don't find the documentation you need here, tell us!

Latest documentation is [available on ReadTheDocs](https://quattor-pan.readthedocs.org).

Many common code snippets can be found in the [Cheat Sheet](/documentation/2014/02/26/cheat-sheet.html).

### CAF, CCM and Configuration Modules (Components)

You can find the latest documentation here: <http://quattor-documentation.readthedocs.io/en/latest>

#### Versioned documentation:
#### Documentation by release version:

* [17.8.0](http://quattor-documentation.readthedocs.io/en/17.8.0/)
* [17.7.0](http://quattor-documentation.readthedocs.io/en/17.7.0/)
Expand Down