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
6 changes: 3 additions & 3 deletions source/_static/local-dev-switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"preferred": true
},
{
"name": "v94",
"version": "94",
"url": "https://docs.foundries.io/94/"
"name": "…older",
"version": "",
"url": "https://docs.foundries.io/"
}
]

Expand Down
6 changes: 3 additions & 3 deletions source/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"preferred": true
},
{
"name": "v94",
"version": "94",
"url": "https://docs.foundries.io/94/"
"name": "…older",
"version": "",
"url": "https://docs.foundries.io"
}
]

Expand Down
2 changes: 0 additions & 2 deletions source/_templates/announcement.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!-- Used by PyData Theme for announcement banner. To have no banner, set to an empty string -->
<div class="sidebar-message">
For LmP v95.1 changes, please see updates to the
<a href="https://github.com/foundriesio/docs/blob/main/release-notes/rn_v95.md#v951">v95 Release Notes</a>
</div>
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
if mp_tags == 'local-dev':
json_url = '_static/local-dev-switcher.json'
if mp_tags == 'dev':
json_url = '_static/switcher.json'
json_url = 'https://raw.githubusercontent.com/foundriesio/docs/refs/heads/next/source/_static/switcher.json'

# Pydata Theme options
html_theme_options = {
Expand Down