Tom Mairs
92e2a317d4
add certificate instructions in tutorial
2023-03-22 22:59:01 +00:00
Tom Mairs
782b549efb
docs cleanup
2023-03-22 21:48:27 +00:00
Tom Mairs
a0a63a2edc
refining tuorial pages
2023-03-22 06:35:33 +00:00
Tom Mairs
298f9db7f2
rearrange docs to make more sense
2023-03-21 23:40:47 +00:00
Tom Mairs
37f56fb15b
Rearrange Pages to make more sense
2023-03-17 05:56:14 +00:00
Tom Mairs
fc6f3537d6
Updates to Day 1 doc
2023-03-17 05:45:52 +00:00
Tom Mairs
4530a3a3e4
adding a TL;DR section to the Day1 doc
2023-03-16 23:43:50 +00:00
Tom Mairs
437aef4b5a
Update kumomta_day_1.md
2023-03-15 00:05:39 -06:00
Tom Mairs
495fe5b48a
update Day-1 doc
2023-03-15 05:55:45 +00:00
Wez Furlong
1dd39c3043
docs: console-ify the tutorial section
...
It looks more conventional this way.
I switched a few sysadmin sections away from `sudo -s` to
non-privileged commands that use sudo; most of those were to
deal with `sudo echo > file` not being able to write to `file` as root.
Those are replaced by `echo | sudo tee file >/dev/null` which allows
running only the file writing part as root.
2023-03-14 20:26:03 -07:00
Wez Furlong
eec9b5ad77
update docker for new default policy file location
2023-03-14 20:16:13 -07:00
Mike Hillyer
426b26744f
Fix broken links.
2023-03-14 22:46:42 -04:00
Wez Furlong
384da92c0e
docs: update dkim signing to use header from
2023-03-14 18:53:47 -07:00
Tom Mairs
91c41c3cd5
added KumoMTA Day 1 tutorial
2023-03-14 23:21:26 +00:00
Tom Mairs
16c0a44141
Fixing a spelling mistake
2023-03-14 23:21:26 +00:00
Wez Furlong
a3d4c49ef1
docs: avoid copying $ prefixes from console code blocks
...
Rather than using `bash` for the mix of shell and output,
use `console`. That will cause the text to be marked up so
that the `$` prompt stuff won't get selected by dragging.
Enable copy button to copy the whole block, and add some
js to filter out the the $ and # prefixes from that content.
2023-03-14 10:17:55 -07:00
Tom Mairs
f5b4e6a701
Updates for Debian 11 and Rocky 9
2023-03-14 16:13:00 +00:00
Cloud User
00fd8c3c96
Updates for Debian 11 and Rocky 9
2023-03-14 15:50:46 +00:00
Wez Furlong
2e00292771
simply deb install very slightly
2023-03-13 23:47:29 -07:00
Wez Furlong
ad978adddc
simplify rpm repo install info
2023-03-13 23:23:19 -07:00
Wez Furlong
4ede25329c
docs: use public URLs for repo definitions
...
add ubuntu sources.list files to the git repo, and publish to openrepo.
Now all our binary install instructions should work without requiring a github login while the repo is still private.
2023-03-13 23:02:02 -07:00
Wez Furlong
cad1ad5c4d
docs: show how to pull our image from the GH registry
2023-03-13 19:42:55 -07:00
Wez Furlong
489ddec610
docs: simplify apt repo local filenames
2023-03-13 15:31:48 -07:00
Wez Furlong
950b2c4007
docs: add ubuntu install info
2023-03-13 15:28:52 -07:00
Wez Furlong
3a1b1053bd
docs: add link checking
...
Ideally there would be a good mkdocs based checker, but the
one that is out there only validate absolute URLs, which makes
it unsuitable for checking local relative links in the docs.
Adjust the doc build so that we also generate the SUMMARY.md
for mdbook, and use mdbook's link checker to check the links.
Fixup the couple of broken links that it found.
2023-03-13 12:01:07 -07:00
Wez Furlong
89c0ea1331
docs: fix link for building from source
2023-03-13 11:12:15 -07:00
Wez Furlong
0d74b985ab
docs: restore my edits for curling the injection api
2023-03-13 07:38:31 -07:00
Wez Furlong
1e1dbdb982
docs: update docker build instructions
2023-03-13 07:31:52 -07:00
Wez Furlong
381e65f777
remove special_for_centos7 page; roll info into getting started
2023-03-13 07:18:15 -07:00
Wez Furlong
fe512c75a8
docs: from source: revise wording
2023-03-13 07:11:08 -07:00
Wez Furlong
7dc4728f5f
docs: revise building from source instructions
...
Put most of the verbose bits into a get-deps.sh script
and have them run that.
2023-03-13 07:09:22 -07:00
Wez Furlong
c41b8fa693
docs: make a pass over environment considerations
2023-03-13 06:33:56 -07:00
Wez Furlong
f7e34f4d2b
docs: remove empty tutorial index page
...
Instead, the nav now goes straight to Getting Started
2023-03-13 06:25:23 -07:00
Wez Furlong
aef4c27bbc
docs: use content tabs for docker install
2023-03-13 06:20:39 -07:00
Wez Furlong
d14b39d86f
docs: add centos7 rpm install to getting started
...
This uses the content tabs feature to group instructions by OS
2023-03-13 06:07:04 -07:00
Tom Mairs
2a3df1f2ba
refining tutorial flow
2023-03-13 06:43:32 +00:00
almalinux Cloud User
e9c926fee5
restructure Tutorial
2023-03-13 05:37:05 +00:00
Wez Furlong
b56bed5060
docs: fix admonish syntax, explain the global variable thing better
2023-03-11 23:06:59 -07:00
Mike Hillyer
928e3cdf2b
Updating structure, adding index pages to each section, along with updating the documentation landing page.
2023-03-12 00:12:42 -05:00
Mike Hillyer
4b4391516d
Rearranging the documentation for new Material for Mkdocs
2023-03-11 23:49:48 -05:00