Skip to content

Commit 01fc347

Browse files
authored
Fix documentation links in Decidim 0.26 (#125)
* Removing some documentation links * Remove more links * Remove more links * Removed more links
1 parent 49e5aff commit 01fc347

File tree

9 files changed

+11
-26
lines changed

9 files changed

+11
-26
lines changed

en/modules/ROOT/nav.adoc

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* xref:configure:index.adoc[Configure]
88
** xref:configure:environment_variables.adoc[Environment Variables]
99
** xref:configure:initializer.adoc[Initializer]
10-
** xref:customize:index.adoc[Customize]
1110
*** xref:customize:authorizations.adoc[Authorizations]
1211
*** xref:customize:code.adoc[Code]
1312
*** xref:customize:gemfile.adoc[Gemfile]
@@ -19,7 +18,6 @@
1918
*** xref:customize:texts.adoc[Texts]
2019
*** xref:customize:users_registration_mode.adoc[User registration mode]
2120
*** xref:customize:views.adoc[Views]
22-
** xref:services:index.adoc[Services]
2321
*** xref:services:activejob.adoc[Active Job]
2422
*** xref:services:elections_bulletin_board.adoc[Elections Bulletin Board]
2523
*** xref:services:etherpad.adoc[Etherpad]
@@ -86,7 +84,6 @@
8684
*** xref:admin:spaces/consultations.adoc[Consultations]
8785
*** xref:admin:spaces/votings.adoc[Votings]
8886
** xref:admin:components.adoc[Components]
89-
*** xref:admin:components/accountability.adoc[Accountability]
9087
*** xref:admin:components/blog.adoc[Blog]
9188
*** xref:admin:components/budgets.adoc[Budgets]
9289
*** xref:admin:components/debates.adoc[Debates]
@@ -102,7 +99,6 @@
10299
**** xref:admin:components/proposals/answers.adoc[Answers]
103100
**** xref:admin:components/proposals/collaborative_drafts.adoc[Collaborative drafts]
104101
**** xref:admin:components/proposals/participatory_texts.adoc[Participatory texts]
105-
*** xref:admin:components/sortitions.adoc[Sortitions]
106102
*** xref:admin:components/surveys.adoc[Surveys]
107103
** Features
108104
*** xref:admin:features/badges.adoc[Badges]
@@ -121,17 +117,7 @@
121117
**** xref:admin:features/my_account/my_interests.adoc[My interests]
122118
**** xref:admin:features/my_account/my_data.adoc[My data]
123119
**** xref:admin:features/my_account/delete_my_account.adoc[Delete my account]
124-
*** xref:admin:features/my_public_profile.adoc[My public profile]
125-
**** xref:admin:features/my_public_profile/timeline.adoc[Timeline]
126-
**** xref:admin:features/my_public_profile/activity.adoc[Activity]
127-
**** xref:admin:features/my_public_profile/badges.adoc[Badges]
128-
**** xref:admin:features/my_public_profile/follows.adoc[Follows]
129-
**** xref:admin:features/my_public_profile/followers.adoc[Followers]
130-
**** xref:admin:features/my_public_profile/groups.adoc[Groups]
131120
*** xref:admin:features/notifications.adoc[Notifications]
132-
*** xref:admin:features/search.adoc[Search]
133-
*** xref:admin:features/share.adoc[Share]
134-
*** xref:admin:features/statistics.adoc[Statistics]
135121
*** xref:admin:features/versions.adoc[Versions]
136122
** xref:admin:newsletters.adoc[Newsletters]
137123
** xref:admin:global_moderations.adoc[Global moderations]
@@ -178,7 +164,6 @@
178164
*** xref:develop:permissions.adoc[Permissions]
179165
*** xref:develop:profiling.adoc[Profiling]
180166
*** xref:develop:releases.adoc[Releases]
181-
*** xref:develop:reminders.adoc[Reminders]
182167
*** xref:develop:templates.adoc[Templates]
183168
*** xref:develop:testing.adoc[Testing]
184169
*** xref:develop:guide_development_with_localhost_ssl.adoc[Testing SSL and Tenants in Development]

en/modules/admin/pages/components/budgets.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,5 +352,5 @@ image:components/budgets/results_select_project.png[Select a project for impleme
352352
image:components/budgets/results_selected.png[Selected projects after voting]
353353
image:components/budgets/results_selected_frontend.png[Selected projects after voting in the frontend]
354354

355-
We strongly recommend that after you have selected projects then you enable the xref:components/accountability.adoc[Accountability]
356-
component so participants can see the grade of impementation.
355+
We strongly recommend that after you have selected projects then you enable the Accountability
356+
component so participants can see the grade of implementation.

en/modules/admin/pages/features/follows.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ of the activity being made by the thing you're following.
55

66
You can control these notifications in the xref:features/my_account/notifications_settings.adoc[settings of your account].
77

8-
The activity of the things that you're following is visible in your xref:features/my_public_profile/timeline.adoc[profile timeline].
8+
The activity of the things that you're following is visible in your profile timeline.
99

1010
For following a thing:
1111

@@ -24,4 +24,4 @@ image:button_stop_following.png[Stop following button]
2424
Administrators by default follow all the new spaces that are created in the Decidim platform.
2525

2626
A participant can also follow another participants. This is public and it's visible in the profile sections
27-
xref:features/my_public_profile/follows.adoc[follows] and xref:features/my_public_profile/follows.adoc[followers].
27+
follows and followers.

en/modules/admin/pages/features/my_account.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= My account
22

3-
My account is all the pages where a participant can change her personal data that is displayed in her xref:admin:features/my_public_profile.adoc[My public profile] page, change her notifications settings, see which groups she belongs, etc.
3+
My account is all the pages where a participant can change her personal data that is displayed in My public profile page, change her notifications settings, see which groups she belongs, etc.
44

55
To go to this section:
66

en/modules/admin/pages/features/my_account/account.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Account
22

3-
In this section is possible to make modifications that will be visible in the participants xref:features/my_public_profile.adoc[public profile] and also modify the email address or the language that the platform will use with the user.
3+
In this section is possible to make modifications that will be visible in the participants public profile and also modify the email address or the language that the platform will use with the user.
44

55
. Sign in as a participant
66
. Click in the name of the participant in the header

en/modules/admin/pages/features/my_account/groups.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In this section participants can see which Groups they belong to.
44

5-
NOTE: Want to create a new group? Go to the xref:admin:features/my_public_profile.adoc[My public profile] page.
5+
NOTE: Want to create a new group? Go to the My public profile page.
66

77
image:features/my_account/groups.png[Groups]
88

en/modules/admin/pages/spaces/initiatives.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ image:admin_initiative_type.png[New initiative type form]
107107

108108
|Add SMS code validation step to the signature process
109109
|
110-
|During the signature process, will it ask for SMS validation? See xref:services:sms.adoc[configuration of SMS service].
110+
|During the signature process, will it ask for SMS validation?
111111

112112
|===
113113

en/modules/admin/partials/components_list.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
The platform currently have the following official components:
33

4-
* xref:admin:components/accountability.adoc[*Accountability*]: allows to keep track of the results execution of a space.
4+
* Accountability: allows to keep track of the results execution of a space.
55
It allows administrators to also relate them to the proposals and meetings that originated them.
66
* xref:admin:components/blog.adoc[*Blog*]: allows administrators to publish posts with news regarding a space.
77
* xref:admin:components/budgets.adoc[*Budgets*]: allows participants to vote in projects with amounts predefined. Used for
@@ -12,7 +12,7 @@ external system as xref:admin:spaces/votings.adoc[Votings] space.
1212
* xref:admin:components/meetings.adoc[*Meetings*]: gatherings in person or online through videoconferences platforms.
1313
* xref:admin:components/pages.adoc[*Page*]: static pages with multi-language support.
1414
* xref:admin:components/proposals.adoc[*Proposals*]: contributions posted by participants which can be given support.
15-
* xref:admin:components/sortitions.adoc[*Sortitions*]: this allows different kind of proposals to be selected randomly.
15+
* Sortitions: this allows different kind of proposals to be selected randomly.
1616
For instance the proposals could be candidates who form part of a group (such as a committee).
1717
* xref:admin:components/surveys.adoc[*Survey*]: for conducting surveys with different kinds of questions.
1818

en/modules/admin/partials/page_categories.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ image:spaces/categories_form.png[Select a category when creating a proposal]
1818

1919
NOTE: Once a category is in use it cannot be removed, as there are resources that are using it.
2020

21-
Decidim has other ways to classify resources, for instance xref:admin:scopes.adoc[Scopes] and xref:admin:features/hashtags.adoc[Hashtags].
21+
Decidim has other ways to classify resources, for instance xref:admin:scopes.adoc[Scopes] and Hashtags.
2222
The main difference is that Categories can be defined in a given space, Scopes are global for all the platform, and Hashtags
2323
are defined by the participants.
2424

0 commit comments

Comments
 (0)