Skip to content

Commit 82c2bce

Browse files
committed
docs: Fix bad image background-color in dark mode
* and properly freeze requirements (failed with latest jinja2)
1 parent 5058c90 commit 82c2bce

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

docs/Basic_setup/Networking.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ An easy way to find out your IP is by typing `ip address` in the terminal and lo
55

66
Check the docker-compose.yml to see which ports have been used
77

8+
<div markdown="1" style="background: #FFFC; padding: 0.5em;">
89
![net](https://user-images.githubusercontent.com/46672225/66702353-0bcc4080-ed07-11e9-994b-62219f50b096.png)
10+
</div>
911

1012
## Examples
1113
- You want to connect your nodered to your mqtt server. In nodered drop an mqtt node, when you need to specify the address type `mosquitto`
@@ -25,4 +27,4 @@ For adminer:
2527
ports:
2628
- 9080:8080
2729
```
28-
Port 9080 on Host Pi is mapped to port 8080 of the container. Therefore 127.0.0.1:8080 will take you to openHAB, where 127.0.0.1:9080 will take you to adminer
30+
Port 9080 on Host Pi is mapped to port 8080 of the container. Therefore 127.0.0.1:8080 will take you to openHAB, where 127.0.0.1:9080 will take you to adminer

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ markdown_extensions:
5858
- pymdownx.superfences
5959
- toc:
6060
permalink: true
61+
- md_in_html

requirements-mkdocs.txt

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1-
mkdocs-material
2-
mkdocs-material-extensions
3-
mkdocs-redirects
1+
bracex==2.2.1
2+
click==8.0.4
3+
ghp-import==2.0.2
4+
importlib-metadata==4.11.2
5+
Jinja2==3.0.3
6+
Markdown==3.3.6
7+
MarkupSafe==2.1.0
8+
mergedeep==1.3.4
9+
mkdocs==1.2.3
10+
mkdocs-awesome-pages-plugin==2.7.0
11+
mkdocs-material==8.2.3
12+
mkdocs-material-extensions==1.0.3
13+
mkdocs-redirects==1.0.3
14+
packaging==21.3
15+
Pygments==2.11.2
16+
pymdown-extensions==9.2
17+
pyparsing==3.0.7
18+
python-dateutil==2.8.2
19+
PyYAML==6.0
20+
pyyaml_env_tag==0.1
21+
six==1.16.0
22+
watchdog==2.1.6
23+
wcmatch==8.3
24+
zipp==3.7.0

0 commit comments

Comments
 (0)