11 Commits

Author SHA1 Message Date
Sam Welek
e47096e7d5
Fixes some Typos in the Documentation (#678)
* Fixing typo on development_enviornment.md

* Fixing various typos throughout the docs, it's not much but it's honest work
2020-10-11 15:47:52 +01:00
Franck Nijhof
08884e2cca
Collection of fixes and improvements (#516) 2020-05-11 08:12:01 -07:00
Tom Brien
d6e06a716d
Replace quotes with tip boxes (#458)
* Replace quotes with tip boxes

The use of quotes was making important content less clear than the body. Docusaurus now has native tip boxes use remark-admonitions so use these instead.

* Replace json5 codeblock language with json

json5 doesn't have native syntax colouring. Rather than handle with custom css just flip block to have `json` set as language to create same result. All blocks were standard JSON anyway
2020-04-04 14:32:57 -07:00
Ville Skyttä
770185004b
Code block improvements (#382)
* Use f-strings instead of .format()

* Code block language marker fixes

* Make example code blocks syntactically valid Python

* Run all python code blocks through black

https://github.com/scop/misc/blob/master/black_markdown.py

* Add some missing code block language markers

* Use shell language consistently to mark shell code blocks

* Undo folding of some example dicts

* Remove outdated OrderedDict comments per Python 3.7, replace with plain dict
2020-01-13 21:55:41 +02:00
Tomer Figenblat
950ab7307d Fixed argument name in the example. (#251) 2019-05-08 20:20:13 -07:00
Paulus Schoutsen
f3c7e43baf
Update auth_permissions.md (#197) 2019-03-12 22:09:59 -07:00
Paulus Schoutsen
3d955997a1
Update auth_permissions.md 2019-03-12 19:16:39 -07:00
Paulus Schoutsen
8c8667f076 Add user permissions blog 2019-03-11 17:30:08 -07:00
Paulus Schoutsen
1e16612d56
Update auth_permissions.md (#195) 2019-03-11 11:02:40 -07:00
Ville Skyttä
3336b07f87 Spelling and grammar fixes 2018-10-29 23:09:38 +02:00
Paulus Schoutsen
887f701a76
Add permissions (#118)
* Add permissions

* Mention owner and explain merging
2018-10-15 13:42:17 +02:00