mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
add a note about package documentation in the readme
This commit is contained in:
parent
6538f0d4ea
commit
be4d2347e8
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -5,15 +5,19 @@
|
|||
|
||||
Please report [issues on YunoHost bugtracker](https://github.com/YunoHost/issues/issues).
|
||||
|
||||
## Note about package documentation
|
||||
|
||||
Package documentation should be done in the package repository itself, under the `/doc` folder.
|
||||
You can learn about it here: <https://yunohost.org/packaging_app_doc>
|
||||
|
||||
# Contributing
|
||||
|
||||
This repo use a **submodule** to provide the theme. So when you clone use:
|
||||
This repo use a **submodule** to provide the theme. So when you clone use:
|
||||
|
||||
```shell
|
||||
git clone --recursive https://github.com/YunoHost/doc.git
|
||||
```
|
||||
|
||||
|
||||
You can refer to the page on [writing documentation](https://yunohost.org/write_documentation).
|
||||
|
||||
If you know docker, you can run:
|
||||
|
@ -35,5 +39,4 @@ Finally you can rebuild the CSS with (You can replace `expanded` by `compressed`
|
|||
```
|
||||
|
||||
Source:
|
||||
https://sass-lang.com/guide
|
||||
|
||||
<https://sass-lang.com/guide>
|
||||
|
|
Loading…
Reference in a new issue