From c0e15caa779f58173329701f1160824eac603044 Mon Sep 17 00:00:00 2001 From: Jason Phan Date: Mon, 2 Nov 2020 12:37:34 -0600 Subject: Update man.sr.ht installation/config pages --- man.sr.ht/configuration_reference.md | 5 +++++ man.sr.ht/installation.md | 16 ++++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 man.sr.ht/configuration_reference.md diff --git a/man.sr.ht/configuration_reference.md b/man.sr.ht/configuration_reference.md new file mode 100644 index 0000000..9a5c911 --- /dev/null +++ b/man.sr.ht/configuration_reference.md @@ -0,0 +1,5 @@ +--- +title: man.sr.ht Configuration Reference +--- + +This document covers the configuration options for the man.sr.ht service. diff --git a/man.sr.ht/installation.md b/man.sr.ht/installation.md index a8c41c8..e8db023 100644 --- a/man.sr.ht/installation.md +++ b/man.sr.ht/installation.md @@ -1,15 +1,19 @@ --- -title: man.sr.ht installation +title: man.sr.ht Installation --- -man.sr.ht is the wiki service for sr.ht. +This document covers the installation steps for man.sr.ht, a wiki service. # Installation -man.sr.ht is a standard sr.ht web service and can be installed through the -[standard procedure](/installation.md). man.sr.ht requires a git.sr.ht instance -to be available, as it uses git.sr.ht as the backing storage for wikis. +man.sr.ht can be installed with the [standard package +installation process](/installation.md#installing-from-packages). + +
+ Warning: man.sr.ht requires a git.sr.ht instance to be + available, as it is used as the backing storage for wikis. +
## Daemons -- `man.sr.ht`: the web service +- `man.sr.ht` - The web service. -- cgit