You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/fullstack-devops/fullstack-devops.github.io/actions/workflows/gh-pages.yml)
2
2
3
-
s
4
-
## Run local
3
+
# Docs for fullstack-devops
5
4
6
-
### Installation
5
+
Documentation about everything in this organization.
7
6
8
-
install `mkdocs` if not aready done
7
+
## Dev
9
8
10
-
```bash
11
-
pip install mkdocs
12
-
```
9
+
### Installation
13
10
14
-
install all required plugins
11
+
install `mkdocs-material` and requirements, if not aready done
15
12
16
13
```bash
17
-
python3 setup.py
14
+
pip install -r requirements.txt
18
15
```
19
16
20
17
run and watch deployment
21
18
22
19
```bash
23
20
mkdocs serve
24
21
```
22
+
23
+
### Git Submodules
24
+
25
+
How to add: `git submodule add <repo_clone_url>`
26
+
27
+
How to get an update: `git pull --recurse-submodules`
0 commit comments