Added some docs
This commit is contained in:
parent
a71946ca54
commit
ff1ce37cf3
17
docs/about.md
Normal file
17
docs/about.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# This is about document
|
||||
|
||||
## Second level subtitle
|
||||
|
||||
### Third level subtitle
|
||||
|
||||
* Bullet 1
|
||||
* Bullet 2
|
||||
|
||||
code snippet
|
||||
```bash
|
||||
#!/bin/bash
|
||||
|
||||
echo "Hello world!"
|
||||
```
|
||||
|
||||
[My doc](https://o-esd.etf.bg.ac.rs/forgejo/dragan.olcan/O-ESD/src/branch/main/Documents/O-ESD-02.pdf)
|
4
docs/licence.md
Normal file
4
docs/licence.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Licence file
|
||||
|
||||
|
||||
Here be licencing model upon which to dispose with docs.
|
Loading…
Reference in a new issue