Skip to content

Commit f47bcd8

Browse files
authored
Merge branch 'develop' into fix-vale-errors
2 parents a0f35af + 0557cef commit f47bcd8

File tree

6 files changed

+34
-11
lines changed

6 files changed

+34
-11
lines changed

antora-playbook.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
site:
66
title: Decidim Docs
77
url: https://docs.decidim.org
8-
start_page: v0.27@en:ROOT:index.adoc
8+
start_page: v0.28@en:ROOT:index.adoc
99
content:
1010
sources:
11-
- url: https://github.com/decidim/documentation
11+
- url: &documentation https://github.com/decidim/documentation
1212
start_path: docs/en
13-
branches: [release/0.27-stable, release/0.26-stable, develop]
13+
branches: [release/0.28-stable, release/0.27-stable, develop]
1414
edit_url: "https://github.com/decidim/documentation/edit/{refname}/{path}"
1515
- url: https://github.com/decidim/decidim
1616
start_path: docs
17-
branches: [release/0.27-stable, release/0.26-stable, develop]
17+
branches: [release/0.28-stable, release/0.27-stable, develop]
1818
- url: https://github.com/decidim/decidim-bulletin-board
1919
start_path: docs
2020
branches: develop

docs/en/modules/ROOT/nav.adoc

+18-4
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,18 @@
156156
*** xref:develop:guide_architecture.adoc[5. Architecture]
157157
** xref:develop:security.adoc[Security]
158158
** Advanced
159+
*** Creating custom classes
160+
**** xref:develop:classes/cells.adoc[Cells]
161+
**** xref:develop:classes/commands.adoc[Commands]
162+
**** xref:develop:classes/controllers.adoc[Controllers]
163+
**** xref:develop:classes/events.adoc[Events]
164+
**** xref:develop:classes/forms.adoc[Forms]
165+
**** xref:develop:classes/jobs.adoc[Jobs]
166+
**** xref:develop:classes/mailers.adoc[Mailers]
167+
**** xref:develop:classes/models.adoc[Models]
168+
**** xref:develop:classes/permissions.adoc[Permissions]
169+
**** xref:develop:classes/presenters.adoc[Presenters]
170+
**** xref:develop:classes/queries.adoc[Queries]
159171
*** Concerns
160172
**** xref:develop:authorable.adoc[Authorable]
161173
**** xref:develop:embeddable.adoc[Embeddable]
@@ -172,24 +184,26 @@
172184
*** xref:develop:deploy.adoc[Deploy]
173185
*** xref:develop:docker.adoc[Docker]
174186
*** xref:develop:fixing_locales.adoc[Fixing locales]
175-
*** xref:develop:guide_github_projects.adoc[GitHub Projects Workflow]
176187
*** xref:develop:maps.adoc[Maps]
177188
*** xref:develop:managing_translations_i18n.adoc[i18n]
189+
*** xref:develop:maintainers/index.adoc[Maintainers]
190+
**** xref:develop:backports.adoc[Backports]
191+
**** xref:develop:guide_github_projects.adoc[GitHub Projects Workflow]
192+
**** xref:develop:maintainers/releases.adoc[Releasing new versionss]
193+
**** xref:develop:maintainers/security.adoc[Security procedures]
178194
*** xref:develop:metrics.adoc[Metrics]
179195
*** xref:develop:modules.adoc[Modules]
180196
*** xref:develop:notifications.adoc[Notifications]
181197
*** xref:develop:open-data.adoc[Open Data]
182198
*** xref:develop:permissions.adoc[Permissions]
183199
*** xref:develop:profiling.adoc[Profiling]
184-
*** xref:develop:maintainers/releases.adoc[Releases]
185200
*** xref:develop:reminders.adoc[Reminders]
186201
*** xref:develop:templates.adoc[Templates]
187202
*** xref:develop:testing.adoc[Testing]
188203
*** xref:develop:guide_development_with_localhost_ssl.adoc[Testing SSL and Tenants in Development]
189204
*** xref:develop:turbolinks.adoc[Turbolinks]
190205
*** Views
191206
**** xref:develop:content_blocks.adoc[Content Blocks]
192-
**** xref:develop:data-picker.adoc[Data Picker]
193207
**** xref:develop:newsletter_templates.adoc[Newsletter Templates]
194208
**** xref:develop:view_hooks.adoc[View Hooks]
195209
**** xref:develop:view_models_aka_cells.adoc[View Models (Cells)]
@@ -218,5 +232,5 @@
218232
** Whitepaper
219233
*** xref:whitepaper:decidim-a-brief-overview.adoc[Decidim: a brief overview]
220234
221-
* xref:releases:index.adoc[Release Notes]
235+
* xref:releases:index.adoc[Release notes]
222236

docs/en/modules/ROOT/pages/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You’ve found the documentation for Decidim. Learn about the project at https:/
1010

1111
[NOTE]
1212
====
13-
This is the documentation for the `develop` branch. You can see this same documentation site for other versions: xref:v0.26@ROOT:index.adoc[v0.26] and xref:v0.27@ROOT:index.adoc[v0.27]
13+
This is the documentation for the `develop` branch. You can see this same documentation site for other versions: xref:v0.28@ROOT:index.adoc[v0.28] and xref:v0.27@ROOT:index.adoc[v0.27]
1414
====
1515

1616
// * Read the xref:ROOT:getting-started.adoc[Getting Started guide]

docs/en/modules/admin/pages/components/accountability.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ The Accountability component allows people to follow project implementations. It
77
* defining and applying progress in implementation statuses - 0% to 100% implemented - around their implementation
88
* displaying the extent of the results' implementation grouped by categories and scopes
99
10-
You can update results, projects, and statuses through a CSV upload (comma-separated values), or manually by the administration interface.
10+
You can update results, projects, and statuses through a CSV upload (comma-separated values), or manually by the administration interface.

docs/en/modules/releases/pages/index.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
= Releases
1+
= Release notes
22

33
Here you can find all the blog posts for every minor release.
44

55
You can find all the releases (with minor and patches) at
66
https://rubygems.org/gems/decidim/versions[RubyGems.org] and
77
https://github.com/decidim/decidim/releases[GitHub].
88

9+
* https://decidim.org/blog/2023-12-20-new-version-0-28-0/[Version 0.28 (2022-12-20)]
910
* https://decidim.org/blog/2022-09-30-new-version-0-27-0/[Version 0.27 (2022-09-30)]
1011
* https://decidim.org/blog/2022-02-22-new-version-0-26-0/[Version 0.26 (2022-02-22)]
1112
* https://decidim.org/blog/2021-10-07-new-version-0-25-0/[Version 0.25 (2021-10-07)]

docs/pt/antora.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: pt
2+
title: "Decidim Documentação"
3+
version: develop
4+
asciidoc:
5+
attributes:
6+
page-lang: pt@
7+
nav:
8+
- modules/ROOT/nav.adoc

0 commit comments

Comments
 (0)