Skip to content

Edit and review topics page #209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions docs/en/modules/admin/pages/pages/topics.adoc
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
= Topics

In this section, you can configure Topics, to organize your static pages and provide more clarity to the participants.
== Understand the basics

== Manage the topics
In this section, you can configure Topics, which will organize your static pages and provide more clarity to the participants.

Check warning on line 5 in docs/en/modules/admin/pages/pages/topics.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/topics.adoc", "range": {"start": {"line": 5, "column": 50}}}, "severity": "WARNING"}

To access the topics list, click the Topics tab at the top of the panel.
Here, you are able to edit, delete, and create topics for your static pages.
== Configuration

=== Manage the topics

To access the topics list, click the Topics tab at the top of the panel.
Here, you are able to edit, delete, and create topics for your static pages.

image::pages/pages_backend_list_topics.png[Backend: list topics of pages]

== Create a new topic
=== Create a new topic

To create a new topic, click the "Create topic" button.

Expand All @@ -26,16 +30,16 @@

|Description
|Optional
|What's this topic is about.
|What is this topic about.

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

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Contractions] Use 'what's' instead of 'What is'. Raw Output: {"message": "[Google.Contractions] Use 'what's' instead of 'What is'.", "location": {"path": "docs/en/modules/admin/pages/pages/topics.adoc", "range": {"start": {"line": 33, "column": 2}}}, "severity": "INFO"}

|Order position
|Optional
|The order of the topic in relation with the other topics. Having a lower number means a higher priority.
For instance, if you have two topics, "Topic a" with weight "10" and "Topic b" with weight "0" then "Topic b" is first when ordering.
|The order of the topic in relation with the other topics. Having a lower number means a higher priority.
For instance, if you have two topics, "Topic A" with weight "10" and "Topic B" with weight "0" then "Topic B" is first when displaying.

|Show in the footer
|Optional
|Wether you want to show this topic in the "Help" section of the general footer (accessible in every page).
|Whether or not you want to display this topic in the "Help" section of the general footer (accessible in every page).

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

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/en/modules/admin/pages/pages/topics.adoc", "range": {"start": {"line": 42, "column": 92}}}, "severity": "INFO"}

|===

Expand Down