7 Commits

Author SHA1 Message Date
Franck Nijhof
bbf7781378
Fix GitHub repository links and use dev branch when possible (#971) 2021-06-18 14:08:47 +02:00
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
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
Jason Hu
b77c3f83e1 Update auth document (#52)
* Update auth_auth_provider.md

* Update auth_auth_provider.md

* Create auth_auth_module.md

* Update en.json

* Update sidebars.json

* Update auth_auth_module.md

* Update auth_auth_provider.md

* Update auth_auth_module.md

* Update auth_auth_module.md
2018-08-22 17:19:32 +02:00
gillkyle
08d1ff1c81 Update auth_auth_provider.md (#67)
fixed link to example
2018-08-07 20:40:06 +02:00
Paulus Schoutsen
3f8b9d19a5 Add stub for auth providers 2018-05-22 09:06:17 -04:00