From 870c40fa86a4976846e75058f3c67d94adbf4106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 21 Oct 2023 02:33:51 +0200 Subject: [PATCH] docs: swtich to position independend config syntax #693 #694 --- exampleSite/content/basics/configuration/_index.en.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/basics/configuration/_index.en.md b/exampleSite/content/basics/configuration/_index.en.md index 3be0ce8e73..02ec0e7fbd 100644 --- a/exampleSite/content/basics/configuration/_index.en.md +++ b/exampleSite/content/basics/configuration/_index.en.md @@ -20,6 +20,8 @@ Note that some of these parameters are explained in details in other sections of # Useful to give opportunity to people to create merge request for your doc. # See the config.toml file from this documentation site to have an example. editURL = "" + # Author of the site, will be used in meta information + author.name = "" # Description of the site, will be used in meta information description = "" # Shows a checkmark for visited pages on the menu @@ -91,9 +93,6 @@ Note that some of these parameters are explained in details in other sections of disableExplicitIndexURLs = false # For external links you can define how they are opened in your browser; this setting will only be applied to the content area but not the shortcut menu externalLinkTarget = "_blank" - # Author of the site, will be used in meta information - [params.author] - name = "" # Override default values for image effects, you can even add your own arbitrary effects to the list [params.imageEffects] border = false