mirror of
https://git.envs.net/envs/matrix-doc.git
synced 2024-10-01 07:55:35 -04:00
update style, extensions and dependencies info
This commit is contained in:
parent
42ecd3bc26
commit
ee7d13ec57
@ -1,3 +1,10 @@
|
|||||||
# matrix / element-client documentation
|
# matrix / element-client documentation
|
||||||
|
|
||||||
forked from: https://github.com/matrix-tu-dresden-de/Dokumentation
|
forked from: https://github.com/matrix-tu-dresden-de/Dokumentation
|
||||||
|
|
||||||
|
## dependencies
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip3 install mkdocs mkdocs-materials pymdown-extensions
|
||||||
|
|
||||||
|
```
|
||||||
|
@ -1,7 +1,14 @@
|
|||||||
|
main {
|
||||||
|
background-color: #1e202e;
|
||||||
|
}
|
||||||
|
code{
|
||||||
|
background-color:#030;
|
||||||
|
border:1px solid #666;
|
||||||
|
}
|
||||||
|
|
||||||
.md-nav__item .md-nav__link--active {
|
.md-nav__item .md-nav__link--active {
|
||||||
color: #10A0A0;
|
color: #10A0A0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-typeset a {
|
.md-typeset a {
|
||||||
color: #10A0A0;
|
color: #10A0A0;
|
||||||
}
|
}
|
||||||
|
@ -19,6 +19,9 @@ extra_css:
|
|||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- attr_list
|
- attr_list
|
||||||
|
- pymdownx.emoji:
|
||||||
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||||
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||||
- toc:
|
- toc:
|
||||||
permalink: "#"
|
permalink: "#"
|
||||||
baselevel: 1
|
baselevel: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user