From 34c6f6c7f38ff12263fa2dbfd1c4d3051aeecca3 Mon Sep 17 00:00:00 2001 From: Saurabh Mishra Date: Fri, 1 Sep 2023 14:19:14 -0700 Subject: [PATCH] docs: added info to configure footer (#23) --- exampleSite/content/docs/guide/configuration.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/exampleSite/content/docs/guide/configuration.md b/exampleSite/content/docs/guide/configuration.md index 6623ef04..ff120aec 100644 --- a/exampleSite/content/docs/guide/configuration.md +++ b/exampleSite/content/docs/guide/configuration.md @@ -124,3 +124,13 @@ params: editURL: "https://example.com/edit/this/page" --- ``` + +## Footer + +### Copyright + +To edit the copyright text, create file `en.yaml` in the `i18n/` directory with content: + +```yaml {filename="i18n/en.yaml"} +copyright: "© 2023 YOUR TEXT HERE" +```