Skip to content

Commit 4fffccd

Browse files
authored
Merge pull request plone#1385 from plone/links-and-sitemap-and-more-after-v6-release
Links and sitemap and more after v6 release
2 parents e205a10 + 3d91124 commit 4fffccd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@
195195

196196
# -- OpenGraph configuration ----------------------------------
197197

198-
ogp_site_url = "https://6.dev-docs.plone.org/"
198+
ogp_site_url = "https://6.docs.plone.org/"
199199
ogp_description_length = 200
200-
ogp_image = "https://6.dev-docs.plone.org/_static/Plone_logo_square.png"
200+
ogp_image = "https://6.docs.plone.org/_static/Plone_logo_square.png"
201201
ogp_site_name = "Plone Documentation"
202202
ogp_type = "website"
203203
ogp_custom_meta_tags = [
@@ -255,7 +255,7 @@
255255
html_use_index = True
256256

257257
# Used by sphinx_sitemap to generate a sitemap
258-
html_baseurl = "https://6.dev-docs.plone.org"
258+
html_baseurl = "https://6.docs.plone.org"
259259

260260
# -- Options for HTML help output -------------------------------------------------
261261

@@ -285,7 +285,7 @@
285285
# suggest edit link
286286
# remark: {{ file_name }} is mandatory in "edit_page_url_template"
287287
html_context = {
288-
"edit_page_url_template": "https://6.dev-docs.plone.org/contributing/index.html?{{ file_name }}#making-contributions-on-github",
288+
"edit_page_url_template": "https://6.docs.plone.org/contributing/index.html?{{ file_name }}#making-contributions-on-github",
289289
}
290290

291291
# An extension that allows replacements for code blocks that

0 commit comments

Comments
 (0)