commit 54b87652d7cc0f708003ad12893f946e62dc6319
parent d812dfd32595d1ca505721f5b88897c10388f899
Author: Alexander Cobleigh <cblgh@cblgh.org>
Date: Tue, 10 Sep 2024 18:01:19 +0200
Merge pull request #77 from decentral1se/default-config-patch
fix: explanation -> instructions
Diffstat:
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"