Skip to content

Commit

Permalink
Fix vale errors
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinebessoles committed Nov 8, 2024
1 parent 457f978 commit 7550374
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/en/modules/admin/pages/pages/pages.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is where you need to put your legal terms, for instance who owns the data c

== Create a new page

To create a new page, you need to click on the "Create page" button.
To create a new page, you need to click the "Create page" button.

image::pages/pages_backend_form.png[Backend: new page form]

Expand All @@ -36,25 +36,26 @@ image::pages/pages_backend_form.png[Backend: new page form]

|URL Slug
|Required
|String that will be used in the URL. Use partial paths, not full URLs here. Accepts letters, numbers, dashes and slashes, and must start with a letter. For instance if the slug is "faq" and your domain is "https://example.org" your page will be at "https://example.org/pages/faq"
|String used in the URL. Use partial paths, not full URLs here. Accepts letters, numbers, dashes and slashes, and must start with a letter. For instance if the slug is "faq" and your domain is "https://example.org" your page will be accessible at "https://example.org/pages/faq"

Check warning on line 39 in docs/en/modules/admin/pages/pages/pages.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "docs/en/modules/admin/pages/pages/pages.adoc", "range": {"start": {"line": 39, "column": 226}}}, "severity": "WARNING"}

|Content
|Required
|All the content of the page (can be text, images, etc.)
|All the content of the page.

|Topic
|Optional
|In which Topic it'll be stored.
|In which Topic it's stored.

|Order position
|Optional
|Which order will it have in relation with the other pages. Having a lower number means a higher priority. For instance, if you have two pages, "Page a" with weight "10" and "Page b" with weight "0" then "Page b" will be first when ordering.
|The order of the page in relation with the other pages. Having a lower number means a higher priority. For instance, if you have two pages, "Page a" with weight "10" and "Page b" with weight "0" then "Page b" will be first when ordering.

Check warning on line 51 in docs/en/modules/admin/pages/pages/pages.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "docs/en/modules/admin/pages/pages/pages.adoc", "range": {"start": {"line": 51, "column": 211}}}, "severity": "WARNING"}

|===

== Edit a page

You can edit the pages at any moment, by clicking on the pencil icon in the pages list. All the content and configuration of the page will be editable.
You can edit the pages at any moment, by clicking on the pencil icon in the pages list.
All the content and configuration of the page are editable.

image::pages/pages_backend_edit.png[Backend: edit a page]

Expand Down

0 comments on commit 7550374

Please sign in to comment.