Browse Source

Update tutorial instructions to use icon for adding children pages

- Reflects changes added in #11012
Clifford Gama 4 months ago
parent
commit
7aeadde451

+ 1 - 0
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)

+ 1 - 1
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 <http://127.0.0.1:8000/admin> 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.
 

+ 1 - 0
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
 

+ 2 - 3
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`.

+ 2 - 3
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.