We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
beta
1 parent a4ee0ab commit 1839af8Copy full SHA for 1839af8
site/static/js/plugins/plugins.js
@@ -48,7 +48,7 @@ function convertFromHugo(content) {
48
49
async function addVersionDropdown() {
50
const sidebar = document.getElementsByClassName("sidebar").item(0);
51
- const latestVersion = "v1.0.0-alpha";
+ const latestVersion = "v1.0.0-beta";
52
const versionDropdown = `
53
<div class="dropdown">
54
<button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">${latestVersion}
0 commit comments