cerca

lean forum software (pmc local branch)
Log | Files | Refs | README | LICENSE

commit b5d8a351c1c538eacf4b4951fd80c538d800066f
parent 1f4d8ff974ed2314293e5bdc051bfa9f17031c0e
Author: decentral1se <cellarspoon@riseup.net>
Date:   Tue, 10 Sep 2024 12:07:16 +0200

fix: explanation -> instructions

Diffstat:
MREADME.md | 2+-
Mdefaults/sample-config.toml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -57,7 +57,7 @@ forum_url = "" # should be forum index route https://example.com. used to genera logo = "content/logo.html" # can contain emoji, <img>, <svg> etc. see defaults/sample-logo.html in repo for instructions about = "content/about.md" rules = "content/rules.md" -verification_explanation = "content/verification-instructions.md" +verification_instructions = "content/verification-instructions.md" ``` Content documents that are not found will be prepopulated using Cerca's [sample content diff --git a/defaults/sample-config.toml b/defaults/sample-config.toml @@ -12,4 +12,4 @@ forum_url = "" # should be forum index route https://example.com. used to genera logo = "content/logo.html" # can contain emoji, <img>, <svg> etc. see defaults/sample-logo.html in repo for instructions about = "content/about.md" rules = "content/rules.md" -verification_explanation = "content/verification-instructions.md" +verification_instructions = "content/verification-instructions.md"