diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d9aa5a7b8f..138074fe4f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -39,6 +39,7 @@ Changelog * Docs: Reword `BlogTagIndexPage` example for clarity (Clifford Gama) * Docs: Change title of blog index page in tutorial to avoid slug issues (Thibaud Colas) * Docs: Fix `wagtailcache` and `wagtailpagecache` examples to not use quotes for the `fragment_name` (Shiv) + * Docs: Update tutorial to reflect the move of the "Add child page" action to a top-level button in the header as a '+' icon (Clifford Gama) * Maintenance: Close open files when reading within utils/setup.py (Ataf Fazledin Ahamed) * Maintenance: Avoid redundant `ALLOWED_HOSTS` check in `Site.find_for_request` (Jake Howard) * Maintenance: Update `CloneController` to ensure that `added`/`cleared` events are not dispatched as cancelable (LB (Ben) Johnston) diff --git a/docs/getting_started/tutorial.md b/docs/getting_started/tutorial.md index 29c6ffe133..c09d1377ba 100644 --- a/docs/getting_started/tutorial.md +++ b/docs/getting_started/tutorial.md @@ -342,7 +342,7 @@ Now that this is complete, here is how you can create a page from the Wagtail [a 1. Go to and sign in with your admin user details. 2. In the Wagtail [admin interface](https://guide.wagtail.org/en-latest/concepts/wagtail-interfaces/#admin-interface), go to Pages, then click Home. -3. Add a child page to the Home page by clicking **...** at the top of the screen and selecting the option **Add child page**. +3. Add a child page to the Home page by clicking the **`+`** icon (Add child page) at the top of the screen. 4. Choose **Blog index page** from the list of the page types. 5. Use "Blog" as your page title, make sure it has the slug "blog" on the Promote tab, and publish it. diff --git a/docs/releases/6.4.md b/docs/releases/6.4.md index a378c7c58c..bc5e66cfb5 100644 --- a/docs/releases/6.4.md +++ b/docs/releases/6.4.md @@ -55,6 +55,7 @@ depth: 1 * Reword `BlogTagIndexPage` example for clarity (Clifford Gama) * Change title of blog index page in tutorial to avoid slug issues (Thibaud Colas) * Fix `wagtailcache` and `wagtailpagecache` examples to not use quotes for the `fragment_name` (Shiv) + * Update tutorial to reflect the move of the "Add child page" action to a top-level button in the header as a '+' icon (Clifford Gama) ### Maintenance diff --git a/docs/tutorial/create_contact_page.md b/docs/tutorial/create_contact_page.md index 1d01cbb5ab..536ce93baf 100644 --- a/docs/tutorial/create_contact_page.md +++ b/docs/tutorial/create_contact_page.md @@ -121,9 +121,8 @@ To add contact information to your portfolio site, follow these steps: b. Go to your admin interface. c. Click `Pages` in your [Sidebar](https://guide.wagtail.org/en-latest/how-to-guides/find-your-way-around/#the-sidebar). d. Click `Home`. - e. Click the `...` icon at the top of the resulting page. - f. Click `add child page`. - g. Click `Form page`. + e. Click the `+` icon (Add child page) at the top of the resulting page. + f. Click `Form page`. 2. Add the necessary data. 3. Publish your `Form Page`. diff --git a/docs/tutorial/create_portfolio_page.md b/docs/tutorial/create_portfolio_page.md index 52f174e406..ecb12f6432 100644 --- a/docs/tutorial/create_portfolio_page.md +++ b/docs/tutorial/create_portfolio_page.md @@ -335,9 +335,8 @@ To add your resume to your portfolio site, follow these steps: b. Go to your admin interface. c. Click `Pages` in your [Sidebar](https://guide.wagtail.org/en-latest/how-to-guides/find-your-way-around/#the-sidebar). d. Click `Home`. - e. Click the `...` icon at the top of the resulting page. - f. Click `add child page`. - g. Click `Portfolio Page`. + e. Click the `+` icon (Add child page) at the top of the resulting page. + f. Click `Portfolio Page`. 2. Add your resume data by following these steps: a. Use "Resume" as your page title.