fix(docs): add base files for navigation

!10
This commit is contained in:
2023-05-22 17:05:11 +09:30
parent f22931e6f0
commit 72eb25190e
7 changed files with 16 additions and 1 deletions

View File

@ -15,7 +15,7 @@ nav:
- projects/index.md
- Docker E-Mail Server:
- Docker-Mail:
- projects/docker-mail/index.md

0
pages/articles/index.md Normal file
View File

0
pages/contact.md Normal file
View File

View File

View File

@ -102,6 +102,7 @@ Once configuration is complete issue command `supervisorctl restart amavis` to l
Once you have configured Amavis and created your DKIM keys, you will need to configure DNS. For this you will require the DKIM Key information. Since we are using Amavis, issue command `amavisd-new showkeys` to display your keys and the required dns config.
``` bash title="DNS Configuration"
$ amavisd-new showkeys
; key#1 4096 bits, i=dkim, d=example.org, /certs/amavis/dkim/example.org.dkim.pem
dkim._domainkey.example.org. 3600 TXT (

0
pages/tags.md Normal file
View File

14
requirements.txt Normal file
View File

@ -0,0 +1,14 @@
mkdocs-minify-plugin==0.5.0
mkdocs-material-extensions==1.0.3
wheel
mkdocs-material==8.1.7
./website-template/custom-plugins/mkdocs-plugin-tags
mkdocs-git-revision-date-localized-plugin==0.11.1
pymdown-extensions==9.5
Jinja2==3.0.3
Pygments==2.13.0
#mkdocs-macros-plugin==0.7.0