Skip to content

Commit

Permalink
Fix version select
Browse files Browse the repository at this point in the history
  • Loading branch information
adikhoff committed Oct 12, 2024
1 parent 7b92b40 commit 55816f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
("const homeUrl = baseUrl.split('/latest/')[0] + '/stable/';", "const homeUrl = 'https://redot-docs-4-3.pages.dev/';"),
('Read the Docs', 'Versions'),
('{% set listed_languages = ({"en":"#", "de":"#", "es":"#", "fr":"#"}).items() -%}', '{% set listed_languages = ({"en":"#"}).items() -%}'),
('({"stable":"#", "latest":"#"})', '({"stable":"https://redot-docs-4-3.pages.dev/", "latest":"https://redot-docs-4-4.pages.dev/", "3.6":"https://redot-docs-3-6.pages.dev/"})'),
('Hosted by <a href="https://readthedocs.org">Read the Docs', 'Hosted by <a href="https://cloudflare.com">CloudFlare'),
('<a href="https://docs.readthedocs.io/page/privacy-policy.html">Privacy Policy</a>', ''),
('G-dot', 'Godot'),
Expand Down

0 comments on commit 55816f9

Please sign in to comment.