Try to use theme.
parent
e727c4d531
commit
f8973915fd
|
@ -0,0 +1,10 @@
|
|||
version: 2
|
||||
|
||||
build:
|
||||
os: "ubuntu-20.04"
|
||||
tools:
|
||||
python: "3.9"
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: requirements.txt
|
|
@ -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.
|
||||
|
|
19
mkdocs.yml
19
mkdocs.yml
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue