Skip to content

Commit

Permalink
docs: version 2.3.1 to version selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ttu committed Mar 10, 2024
1 parent b16c958 commit dee46fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
name: '<a id="home-link" class="app-name-link" data-nosearch href="/">RuuviTag Sensor Python Package</a><br/>' +
'<select id="version-selector" name="version">' +
'<option value="development">Development</value>' +
'<option value="2.3.1">2.3.1</value>' +
'<option value="2.3.0">2.3.0</value>' +
'<option value="2.2.0">2.2.0</value>' +
'<option value="2.1.0">2.1.0</value>' +
Expand All @@ -25,6 +26,7 @@
repo: 'https://github.com/ttu/ruuvitag-sensor',
alias: {
'/development/(.*)': 'https://raw.githubusercontent.com/ttu/ruuvitag-sensor/master/',
'/2.3.1/(.*)': 'https://raw.githubusercontent.com/ttu/ruuvitag-sensor/2.3.1/README.md',
'/2.3.0/(.*)': 'https://raw.githubusercontent.com/ttu/ruuvitag-sensor/2.3.0/README.md',
'/2.2.0/(.*)': 'https://raw.githubusercontent.com/ttu/ruuvitag-sensor/2.2.0/README.md',
'/2.1.0/(.*)': 'https://raw.githubusercontent.com/ttu/ruuvitag-sensor/2.1.0/README.md',
Expand All @@ -34,7 +36,7 @@
namespaces: [
{
id: "version",
values: ["development", "2.3.0", "2.2.0", "2.1.0", "2.0.0", "1.2.1"],
values: ["development", "2.3.1", "2.3.0", "2.2.0", "2.1.0", "2.0.0", "1.2.1"],
default: "development",
optional: true,
selector: "#version-selector",
Expand Down

0 comments on commit dee46fb

Please sign in to comment.