10 Commits

Author SHA1 Message Date
Patrick Decat
8b991cede0
Recommend safer "git push --force-with-lease" (#732)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-11-22 21:32:08 +01:00
Franck Nijhof
08884e2cca
Collection of fixes and improvements (#516) 2020-05-11 08:12:01 -07:00
winterscar
d0ed8c217f
Move remote upstream info to top (#460)
The bit about adding the upstream remote should happen before the rebase, hence it is better to mention it first.
2020-04-05 22:18:48 +02: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
cgtobi
00d02ee1f4
Fix repo link (#459) 2020-04-04 23:29:56 +02: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
cdce8p
3becc951bf Add rebase warning (#119)
* Added rebase warning

* Update message and position
2018-10-10 22:23:05 +02:00
Paulus Schoutsen
9311326aec Remove unused header 2018-04-24 15:44:32 -04:00
Paulus Schoutsen
632bc81a20 Fix all headers 2018-04-24 11:46:45 -04:00
Paulus Schoutsen
746e35b7a7 Migrate to Docusaurus 2018-04-24 09:52:18 -04:00