update readme, make code blocks more readable
All checks were successful
ci/woodpecker/push/release Pipeline was successful
All checks were successful
ci/woodpecker/push/release Pipeline was successful
This commit is contained in:
parent
18fe9aa1b8
commit
8f7593fdba
2 changed files with 15 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Pleroma documentation
|
||||
|
||||
This project contains a documentation skeleton and a script to fill it in with data, the resulting documentation can be viewed at <https://docs-develop.pleroma.social>.
|
||||
This project contains a documentation skeleton and a script to fill it in with data, the resulting documentation can be viewed at <https://akkoma.dev/main>.
|
||||
|
||||
## Contributing to the documentation
|
||||
|
||||
If you want to suggest an edit, please refer to the `pleroma/pleroma` and `pleroma/pleroma-fe` repos.
|
||||
If you want to suggest an edit, please refer to the `AkkomaGang/akkoma` and `AkkomaGang/pleroma-fe` repos.
|
||||
|
||||
We use [mkdocs](https://www.mkdocs.org/) to build the documentation and have the [admonition](https://squidfunk.github.io/mkdocs-material/extensions/admonition/) extensions that make it possible to add block-styled side content like example summaries, notes, hints or warnings. If you are unsure of how a specific syntax should look like, feel free to look through the docs for an example.
|
||||
|
||||
|
|
|
@ -16,3 +16,16 @@ code,
|
|||
.codehilite pre {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre, code {
|
||||
background: #f0e8ff !important;
|
||||
}
|
||||
|
||||
code > .c1 > .hljs-comment {
|
||||
color: #550f0f !important;
|
||||
}
|
||||
|
||||
.bg-secondary {
|
||||
background-color: #f0e8ff !important;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue