diff --git a/docs/en/antora.yml b/docs/en/antora.yml index ea26257c2b..2d5024e755 100644 --- a/docs/en/antora.yml +++ b/docs/en/antora.yml @@ -1,6 +1,6 @@ name: en title: "Decidim Documentation" -version: develop +version: v0.28 asciidoc: attributes: page-lang: en@ diff --git a/docs/en/modules/ROOT/nav.adoc b/docs/en/modules/ROOT/nav.adoc index f4df9cfb8d..f30cc681b6 100644 --- a/docs/en/modules/ROOT/nav.adoc +++ b/docs/en/modules/ROOT/nav.adoc @@ -42,6 +42,7 @@ *** xref:admin:scopes.adoc[Scopes] *** xref:admin:areas.adoc[Areas] *** xref:admin:help_sections.adoc[Help sections] +*** xref:admin:allowed_external_domains.adoc[Allowed external domains] ** xref:admin:pages.adoc[Pages] ** xref:admin:participants.adoc[Participants] *** xref:admin:participants/admins.adoc[Admins] diff --git a/docs/en/modules/ROOT/pages/index.adoc b/docs/en/modules/ROOT/pages/index.adoc index f1e19a8256..dfa9af82e0 100644 --- a/docs/en/modules/ROOT/pages/index.adoc +++ b/docs/en/modules/ROOT/pages/index.adoc @@ -9,9 +9,7 @@ Decidim is a framework that allows anybody to create and configure a website pla You’ve found the documentation for Decidim. Learn about the project at https://decidim.org[decidim.org]. [NOTE] -==== This is the documentation for the `develop` branch. You can see this same documentation site for other versions: xref:v0.29@ROOT:index.adoc[v0.29], xref:v0.28@ROOT:index.adoc[v0.28] and xref:v0.27@ROOT:index.adoc[v0.27] -==== // * Read the xref:ROOT:getting-started.adoc[Getting Started guide] diff --git a/docs/en/modules/admin/assets/images/admin_configuration.png b/docs/en/modules/admin/assets/images/admin_configuration.png index 60f1f14582..bb808ea168 100644 Binary files a/docs/en/modules/admin/assets/images/admin_configuration.png and b/docs/en/modules/admin/assets/images/admin_configuration.png differ diff --git a/docs/en/modules/admin/assets/images/allowed_external_domains_admin_panel.png b/docs/en/modules/admin/assets/images/allowed_external_domains_admin_panel.png new file mode 100644 index 0000000000..d824ab9133 Binary files /dev/null and b/docs/en/modules/admin/assets/images/allowed_external_domains_admin_panel.png differ diff --git a/docs/en/modules/admin/assets/images/allowed_external_domains_pop-up.png b/docs/en/modules/admin/assets/images/allowed_external_domains_pop-up.png new file mode 100644 index 0000000000..bab9bbb157 Binary files /dev/null and b/docs/en/modules/admin/assets/images/allowed_external_domains_pop-up.png differ diff --git a/docs/en/modules/admin/pages/allowed_external_domains.adoc b/docs/en/modules/admin/pages/allowed_external_domains.adoc new file mode 100644 index 0000000000..1fe14d7000 --- /dev/null +++ b/docs/en/modules/admin/pages/allowed_external_domains.adoc @@ -0,0 +1,9 @@ += Allowed external domains + +As means to protect against spam, and increase the security on your instance, Decidim will identify any links that direct to an external webpage, and add the following alert after the user clicks it: + +image::allowed_external_domains_pop-up.png[Pop-up that appears when clicking any external domains on Decidim] + +There may be webpages you don't want this feature on. For example, if your site is deployed at a URL like `+decidim.example.org+` and you want every `+example.org+` URLs to omit this message, you can configure this by adding your URL, and as many as you want, at the Allowed external domains page: + +image::allowed_external_domains_admin_panel.png[Allowed external domains panel] \ No newline at end of file