From 8b3540de0dd3df3869b0090bb3afa124ace9a904 Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Thu, 19 Sep 2024 06:45:58 +1000 Subject: [PATCH] Simplify Wagtail docs section titles - Avoid additional 'Wagtail' names in the docs titles (inc. contributing) --- .github/CONTRIBUTING.md | 2 +- docs/advanced_topics/index.md | 2 +- docs/contributing/index.md | 2 +- docs/editor_manual/index.md | 2 +- docs/extending/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1636841fe1..a4256ffbe2 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contributing to Wagtail +# Contributing Thank you for considering to help Wagtail. diff --git a/docs/advanced_topics/index.md b/docs/advanced_topics/index.md index c57ca61982..97b0f18157 100644 --- a/docs/advanced_topics/index.md +++ b/docs/advanced_topics/index.md @@ -1,4 +1,4 @@ -# Advanced topics +# Advanced ```{toctree} --- diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 813cdd5442..57f8855cbc 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -1,4 +1,4 @@ -# Contributing to Wagtail +# Contributing Thank you for your interest in improving Wagtail! diff --git a/docs/editor_manual/index.md b/docs/editor_manual/index.md index 530dccb032..e4cf62f393 100644 --- a/docs/editor_manual/index.md +++ b/docs/editor_manual/index.md @@ -1,3 +1,3 @@ -# Using Wagtail: an Editor's guide +# Editor's guide Wagtail’s Editor Guide now has its own website: [guide.wagtail.org](https://guide.wagtail.org/). This guide is written for the users of a Wagtail-powered site. That is, the content editors, moderators and administrators who will be running things on a day-to-day basis. diff --git a/docs/extending/index.md b/docs/extending/index.md index a394a92520..e676c60857 100644 --- a/docs/extending/index.md +++ b/docs/extending/index.md @@ -1,4 +1,4 @@ -# Extending Wagtail +# Extending The Wagtail admin interface is a suite of Django apps, and so the familiar concepts from Django development - views, templates, URL routes and so on - can be used to add new functionality to Wagtail. Numerous [third-party packages](https://wagtail.org/packages/) can be installed to extend Wagtail's capabilities.