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
Copy file name to clipboardExpand all lines: README.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This repo is the source for the official [Pi-hole documentation](https://docs.pi
14
14
15
15
### How to contribute
16
16
17
-
To add a new link on the navigation panel you need to edit the `mkdocs.yml` file in the root of the repo. There is a guide for building the navbar [on the mkdocs wiki](https://www.mkdocs.org/user-guide/configuration/#nav)
17
+
To add a new link on the navigation panel you need to edit the `zensical.toml` file in the root of the repo. There is a guide for building the navbar [on the zensical documentation](https://zensical.org/docs/setup/navigation/)
18
18
19
19
To add a new document or guide.
20
20
@@ -26,7 +26,7 @@ To add a new document or guide.
26
26
27
27
### Testing your changes
28
28
29
-
When working on this repo, it is advised that you review your changes locally before committing them. The `mkdocs serve` command can be used to live preview your changes (as you type) on your local machine.
29
+
When working on this repo, it is advised that you review your changes locally before committing them. The `zensical serve` command can be used to live preview your changes (as you type) on your local machine.
30
30
31
31
Please make sure you fork the repo and change the clone URL in the example below for your fork:
32
32
@@ -51,7 +51,7 @@ Please make sure you fork the repo and change the clone URL in the example below
51
51
- Running the docs server:
52
52
53
53
```bash
54
-
mkdocs serve --dev-addr 0.0.0.0:8000
54
+
zensical serve --dev-addr 0.0.0.0:8000
55
55
```
56
56
57
57
- Fedora Linux instructions (tested on Fedora Linux 28):
@@ -66,20 +66,12 @@ Please make sure you fork the repo and change the clone URL in the example below
66
66
- Running the docs server:
67
67
68
68
```bash
69
-
mkdocs serve --dev-addr 0.0.0.0:8000
69
+
zensical serve --dev-addr 0.0.0.0:8000
70
70
```
71
71
72
-
- Docker instructions:
73
-
- One-shot run:
72
+
- Docker devcontainer instructions:
73
+
- We provide a `devcontainer.json` and a dockerfile which will setup the required development environment for an easy deployment. Devcontainers can be used with various editors, e.g. VS Code
0 commit comments