Commit Graph

9 Commits

Author SHA1 Message Date
edualb
43605ac8b2
docs: tutorial for bash autocomplete (#24398)
* including tutorial for bash autocomplete

- included the Bash Autocomplete in sidebar.yml
- created a new file called Bash-Autocomplete.md with a tutorial to include a bash autocomplete.
This tutorial was based on:
	- https://github.com/urfave/cli/blob/master/docs/v1/manual.md#enabling
	- https://github.com/urfave/cli/blob/master/docs/v2/manual.md#powershell-support

* Update docs/_interface/Bash-Autocomplete.md

- From "Creates" to "Create" in Windows tutorial

Co-authored-by: ligi <ligi@ligi.de>

* Update docs/_interface/Bash-Autocomplete.md

- From "Creates" to "Create" in Linux/MacOS tutorial

Co-authored-by: ligi <ligi@ligi.de>

* (_layouts): redirect to first element in documentation

- Problem: The sidebar was redirecting to the wrong element
in the list when we click on that. It was occuring because the logic inside of sidebar.html
to build the list-group-item was carry about the frontdoc.url instead of the first element by itself.

- Solution: We are sorting the collection.docs and then build the
list-group-item with the right element in the list.

Co-authored-by: ligi <ligi@ligi.de>
2022-10-11 16:20:38 +02:00
ligi
a135de141d
docs: fix issues found by w3c link checker (#22010) 2020-12-13 16:06:10 +01:00
Chris Chinchilla
611703beb9 [DOCS] Add dev mode guide (#20102) 2019-10-30 12:35:45 +01:00
Chris Chinchilla
06c70fff5e [DOCS] Add Getting started guide (#20088) 2019-10-30 12:34:07 +01:00
Adam Schmideg
8e49d1571d Move all documentation below /docs (#20072)
* Move pages one level deeper under the /docs folder and fix broken links

* Fix broken links

* Flatten clef/qubes links to clef

* Remove path debugging from main template
2019-10-01 10:40:09 +02:00
Martin Holst Swende
48b2c1fa57
fix navbar install link 2019-04-05 09:17:43 +02:00
Adam Schmideg
3b98e2c8a1 Forgot to re-add _data dir 2019-03-27 09:35:36 +01:00
Adam Schmideg
161b15f9e4 Revert "Move wiki pages to github pages (#18497)"
This reverts commit 40eb803de1c5a03e263f6b6cbd7298d9ffc69531.
2019-03-25 13:43:46 +01:00
Adam Schmideg
40eb803de1 Move wiki pages to github pages (#18497) 2019-03-21 10:35:00 +01:00