mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
add: use submodule to provide learn4 theme
This commit is contained in:
parent
09a8708476
commit
8a3b476e19
4 changed files with 11 additions and 1 deletions
1
.gitignore
vendored
Normal file → Executable file
1
.gitignore
vendored
Normal file → Executable file
|
@ -5,4 +5,3 @@
|
||||||
!/Dockerfile
|
!/Dockerfile
|
||||||
!/docker-compose.yml
|
!/docker-compose.yml
|
||||||
!/dev/plugins
|
!/dev/plugins
|
||||||
/themes/learn4
|
|
||||||
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/learn4"]
|
||||||
|
path = themes/learn4
|
||||||
|
url = https://github.com/getgrav/grav-theme-learn4.git
|
|
@ -7,6 +7,13 @@ Please report [issues on YunoHost bugtracker](https://github.com/YunoHost/issues
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
|
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).
|
You can refer to the page on [writing documentation](https://yunohost.org/write_documentation).
|
||||||
|
|
||||||
If you know docker, you can run:
|
If you know docker, you can run:
|
||||||
|
|
1
themes/learn4
Submodule
1
themes/learn4
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 704a233bdba73dcfb197f3d3fcdd9e89778445c3
|
Loading…
Reference in a new issue