File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 195195
196196# -- OpenGraph configuration ----------------------------------
197197
198- ogp_site_url = "https://6.dev- docs.plone.org/"
198+ ogp_site_url = "https://6.docs.plone.org/"
199199ogp_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"
201201ogp_site_name = "Plone Documentation"
202202ogp_type = "website"
203203ogp_custom_meta_tags = [
255255html_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
285285# suggest edit link
286286# remark: {{ file_name }} is mandatory in "edit_page_url_template"
287287html_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
You can’t perform that action at this time.
0 commit comments