Update tutorial instructions to use icon for adding children pages

- Reflects changes added in #11012
pull/12615/head
Clifford Gama 2024-11-16 10:29:59 +02:00 zatwierdzone przez LB (Ben Johnston)
rodzic 09a9261f7d
commit 7aeadde451
5 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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.

Wyświetl plik

@ -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

Wyświetl plik

@ -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`.

Wyświetl plik

@ -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.