From bfcb346924b12411102fc58bec13aa7e0820a0ce Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 22 May 2023 17:05:11 +0930 Subject: [PATCH] fix(docs): add base files for navigation !10 --- mkdocs.yml | 2 +- pages/articles/index.md | 0 pages/contact.md | 0 pages/operations/index.md | 0 pages/projects/docker-mail/dkim.md | 1 + pages/tags.md | 0 requirements.txt | 2 ++ 7 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 pages/articles/index.md create mode 100644 pages/contact.md create mode 100644 pages/operations/index.md create mode 100644 pages/tags.md create mode 100644 requirements.txt diff --git a/mkdocs.yml b/mkdocs.yml index 76fb92a..20df640 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -15,7 +15,7 @@ nav: - projects/index.md - - Docker E-Mail Server: + - Docker-Mail: - projects/docker-mail/index.md diff --git a/pages/articles/index.md b/pages/articles/index.md new file mode 100644 index 0000000..e69de29 diff --git a/pages/contact.md b/pages/contact.md new file mode 100644 index 0000000..e69de29 diff --git a/pages/operations/index.md b/pages/operations/index.md new file mode 100644 index 0000000..e69de29 diff --git a/pages/projects/docker-mail/dkim.md b/pages/projects/docker-mail/dkim.md index 69bf73c..99a328d 100644 --- a/pages/projects/docker-mail/dkim.md +++ b/pages/projects/docker-mail/dkim.md @@ -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 ( diff --git a/pages/tags.md b/pages/tags.md new file mode 100644 index 0000000..e69de29 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..08bbe37 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +pymdown-extensions==9.5 +Pygments==2.13.0