Skip to content

Commit

Permalink
Fix vale linting
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinebessoles committed Nov 28, 2024
1 parent cf6542d commit 7dc40ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/en/modules/admin/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ of the participatory processes. Acquiring knowledge in administering Decidim ena

None of these aspects are strictly technical but they do involve a series of political decisions over how you want your instance to work,
what messages and contents it contains, what the moderation policy should be, and overall how you want your participatory
platform to function. This is why it is essential to understand the socio-technical implications of the Decidim platform’s
platform to function. This is why it's essential to understand the socio-technical implications of the Decidim platform’s
administration and management.

To understand how Decidim works, you first need to distinguish between xref:spaces.adoc[*spaces*] and xref:components.adoc[*components*].

* *Participatory spaces* are the channels that citizens can participate through (participatory processes, assemblies, initiatives and conferences.)
* *Participatory components* are mechanisms that enable interaction between participants and the participatory spaces (meetings, pages, proposals, surveys, etc.)
* *Participatory spaces* are the channels that citizens can participate through: participatory processes, assemblies, initiatives and conferences.
* *Participatory components* are mechanisms that enable interaction between participants and the participatory spaces: meetings, pages, proposals, surveys, etc.

Therefore, all participatory spaces can incorporate several components, such as meetings, proposals, surveys, or results.

image:introduction.png[Spaces and components]

So, administrators configure participatory spaces by defining and configuring the components they are going to need.
So, administrators configure participatory spaces by defining and configuring the components they're going to need.
It's important to bear in mind that these participatory components and the various functions are repeated in the various spaces,

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

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('are repeated'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('are repeated').", "location": {"path": "docs/en/modules/admin/pages/index.adoc", "range": {"start": {"line": 31, "column": 94}}}, "severity": "INFO"}
offering many opportunities when it comes to configuring the various spaces.
This simplifies learning as once a space is configured, it's then easier to configure others.

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

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('is configured'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('is configured').", "location": {"path": "docs/en/modules/admin/pages/index.adoc", "range": {"start": {"line": 33, "column": 42}}}, "severity": "INFO"}
Expand All @@ -37,7 +37,7 @@ and how to configure, manage and administer your various participatory processes
to help with understanding administration tasks, following Decidim’s literal fields and enclosing screenshots to facilitate their
interpretation.

Managing (administering) the Decidim platform is quite intuitive and don't require specific IT knowledge.
Administering the Decidim platform is quite intuitive and don't require specific IT knowledge.
The administrators of a Decidim platform, in other words, those with the necessary authorization for managing the platform,
can configure the platform in a general way (images, information pages, etc.,) and manage the various participatory processes

Check warning on line 42 in docs/en/modules/admin/pages/index.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/index.adoc", "range": {"start": {"line": 42, "column": 45}}}, "severity": "INFO"}
(configuring, editing, analysing and concluding).

Check warning on line 43 in docs/en/modules/admin/pages/index.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/index.adoc", "range": {"start": {"line": 43, "column": 1}}}, "severity": "INFO"}
Expand Down

0 comments on commit 7dc40ab

Please sign in to comment.