Try to use theme.

main
polistern 2021-11-16 13:01:08 +00:00
parent e727c4d531
commit f8973915fd
6 changed files with 27 additions and 12 deletions

10
.readthedocs.yaml 100644
View File

@ -0,0 +1,10 @@
version: 2
build:
os: "ubuntu-20.04"
tools:
python: "3.9"
python:
install:
- requirements: requirements.txt

View File

View File

@ -18,10 +18,14 @@ For example:
johnd1@bote.i2p;John Doe 1;24noEIMPvV9CEwrSWQtIsTA7balaZ80ZOGRBAzrsBl5nv9xud~k28d9TQIgXmyyCYtHl8PJASAFDeefSc6EJ81
johnd2@example.com;John Doe 2;l0pnj08OwrlWMDZjeuntl~pyI7rrtq2bhcxsYPXlMAo7uI3bOBph5pUAgVT5MWxg8lFPYvT2O6LpPVUHL-Sqdl
root@localhost;root;7uI3bOBph5pUAgVT5MWxg8lFPYvT2O6LpPVUHL-Sqdl24noEIMPvV9CEwrSWQtIsTA7balaZ80ZOGRBAzrsBl5
```
???+ warning ""
!!! warning "Warning"
Do not edit this file while pboted is running as it will be overwritten.
When you're done filling out the addressbook.txt file, start the **pboted**.
Now you able to use aliases in your TO field in application.

View File

View File

@ -3,7 +3,7 @@ site_url: https://pboted.readthedocs.io
site_description: pboted documentation
site_author: polistern
repo_url: https://github.com/polistern/pboted
repo_url: https://github.com/polistern/pboted_docs
nav:
- Home: index.md
@ -11,7 +11,7 @@ nav:
- Installing: user-guide/install.md
- Running: user-guide/run.md
- Configuring: user-guide/configuration.md
#- FAQ: user-guide/FAQ.md
- FAQ: user-guide/FAQ.md
- Tutorials:
- AddressBook: tutorials/addressbook.md
- SMTP: tutorials/SMTP.md
@ -40,24 +40,21 @@ nav:
- Files: devs/bote/v4/files.md
- Cryptography: devs/bote/v4/cryptography.md
- Glossary of Terms: devs/bote/v4/glossary_of_terms.md
- About:
#- Community: about/community.md
#- History: about/history.md
- License: about/license.md
- Special thanks: about/thanks.md
#- Contributing: about/contributing.md
- Contributing: about/contributing.md
copyright: <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a>, Maintained by polistern
theme: readthedocs
#markdown_extensions:
# - admonition
# - pymdownx.details
# - pymdownx.superfences
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
theme:
name: 'readthedocs'
name: 'material'
icon:
admonition:
note: octicons/tag-16

4
requirements.txt 100644
View File

@ -0,0 +1,4 @@
pymdown-extensions==9.1
mkdocs-material==7.3.6
mkdocs-material-extensions==1.0.3
mkdocs-windmill-dark==0.2.0