Skip to main content

Documentation guides

Here you can find all guides and rules for using documentation.

Edit text

Italic
Bold
Italic bold
button

Edit text
*Italic*  
**Bold**
***Italic bold***
`button`

Special sections

info

info

danger

warning

caution

caution

note

note

tip

tip

Edit text
:::info
infox
:::

:::warning
warning
:::

:::caution
caution
:::

:::note
note
:::

:::tip
tip
:::

You can also change title like:

Change title

info

Change title
:::info Change title
info
:::

Code Blocks

You can display code blocks like this:

Code block
test code
<br>test</br>
Code Block
```js title="Code block"
test code
<br>test</br>
```

Breadcrums

Best possible way to create breadcrums is:

Instructions to breadcrums

This is -> how to -> make -> breadcrums

Code lookup for breadcrums
:::info Instructions to breadcrums
`This is` -> `how to` -> `make` -> `breadcrums`
:::

Picture display

Pictures are displayed:

img.jpg

Code for picture
![img.jpg](imgs/testpicture.png)
  1. Create folder inside your directory named imgs and save all pictures there.
  2. Insert pictures with code above
  3. Make sure that all fields on picture are visible and if the picture is white add thin black border in image editor (paint, greenshot, etc.)

Edit Pictures

Best way to take pictures is with Greenshot program.

Greenshot Download Link

Download greenshot on: https://getgreenshot.org/

If you take a screenshot, you can open and edit it with Greenshot:

img.jpg

Some basics of using Greenshot:

img.jpg

For JM you can use:

kvadratki, krogci, črte: line thickness 2, no shadow
html color #ec6d24

text box: transparent
line thickness 0 or 2,
html color #ec6d24
font: Consolas
size 20
no shadow

numbers
html color #ec6d24

You can create a link in a text like Click Here to see Edit Picture

Code for title/section link
You can create a link in a text like [Click Here to see Edit Picture](/documentation/edit_guides/docs_guides#edit-pictures)

Tables

NumberTitleDescriptionCheck
1Table1Here you can add descriptionX
2Table2You can use next rowX
3Table3Or you canu se last rowX
Code for table
|Number|Title|Description|Check|
|------|-----|-----------|-----|
|1|Table1|Here you can add description|X|
|2|Table2|You can use next row|X|
|3|Table3|Or you canu se last row|X|