more on workflow
This commit is contained in:
parent
ef88944169
commit
cef857c6f1
|
@ -34,4 +34,8 @@ Long story short, for images to work good both in technical git and user-facing
|
|||
Please note that all .md files like https://github.com/rusefi/rusefi_documentation/blob/master/FAQ/HOWTO_quick_start.md are displayed without folder name like https://github.com/rusefi/rusefi/wiki/HOWTO_quick_start which also means
|
||||
that you need full image path like ``FAQ/images/rusEfi_console/rusEfi_console_start_screen.png`` for image to be rendered properly. This is one of github wiki features which are a bit counter-intuitive to me.
|
||||
|
||||
This also means that .md file names have to be unique for the whole.)
|
||||
This also means that .md file names have to be unique for the whole.)
|
||||
|
||||
Q: what fancy options do we have?
|
||||
|
||||
A: we can do collapsable sections & hints sections! see [cranking](cranking)
|
|
@ -4,6 +4,8 @@
|
|||
In order to get an engine running, it first needs to be rotated at sufficient speed. Thus, it gets the fuel pumped up to the cylinders and ignited and enables the engine to run on its own power. Cranking the engine simply means turning the engine's crankshaft that rotates the engine to power itself.
|
||||
|
||||
|
||||
<!-- This would be rendered as a collapsable section. from 'details' to closing 'details' -->
|
||||
|
||||
<details><summary><i>See also</i>: <u>Starter Motor</u></summary>
|
||||
|
||||
<table><tr><td>
|
||||
|
@ -21,6 +23,8 @@ You can control the starter using several rusEFI firmware features:
|
|||
|
||||
Cranking mode is defined as any RPM value below 'cranking RPM' setting. During cranking, special fuel and timing logic is applied.
|
||||
|
||||
<!-- this magic '>' make a one line quote block -->
|
||||
|
||||
> <img src="FAQ/icons/hint.png" style="vertical-align:middle"> *Hint: If you have a fresh new engine ready for cranking, and you want to prepare the configuration for the first start, Please first see: [First Engine Start](First_engine_start).*
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue