From 8d1b42212736b29a8c58ca63de9c54da1951d0cc Mon Sep 17 00:00:00 2001 From: Carsten Rose Date: Thu, 6 Jun 2019 17:52:00 +0200 Subject: [PATCH] Index.rst: customize URL for 'report a problem'. Release.rst: fix typo Sitemap.rst: new created to be included by Index.rst. --- Documentation/Index.rst | 2 +- Documentation/Release.rst | 2 +- Documentation/Sitemap.rst | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 Documentation/Sitemap.rst diff --git a/Documentation/Index.rst b/Documentation/Index.rst index a0394b25..f210641a 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -56,7 +56,7 @@ Quick Form Query Extension It is maintained as part of a third party extension. If you find an error or something is missing, please: - `Report a Problem `__ + `Report a Problem |project_issues|__ **Extension Manual** diff --git a/Documentation/Release.rst b/Documentation/Release.rst index 3d49c1d7..6a7a4fe3 100644 --- a/Documentation/Release.rst +++ b/Documentation/Release.rst @@ -106,7 +106,7 @@ Notes * New Escape/Action Class: - * 'X': Throw an exception is a variable is not found. Custom message can be defined. + * 'X': Throw an exception if a variable isn't found. Custom message can be defined. * 'S': Stop replacing nested variables. * Form forward: diff --git a/Documentation/Sitemap.rst b/Documentation/Sitemap.rst new file mode 100644 index 00000000..29359b33 --- /dev/null +++ b/Documentation/Sitemap.rst @@ -0,0 +1,10 @@ +:template: sitemap.html + +.. _sitemap: + +======= +Sitemap +======= + +.. template 'sitemap.html' will insert the toctree as a sitemap here +below normal contents -- GitLab