Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ content:
sources:
- url: &documentation https://github.com/decidim/documentation
start_path: docs/en
branches: [release/0.31-stable, release/0.30-stable, develop]
branches: [release/0.31-stable, release/0.32-stable, develop]
edit_url: "https://github.com/decidim/documentation/edit/{refname}/{path}"
- url: &documentation https://github.com/decidim/documentation
start_path: docs/fr
Expand All @@ -26,7 +26,7 @@ content:
branches: [develop]
- url: https://github.com/decidim/decidim
start_path: docs
branches: [release/0.30-stable, release/0.31-stable, develop]
branches: [release/0.31-stable, release/0.32-stable, develop]
ui:
bundle:
url: https://github.com/decidim/documentation-antora-ui/releases/download/v0.4/ui-bundle.zip
Expand Down
2 changes: 1 addition & 1 deletion docs/en/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You’ve found the documentation for Decidim. Learn about the project at https:/

[NOTE]
====
This is the documentation for the `develop` branch. You can see this same documentation site for other versions: xref:v0.30@ROOT:index.adoc[v0.30]
This is the documentation for the `develop` branch. You can see this same documentation site for other versions: xref:v0.32@ROOT:index.adoc[v0.32]
====

// * Read the xref:ROOT:getting-started.adoc[Getting Started guide]
Expand Down
2 changes: 1 addition & 1 deletion docs/en/modules/admin/pages/components.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can find all the components of the space on the list, with:

* *Component name*: title of the component, chosen at its creation and editable.
* *Component type*: type of component.
* *Component scope*: the xref:admin:scopes.adoc[scope] of the component.
* *Component scope*: the xref:admin:settings/scopes.adoc[scope] of the component.

=== Actions

Expand Down
Loading