diff --git a/v0.1.0/customprocessing.html b/v0.1.0/customprocessing.html
index d2a7d76..e1487c2 100644
--- a/v0.1.0/customprocessing.html
+++ b/v0.1.0/customprocessing.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.1.0/documenter.html b/v0.1.0/documenter.html
index e66510a..79a8ce9 100644
--- a/v0.1.0/documenter.html
+++ b/v0.1.0/documenter.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.1.0/fileformat.html b/v0.1.0/fileformat.html
index 892a61a..410b144 100644
--- a/v0.1.0/fileformat.html
+++ b/v0.1.0/fileformat.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.1.0/generated/example.html b/v0.1.0/generated/example.html
index 6141716..86995aa 100644
--- a/v0.1.0/generated/example.html
+++ b/v0.1.0/generated/example.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.1.0/index.html b/v0.1.0/index.html
index a39d590..fa54d1a 100644
--- a/v0.1.0/index.html
+++ b/v0.1.0/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.1.0/outputformats.html b/v0.1.0/outputformats.html
index ef6f246..000a5d4 100644
--- a/v0.1.0/outputformats.html
+++ b/v0.1.0/outputformats.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.1.0/pipeline.html b/v0.1.0/pipeline.html
index 5bb9378..fb7d680 100644
--- a/v0.1.0/pipeline.html
+++ b/v0.1.0/pipeline.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.1.0/search.html b/v0.1.0/search.html
index e549140..365d4a1 100644
--- a/v0.1.0/search.html
+++ b/v0.1.0/search.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.0/customprocessing.html b/v0.2.0/customprocessing.html
index b03b48f..e49c013 100644
--- a/v0.2.0/customprocessing.html
+++ b/v0.2.0/customprocessing.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.0/documenter.html b/v0.2.0/documenter.html
index e66510a..79a8ce9 100644
--- a/v0.2.0/documenter.html
+++ b/v0.2.0/documenter.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.0/fileformat.html b/v0.2.0/fileformat.html
index 9b54a1e..3651ff2 100644
--- a/v0.2.0/fileformat.html
+++ b/v0.2.0/fileformat.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.0/generated/example.html b/v0.2.0/generated/example.html
index 18f15a9..c70ca0f 100644
--- a/v0.2.0/generated/example.html
+++ b/v0.2.0/generated/example.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.0/index.html b/v0.2.0/index.html
index 03d8df7..73e0248 100644
--- a/v0.2.0/index.html
+++ b/v0.2.0/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.0/outputformats.html b/v0.2.0/outputformats.html
index 16506e8..52a72e1 100644
--- a/v0.2.0/outputformats.html
+++ b/v0.2.0/outputformats.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.0/pipeline.html b/v0.2.0/pipeline.html
index 5d994fd..cd6a68e 100644
--- a/v0.2.0/pipeline.html
+++ b/v0.2.0/pipeline.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.0/search.html b/v0.2.0/search.html
index e549140..365d4a1 100644
--- a/v0.2.0/search.html
+++ b/v0.2.0/search.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.1/customprocessing.html b/v0.2.1/customprocessing.html
index b03b48f..e49c013 100644
--- a/v0.2.1/customprocessing.html
+++ b/v0.2.1/customprocessing.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.1/documenter.html b/v0.2.1/documenter.html
index e66510a..79a8ce9 100644
--- a/v0.2.1/documenter.html
+++ b/v0.2.1/documenter.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.1/fileformat.html b/v0.2.1/fileformat.html
index 9b54a1e..3651ff2 100644
--- a/v0.2.1/fileformat.html
+++ b/v0.2.1/fileformat.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.1/generated/example.html b/v0.2.1/generated/example.html
index 98179cc..3fbdf66 100644
--- a/v0.2.1/generated/example.html
+++ b/v0.2.1/generated/example.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.1/index.html b/v0.2.1/index.html
index 03d8df7..73e0248 100644
--- a/v0.2.1/index.html
+++ b/v0.2.1/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.1/outputformats.html b/v0.2.1/outputformats.html
index a738cb8..9a82aa6 100644
--- a/v0.2.1/outputformats.html
+++ b/v0.2.1/outputformats.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.1/pipeline.html b/v0.2.1/pipeline.html
index 5d994fd..cd6a68e 100644
--- a/v0.2.1/pipeline.html
+++ b/v0.2.1/pipeline.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.1/search.html b/v0.2.1/search.html
index e549140..365d4a1 100644
--- a/v0.2.1/search.html
+++ b/v0.2.1/search.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.2/customprocessing.html b/v0.2.2/customprocessing.html
index b03b48f..e49c013 100644
--- a/v0.2.2/customprocessing.html
+++ b/v0.2.2/customprocessing.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.2/documenter.html b/v0.2.2/documenter.html
index e66510a..79a8ce9 100644
--- a/v0.2.2/documenter.html
+++ b/v0.2.2/documenter.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.2/fileformat.html b/v0.2.2/fileformat.html
index 9b54a1e..3651ff2 100644
--- a/v0.2.2/fileformat.html
+++ b/v0.2.2/fileformat.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.2/generated/example.html b/v0.2.2/generated/example.html
index 5a0a908..e9843e5 100644
--- a/v0.2.2/generated/example.html
+++ b/v0.2.2/generated/example.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.2/index.html b/v0.2.2/index.html
index 03d8df7..73e0248 100644
--- a/v0.2.2/index.html
+++ b/v0.2.2/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.2/outputformats.html b/v0.2.2/outputformats.html
index 11983b8..ef2cb11 100644
--- a/v0.2.2/outputformats.html
+++ b/v0.2.2/outputformats.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.2/pipeline.html b/v0.2.2/pipeline.html
index 5d994fd..cd6a68e 100644
--- a/v0.2.2/pipeline.html
+++ b/v0.2.2/pipeline.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.2.2/search.html b/v0.2.2/search.html
index e549140..365d4a1 100644
--- a/v0.2.2/search.html
+++ b/v0.2.2/search.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.3.0/customprocessing.html b/v0.3.0/customprocessing.html
index b03b48f..e49c013 100644
--- a/v0.3.0/customprocessing.html
+++ b/v0.3.0/customprocessing.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.3.0/documenter.html b/v0.3.0/documenter.html
index fd832f3..3dfd5ba 100644
--- a/v0.3.0/documenter.html
+++ b/v0.3.0/documenter.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.3.0/fileformat.html b/v0.3.0/fileformat.html
index 7d2615f..26d8698 100644
--- a/v0.3.0/fileformat.html
+++ b/v0.3.0/fileformat.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.3.0/generated/example.html b/v0.3.0/generated/example.html
index f413939..0e344d4 100644
--- a/v0.3.0/generated/example.html
+++ b/v0.3.0/generated/example.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.3.0/index.html b/v0.3.0/index.html
index 1c9a3a6..4c8a2cb 100644
--- a/v0.3.0/index.html
+++ b/v0.3.0/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.3.0/outputformats.html b/v0.3.0/outputformats.html
index fc194aa..721cad3 100644
--- a/v0.3.0/outputformats.html
+++ b/v0.3.0/outputformats.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.3.0/pipeline.html b/v0.3.0/pipeline.html
index 0a01b69..1a4cd04 100644
--- a/v0.3.0/pipeline.html
+++ b/v0.3.0/pipeline.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v0.3.0/search.html b/v0.3.0/search.html
index e549140..365d4a1 100644
--- a/v0.3.0/search.html
+++ b/v0.3.0/search.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.0/customprocessing.html b/v1.0.0/customprocessing.html
index ab618a3..4f652c8 100644
--- a/v1.0.0/customprocessing.html
+++ b/v1.0.0/customprocessing.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.0/documenter.html b/v1.0.0/documenter.html
index 3fabfab..a61a44c 100644
--- a/v1.0.0/documenter.html
+++ b/v1.0.0/documenter.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.0/fileformat.html b/v1.0.0/fileformat.html
index a02baee..8f10d92 100644
--- a/v1.0.0/fileformat.html
+++ b/v1.0.0/fileformat.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.0/generated/example.html b/v1.0.0/generated/example.html
index 3216229..c6c135f 100644
--- a/v1.0.0/generated/example.html
+++ b/v1.0.0/generated/example.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.0/index.html b/v1.0.0/index.html
index 6a6126a..2649ebb 100644
--- a/v1.0.0/index.html
+++ b/v1.0.0/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.0/outputformats.html b/v1.0.0/outputformats.html
index 1f9c633..a6947f1 100644
--- a/v1.0.0/outputformats.html
+++ b/v1.0.0/outputformats.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.0/pipeline.html b/v1.0.0/pipeline.html
index bc81974..41233aa 100644
--- a/v1.0.0/pipeline.html
+++ b/v1.0.0/pipeline.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.0/search.html b/v1.0.0/search.html
index 0757e91..7f15b84 100644
--- a/v1.0.0/search.html
+++ b/v1.0.0/search.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.1/customprocessing.html b/v1.0.1/customprocessing.html
index ab618a3..4f652c8 100644
--- a/v1.0.1/customprocessing.html
+++ b/v1.0.1/customprocessing.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.1/documenter.html b/v1.0.1/documenter.html
index 3fabfab..a61a44c 100644
--- a/v1.0.1/documenter.html
+++ b/v1.0.1/documenter.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.1/fileformat.html b/v1.0.1/fileformat.html
index a02baee..8f10d92 100644
--- a/v1.0.1/fileformat.html
+++ b/v1.0.1/fileformat.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.1/generated/example.html b/v1.0.1/generated/example.html
index 9404f9c..a3999fa 100644
--- a/v1.0.1/generated/example.html
+++ b/v1.0.1/generated/example.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.1/index.html b/v1.0.1/index.html
index 6a6126a..2649ebb 100644
--- a/v1.0.1/index.html
+++ b/v1.0.1/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.1/outputformats.html b/v1.0.1/outputformats.html
index a91e335..b1a6547 100644
--- a/v1.0.1/outputformats.html
+++ b/v1.0.1/outputformats.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.1/pipeline.html b/v1.0.1/pipeline.html
index bc81974..41233aa 100644
--- a/v1.0.1/pipeline.html
+++ b/v1.0.1/pipeline.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.1/search.html b/v1.0.1/search.html
index 0757e91..7f15b84 100644
--- a/v1.0.1/search.html
+++ b/v1.0.1/search.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.2/customprocessing.html b/v1.0.2/customprocessing.html
index ab618a3..4f652c8 100644
--- a/v1.0.2/customprocessing.html
+++ b/v1.0.2/customprocessing.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.2/documenter.html b/v1.0.2/documenter.html
index 3fabfab..a61a44c 100644
--- a/v1.0.2/documenter.html
+++ b/v1.0.2/documenter.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.2/fileformat.html b/v1.0.2/fileformat.html
index a02baee..8f10d92 100644
--- a/v1.0.2/fileformat.html
+++ b/v1.0.2/fileformat.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.2/generated/example.html b/v1.0.2/generated/example.html
index 245736f..255044f 100644
--- a/v1.0.2/generated/example.html
+++ b/v1.0.2/generated/example.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.2/index.html b/v1.0.2/index.html
index 6a6126a..2649ebb 100644
--- a/v1.0.2/index.html
+++ b/v1.0.2/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.2/outputformats.html b/v1.0.2/outputformats.html
index 93ee397..673d249 100644
--- a/v1.0.2/outputformats.html
+++ b/v1.0.2/outputformats.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.2/pipeline.html b/v1.0.2/pipeline.html
index bc81974..41233aa 100644
--- a/v1.0.2/pipeline.html
+++ b/v1.0.2/pipeline.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.2/search.html b/v1.0.2/search.html
index 0757e91..7f15b84 100644
--- a/v1.0.2/search.html
+++ b/v1.0.2/search.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.3/customprocessing/index.html b/v1.0.3/customprocessing/index.html
index ba1068a..299c589 100644
--- a/v1.0.3/customprocessing/index.html
+++ b/v1.0.3/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.3/documenter/index.html b/v1.0.3/documenter/index.html
index 452d252..7a1b766 100644
--- a/v1.0.3/documenter/index.html
+++ b/v1.0.3/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.3/fileformat/index.html b/v1.0.3/fileformat/index.html
index 0809092..7c8453f 100644
--- a/v1.0.3/fileformat/index.html
+++ b/v1.0.3/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.3/generated/example/index.html b/v1.0.3/generated/example/index.html
index 52c2fc3..92c36d4 100644
--- a/v1.0.3/generated/example/index.html
+++ b/v1.0.3/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.3/index.html b/v1.0.3/index.html
index a14efdc..de94a70 100644
--- a/v1.0.3/index.html
+++ b/v1.0.3/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.3/outputformats/index.html b/v1.0.3/outputformats/index.html
index c92692a..5568bd6 100644
--- a/v1.0.3/outputformats/index.html
+++ b/v1.0.3/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.3/pipeline/index.html b/v1.0.3/pipeline/index.html
index 03f7ec6..b3dcfc7 100644
--- a/v1.0.3/pipeline/index.html
+++ b/v1.0.3/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.3/search/index.html b/v1.0.3/search/index.html
index 7e10223..f0e0805 100644
--- a/v1.0.3/search/index.html
+++ b/v1.0.3/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.4/customprocessing/index.html b/v1.0.4/customprocessing/index.html
index ba1068a..299c589 100644
--- a/v1.0.4/customprocessing/index.html
+++ b/v1.0.4/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.4/documenter/index.html b/v1.0.4/documenter/index.html
index 452d252..7a1b766 100644
--- a/v1.0.4/documenter/index.html
+++ b/v1.0.4/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.4/fileformat/index.html b/v1.0.4/fileformat/index.html
index 0809092..7c8453f 100644
--- a/v1.0.4/fileformat/index.html
+++ b/v1.0.4/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.4/generated/example/index.html b/v1.0.4/generated/example/index.html
index 580045e..0e923e3 100644
--- a/v1.0.4/generated/example/index.html
+++ b/v1.0.4/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.4/index.html b/v1.0.4/index.html
index a14efdc..de94a70 100644
--- a/v1.0.4/index.html
+++ b/v1.0.4/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.4/outputformats/index.html b/v1.0.4/outputformats/index.html
index 335a052..4825e7f 100644
--- a/v1.0.4/outputformats/index.html
+++ b/v1.0.4/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.4/pipeline/index.html b/v1.0.4/pipeline/index.html
index 03f7ec6..b3dcfc7 100644
--- a/v1.0.4/pipeline/index.html
+++ b/v1.0.4/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.4/search/index.html b/v1.0.4/search/index.html
index 7e10223..f0e0805 100644
--- a/v1.0.4/search/index.html
+++ b/v1.0.4/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.5/customprocessing/index.html b/v1.0.5/customprocessing/index.html
index ba1068a..299c589 100644
--- a/v1.0.5/customprocessing/index.html
+++ b/v1.0.5/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.5/documenter/index.html b/v1.0.5/documenter/index.html
index 452d252..7a1b766 100644
--- a/v1.0.5/documenter/index.html
+++ b/v1.0.5/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.5/fileformat/index.html b/v1.0.5/fileformat/index.html
index 0809092..7c8453f 100644
--- a/v1.0.5/fileformat/index.html
+++ b/v1.0.5/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.5/generated/example/index.html b/v1.0.5/generated/example/index.html
index 6e9ae68..9fbdab4 100644
--- a/v1.0.5/generated/example/index.html
+++ b/v1.0.5/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.5/index.html b/v1.0.5/index.html
index a14efdc..de94a70 100644
--- a/v1.0.5/index.html
+++ b/v1.0.5/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.5/outputformats/index.html b/v1.0.5/outputformats/index.html
index f67d5c9..131f001 100644
--- a/v1.0.5/outputformats/index.html
+++ b/v1.0.5/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.5/pipeline/index.html b/v1.0.5/pipeline/index.html
index 03f7ec6..b3dcfc7 100644
--- a/v1.0.5/pipeline/index.html
+++ b/v1.0.5/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.0.5/search/index.html b/v1.0.5/search/index.html
index 7e10223..f0e0805 100644
--- a/v1.0.5/search/index.html
+++ b/v1.0.5/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.1.0/customprocessing/index.html b/v1.1.0/customprocessing/index.html
index ba1068a..299c589 100644
--- a/v1.1.0/customprocessing/index.html
+++ b/v1.1.0/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.1.0/documenter/index.html b/v1.1.0/documenter/index.html
index 452d252..7a1b766 100644
--- a/v1.1.0/documenter/index.html
+++ b/v1.1.0/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.1.0/fileformat/index.html b/v1.1.0/fileformat/index.html
index c9b2186..baea117 100644
--- a/v1.1.0/fileformat/index.html
+++ b/v1.1.0/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.1.0/generated/example/index.html b/v1.1.0/generated/example/index.html
index c12152a..d90d509 100644
--- a/v1.1.0/generated/example/index.html
+++ b/v1.1.0/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.1.0/index.html b/v1.1.0/index.html
index a14efdc..de94a70 100644
--- a/v1.1.0/index.html
+++ b/v1.1.0/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.1.0/outputformats/index.html b/v1.1.0/outputformats/index.html
index febce45..560f700 100644
--- a/v1.1.0/outputformats/index.html
+++ b/v1.1.0/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.1.0/pipeline/index.html b/v1.1.0/pipeline/index.html
index 03f7ec6..b3dcfc7 100644
--- a/v1.1.0/pipeline/index.html
+++ b/v1.1.0/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v1.1.0/search/index.html b/v1.1.0/search/index.html
index 7e10223..f0e0805 100644
--- a/v1.1.0/search/index.html
+++ b/v1.1.0/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.0/customprocessing/index.html b/v2.0.0/customprocessing/index.html
index edfc29a..80a25b6 100644
--- a/v2.0.0/customprocessing/index.html
+++ b/v2.0.0/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.0/documenter/index.html b/v2.0.0/documenter/index.html
index a5fa46a..340a929 100644
--- a/v2.0.0/documenter/index.html
+++ b/v2.0.0/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.0/fileformat/index.html b/v2.0.0/fileformat/index.html
index 3fe5af7..aea6866 100644
--- a/v2.0.0/fileformat/index.html
+++ b/v2.0.0/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.0/generated/example/index.html b/v2.0.0/generated/example/index.html
index 714a3fc..f751fac 100644
--- a/v2.0.0/generated/example/index.html
+++ b/v2.0.0/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.0/generated/name/index.html b/v2.0.0/generated/name/index.html
index cad3560..1200aae 100644
--- a/v2.0.0/generated/name/index.html
+++ b/v2.0.0/generated/name/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.0/index.html b/v2.0.0/index.html
index 0e4267f..4253eea 100644
--- a/v2.0.0/index.html
+++ b/v2.0.0/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.0/outputformats/index.html b/v2.0.0/outputformats/index.html
index c48c001..67c14be 100644
--- a/v2.0.0/outputformats/index.html
+++ b/v2.0.0/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.0/pipeline/index.html b/v2.0.0/pipeline/index.html
index b0c7a61..d21040f 100644
--- a/v2.0.0/pipeline/index.html
+++ b/v2.0.0/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.0/search/index.html b/v2.0.0/search/index.html
index 7b689b4..74a517d 100644
--- a/v2.0.0/search/index.html
+++ b/v2.0.0/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.2/customprocessing/index.html b/v2.0.2/customprocessing/index.html
index edfc29a..80a25b6 100644
--- a/v2.0.2/customprocessing/index.html
+++ b/v2.0.2/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.2/documenter/index.html b/v2.0.2/documenter/index.html
index a5fa46a..340a929 100644
--- a/v2.0.2/documenter/index.html
+++ b/v2.0.2/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.2/fileformat/index.html b/v2.0.2/fileformat/index.html
index e3d434f..7cc2ab9 100644
--- a/v2.0.2/fileformat/index.html
+++ b/v2.0.2/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.2/generated/example/index.html b/v2.0.2/generated/example/index.html
index 435383d..406a640 100644
--- a/v2.0.2/generated/example/index.html
+++ b/v2.0.2/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.2/generated/name/index.html b/v2.0.2/generated/name/index.html
index cad3560..1200aae 100644
--- a/v2.0.2/generated/name/index.html
+++ b/v2.0.2/generated/name/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.2/index.html b/v2.0.2/index.html
index 0e4267f..4253eea 100644
--- a/v2.0.2/index.html
+++ b/v2.0.2/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.2/outputformats/index.html b/v2.0.2/outputformats/index.html
index 03d46f7..2e6dec7 100644
--- a/v2.0.2/outputformats/index.html
+++ b/v2.0.2/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.2/pipeline/index.html b/v2.0.2/pipeline/index.html
index ee291b8..b5ce1c3 100644
--- a/v2.0.2/pipeline/index.html
+++ b/v2.0.2/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.2/search/index.html b/v2.0.2/search/index.html
index 7b689b4..74a517d 100644
--- a/v2.0.2/search/index.html
+++ b/v2.0.2/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.3/customprocessing/index.html b/v2.0.3/customprocessing/index.html
index edfc29a..80a25b6 100644
--- a/v2.0.3/customprocessing/index.html
+++ b/v2.0.3/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.3/documenter/index.html b/v2.0.3/documenter/index.html
index caf5e65..7cc6ffd 100644
--- a/v2.0.3/documenter/index.html
+++ b/v2.0.3/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.3/fileformat/index.html b/v2.0.3/fileformat/index.html
index e3d434f..7cc2ab9 100644
--- a/v2.0.3/fileformat/index.html
+++ b/v2.0.3/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.3/generated/example/index.html b/v2.0.3/generated/example/index.html
index 3dc582e..c4c5690 100644
--- a/v2.0.3/generated/example/index.html
+++ b/v2.0.3/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.3/generated/name/index.html b/v2.0.3/generated/name/index.html
index cad3560..1200aae 100644
--- a/v2.0.3/generated/name/index.html
+++ b/v2.0.3/generated/name/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.3/index.html b/v2.0.3/index.html
index 0e4267f..4253eea 100644
--- a/v2.0.3/index.html
+++ b/v2.0.3/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.3/outputformats/index.html b/v2.0.3/outputformats/index.html
index 6fd49df..0cf4b96 100644
--- a/v2.0.3/outputformats/index.html
+++ b/v2.0.3/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.3/pipeline/index.html b/v2.0.3/pipeline/index.html
index ee291b8..b5ce1c3 100644
--- a/v2.0.3/pipeline/index.html
+++ b/v2.0.3/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.3/search/index.html b/v2.0.3/search/index.html
index 7b689b4..74a517d 100644
--- a/v2.0.3/search/index.html
+++ b/v2.0.3/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.4/customprocessing/index.html b/v2.0.4/customprocessing/index.html
index edfc29a..80a25b6 100644
--- a/v2.0.4/customprocessing/index.html
+++ b/v2.0.4/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.4/documenter/index.html b/v2.0.4/documenter/index.html
index caf5e65..7cc6ffd 100644
--- a/v2.0.4/documenter/index.html
+++ b/v2.0.4/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.4/fileformat/index.html b/v2.0.4/fileformat/index.html
index e3d434f..7cc2ab9 100644
--- a/v2.0.4/fileformat/index.html
+++ b/v2.0.4/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.4/generated/example/index.html b/v2.0.4/generated/example/index.html
index 977cd44..ca32fd1 100644
--- a/v2.0.4/generated/example/index.html
+++ b/v2.0.4/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.4/generated/name/index.html b/v2.0.4/generated/name/index.html
index cad3560..1200aae 100644
--- a/v2.0.4/generated/name/index.html
+++ b/v2.0.4/generated/name/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.4/index.html b/v2.0.4/index.html
index 0e4267f..4253eea 100644
--- a/v2.0.4/index.html
+++ b/v2.0.4/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.4/outputformats/index.html b/v2.0.4/outputformats/index.html
index 63b2f11..0fe8559 100644
--- a/v2.0.4/outputformats/index.html
+++ b/v2.0.4/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.4/pipeline/index.html b/v2.0.4/pipeline/index.html
index ee291b8..b5ce1c3 100644
--- a/v2.0.4/pipeline/index.html
+++ b/v2.0.4/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.0.4/search/index.html b/v2.0.4/search/index.html
index 7b689b4..74a517d 100644
--- a/v2.0.4/search/index.html
+++ b/v2.0.4/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.0/customprocessing.html b/v2.1.0/customprocessing.html
index 724adda..b3567d7 100644
--- a/v2.1.0/customprocessing.html
+++ b/v2.1.0/customprocessing.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.0/documenter.html b/v2.1.0/documenter.html
index 33fc836..f344202 100644
--- a/v2.1.0/documenter.html
+++ b/v2.1.0/documenter.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.0/fileformat.html b/v2.1.0/fileformat.html
index 999a154..111f7a3 100644
--- a/v2.1.0/fileformat.html
+++ b/v2.1.0/fileformat.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.0/generated/example.html b/v2.1.0/generated/example.html
index 2d372d2..a3b77a9 100644
--- a/v2.1.0/generated/example.html
+++ b/v2.1.0/generated/example.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.0/generated/name.html b/v2.1.0/generated/name.html
index 016eaca..72ef3d9 100644
--- a/v2.1.0/generated/name.html
+++ b/v2.1.0/generated/name.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.0/index.html b/v2.1.0/index.html
index fea26e4..f4040df 100644
--- a/v2.1.0/index.html
+++ b/v2.1.0/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.0/outputformats.html b/v2.1.0/outputformats.html
index 41a5956..29d74f0 100644
--- a/v2.1.0/outputformats.html
+++ b/v2.1.0/outputformats.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.0/pipeline.html b/v2.1.0/pipeline.html
index a47ca9c..2de9fec 100644
--- a/v2.1.0/pipeline.html
+++ b/v2.1.0/pipeline.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.0/search.html b/v2.1.0/search.html
index dcee4c9..6383f19 100644
--- a/v2.1.0/search.html
+++ b/v2.1.0/search.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.1/customprocessing/index.html b/v2.1.1/customprocessing/index.html
index 38247b2..577d449 100644
--- a/v2.1.1/customprocessing/index.html
+++ b/v2.1.1/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.1/documenter/index.html b/v2.1.1/documenter/index.html
index 0c59338..23773fa 100644
--- a/v2.1.1/documenter/index.html
+++ b/v2.1.1/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.1/fileformat/index.html b/v2.1.1/fileformat/index.html
index 74ee57f..9e0f35d 100644
--- a/v2.1.1/fileformat/index.html
+++ b/v2.1.1/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.1/generated/example/index.html b/v2.1.1/generated/example/index.html
index 98144a6..0cd1f1b 100644
--- a/v2.1.1/generated/example/index.html
+++ b/v2.1.1/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.1/generated/name/index.html b/v2.1.1/generated/name/index.html
index fedb1d3..5157d8b 100644
--- a/v2.1.1/generated/name/index.html
+++ b/v2.1.1/generated/name/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.1/index.html b/v2.1.1/index.html
index 39baa68..76a8dfc 100644
--- a/v2.1.1/index.html
+++ b/v2.1.1/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.1/outputformats/index.html b/v2.1.1/outputformats/index.html
index fd3af56..9da867d 100644
--- a/v2.1.1/outputformats/index.html
+++ b/v2.1.1/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.1/pipeline/index.html b/v2.1.1/pipeline/index.html
index 61a3c7a..f971aa4 100644
--- a/v2.1.1/pipeline/index.html
+++ b/v2.1.1/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.1.1/search/index.html b/v2.1.1/search/index.html
index c97a31d..0fb848a 100644
--- a/v2.1.1/search/index.html
+++ b/v2.1.1/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.0/customprocessing/index.html b/v2.2.0/customprocessing/index.html
index 0410b95..9d5bcf0 100644
--- a/v2.2.0/customprocessing/index.html
+++ b/v2.2.0/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.0/documenter/index.html b/v2.2.0/documenter/index.html
index 6151510..1aa1d93 100644
--- a/v2.2.0/documenter/index.html
+++ b/v2.2.0/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.0/fileformat/index.html b/v2.2.0/fileformat/index.html
index a58c0d2..0b28bdd 100644
--- a/v2.2.0/fileformat/index.html
+++ b/v2.2.0/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.0/generated/example/index.html b/v2.2.0/generated/example/index.html
index eb4df42..8e077c9 100644
--- a/v2.2.0/generated/example/index.html
+++ b/v2.2.0/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.0/generated/name/index.html b/v2.2.0/generated/name/index.html
index 1ef4bfc..b6b8647 100644
--- a/v2.2.0/generated/name/index.html
+++ b/v2.2.0/generated/name/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.0/index.html b/v2.2.0/index.html
index 2b6513b..93e22ed 100644
--- a/v2.2.0/index.html
+++ b/v2.2.0/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.0/outputformats/index.html b/v2.2.0/outputformats/index.html
index 0776322..17c6970 100644
--- a/v2.2.0/outputformats/index.html
+++ b/v2.2.0/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.0/pipeline/index.html b/v2.2.0/pipeline/index.html
index dcf75f0..79c2814 100644
--- a/v2.2.0/pipeline/index.html
+++ b/v2.2.0/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.0/search/index.html b/v2.2.0/search/index.html
index 67547a9..80ba49c 100644
--- a/v2.2.0/search/index.html
+++ b/v2.2.0/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.1/customprocessing/index.html b/v2.2.1/customprocessing/index.html
index 7f0af9d..dae0cf9 100644
--- a/v2.2.1/customprocessing/index.html
+++ b/v2.2.1/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.1/documenter/index.html b/v2.2.1/documenter/index.html
index bb4680c..77d8172 100644
--- a/v2.2.1/documenter/index.html
+++ b/v2.2.1/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.1/fileformat/index.html b/v2.2.1/fileformat/index.html
index a0c6308..8f69b9a 100644
--- a/v2.2.1/fileformat/index.html
+++ b/v2.2.1/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.1/generated/example/index.html b/v2.2.1/generated/example/index.html
index a3975e7..59c29c7 100644
--- a/v2.2.1/generated/example/index.html
+++ b/v2.2.1/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.1/generated/name/index.html b/v2.2.1/generated/name/index.html
index be314d4..42e7226 100644
--- a/v2.2.1/generated/name/index.html
+++ b/v2.2.1/generated/name/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.1/index.html b/v2.2.1/index.html
index 1ec1b32..43ae999 100644
--- a/v2.2.1/index.html
+++ b/v2.2.1/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.1/outputformats/index.html b/v2.2.1/outputformats/index.html
index 1107e6f..3450f23 100644
--- a/v2.2.1/outputformats/index.html
+++ b/v2.2.1/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.1/pipeline/index.html b/v2.2.1/pipeline/index.html
index b41c2eb..1657531 100644
--- a/v2.2.1/pipeline/index.html
+++ b/v2.2.1/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.2.1/search/index.html b/v2.2.1/search/index.html
index 1bb22a8..9f3a20c 100644
--- a/v2.2.1/search/index.html
+++ b/v2.2.1/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.0/customprocessing/index.html b/v2.3.0/customprocessing/index.html
index 06cc8c3..22eddfa 100644
--- a/v2.3.0/customprocessing/index.html
+++ b/v2.3.0/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.0/documenter/index.html b/v2.3.0/documenter/index.html
index c195d64..982ea82 100644
--- a/v2.3.0/documenter/index.html
+++ b/v2.3.0/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.0/fileformat/index.html b/v2.3.0/fileformat/index.html
index dbe703e..75b55a7 100644
--- a/v2.3.0/fileformat/index.html
+++ b/v2.3.0/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.0/generated/example/index.html b/v2.3.0/generated/example/index.html
index b928b44..2b5e132 100644
--- a/v2.3.0/generated/example/index.html
+++ b/v2.3.0/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.0/generated/name/index.html b/v2.3.0/generated/name/index.html
index cdf5715..a89f335 100644
--- a/v2.3.0/generated/name/index.html
+++ b/v2.3.0/generated/name/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.0/index.html b/v2.3.0/index.html
index aee4c4f..273ff44 100644
--- a/v2.3.0/index.html
+++ b/v2.3.0/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.0/outputformats/index.html b/v2.3.0/outputformats/index.html
index 6463227..834ccb0 100644
--- a/v2.3.0/outputformats/index.html
+++ b/v2.3.0/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.0/pipeline/index.html b/v2.3.0/pipeline/index.html
index 3e31984..ac3d9ba 100644
--- a/v2.3.0/pipeline/index.html
+++ b/v2.3.0/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.0/search/index.html b/v2.3.0/search/index.html
index ab3641f..4ad5a6c 100644
--- a/v2.3.0/search/index.html
+++ b/v2.3.0/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.1/customprocessing/index.html b/v2.3.1/customprocessing/index.html
index 00ede74..a3bac20 100644
--- a/v2.3.1/customprocessing/index.html
+++ b/v2.3.1/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.1/documenter/index.html b/v2.3.1/documenter/index.html
index 5bfddb8..bee21ce 100644
--- a/v2.3.1/documenter/index.html
+++ b/v2.3.1/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.1/fileformat/index.html b/v2.3.1/fileformat/index.html
index 61b59b7..429378f 100644
--- a/v2.3.1/fileformat/index.html
+++ b/v2.3.1/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.1/generated/example/index.html b/v2.3.1/generated/example/index.html
index fa23a35..01b68b9 100644
--- a/v2.3.1/generated/example/index.html
+++ b/v2.3.1/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.1/generated/name/index.html b/v2.3.1/generated/name/index.html
index 5fa9789..e4b3ec7 100644
--- a/v2.3.1/generated/name/index.html
+++ b/v2.3.1/generated/name/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.1/index.html b/v2.3.1/index.html
index b3abf76..cec0e8a 100644
--- a/v2.3.1/index.html
+++ b/v2.3.1/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.1/outputformats/index.html b/v2.3.1/outputformats/index.html
index 40ee0a4..51f2932 100644
--- a/v2.3.1/outputformats/index.html
+++ b/v2.3.1/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.1/pipeline/index.html b/v2.3.1/pipeline/index.html
index a61c42f..92245d4 100644
--- a/v2.3.1/pipeline/index.html
+++ b/v2.3.1/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.1/search/index.html b/v2.3.1/search/index.html
index b6cc78b..b31c998 100644
--- a/v2.3.1/search/index.html
+++ b/v2.3.1/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.3.1/tips/index.html b/v2.3.1/tips/index.html
index 721d869..1b9ffc8 100644
--- a/v2.3.1/tips/index.html
+++ b/v2.3.1/tips/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.4.0/customprocessing/index.html b/v2.4.0/customprocessing/index.html
index 7894434..c34a300 100644
--- a/v2.4.0/customprocessing/index.html
+++ b/v2.4.0/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.4.0/documenter/index.html b/v2.4.0/documenter/index.html
index 33f1515..688cb15 100644
--- a/v2.4.0/documenter/index.html
+++ b/v2.4.0/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.4.0/fileformat/index.html b/v2.4.0/fileformat/index.html
index ff49acd..83c5f54 100644
--- a/v2.4.0/fileformat/index.html
+++ b/v2.4.0/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.4.0/generated/example/index.html b/v2.4.0/generated/example/index.html
index f1dddb6..41e4474 100644
--- a/v2.4.0/generated/example/index.html
+++ b/v2.4.0/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.4.0/generated/name/index.html b/v2.4.0/generated/name/index.html
index 769f4dd..2d420d5 100644
--- a/v2.4.0/generated/name/index.html
+++ b/v2.4.0/generated/name/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.4.0/index.html b/v2.4.0/index.html
index 164183b..6cdab2a 100644
--- a/v2.4.0/index.html
+++ b/v2.4.0/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.4.0/outputformats/index.html b/v2.4.0/outputformats/index.html
index a13c787..d8bb685 100644
--- a/v2.4.0/outputformats/index.html
+++ b/v2.4.0/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.4.0/pipeline/index.html b/v2.4.0/pipeline/index.html
index 4a011d5..0698abc 100644
--- a/v2.4.0/pipeline/index.html
+++ b/v2.4.0/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.4.0/search/index.html b/v2.4.0/search/index.html
index 6b858d8..bb71fda 100644
--- a/v2.4.0/search/index.html
+++ b/v2.4.0/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.4.0/tips/index.html b/v2.4.0/tips/index.html
index ee8e45e..267d584 100644
--- a/v2.4.0/tips/index.html
+++ b/v2.4.0/tips/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.0/customprocessing/index.html b/v2.5.0/customprocessing/index.html
index 098b89a..8bd982e 100644
--- a/v2.5.0/customprocessing/index.html
+++ b/v2.5.0/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.0/documenter/index.html b/v2.5.0/documenter/index.html
index d406dc0..22bf8e9 100644
--- a/v2.5.0/documenter/index.html
+++ b/v2.5.0/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.0/fileformat/index.html b/v2.5.0/fileformat/index.html
index 990dae1..33c2c09 100644
--- a/v2.5.0/fileformat/index.html
+++ b/v2.5.0/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.0/generated/example/index.html b/v2.5.0/generated/example/index.html
index d32f5d6..b7ccd23 100644
--- a/v2.5.0/generated/example/index.html
+++ b/v2.5.0/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.0/generated/name/index.html b/v2.5.0/generated/name/index.html
index d096de8..91cbc7f 100644
--- a/v2.5.0/generated/name/index.html
+++ b/v2.5.0/generated/name/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.0/index.html b/v2.5.0/index.html
index e881fb1..004b6a9 100644
--- a/v2.5.0/index.html
+++ b/v2.5.0/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.0/outputformats/index.html b/v2.5.0/outputformats/index.html
index c43cf46..03091ba 100644
--- a/v2.5.0/outputformats/index.html
+++ b/v2.5.0/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.0/pipeline/index.html b/v2.5.0/pipeline/index.html
index 03c6493..28de06d 100644
--- a/v2.5.0/pipeline/index.html
+++ b/v2.5.0/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.0/search/index.html b/v2.5.0/search/index.html
index ef26354..a9b404d 100644
--- a/v2.5.0/search/index.html
+++ b/v2.5.0/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.0/tips/index.html b/v2.5.0/tips/index.html
index 65f603c..46f848c 100644
--- a/v2.5.0/tips/index.html
+++ b/v2.5.0/tips/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.1/customprocessing/index.html b/v2.5.1/customprocessing/index.html
index 42b9b33..1bf2a59 100644
--- a/v2.5.1/customprocessing/index.html
+++ b/v2.5.1/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.1/documenter/index.html b/v2.5.1/documenter/index.html
index d87ee51..ac0e277 100644
--- a/v2.5.1/documenter/index.html
+++ b/v2.5.1/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.1/fileformat/index.html b/v2.5.1/fileformat/index.html
index dd84954..ff2d3b4 100644
--- a/v2.5.1/fileformat/index.html
+++ b/v2.5.1/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.1/generated/example/index.html b/v2.5.1/generated/example/index.html
index 811d908..86243f1 100644
--- a/v2.5.1/generated/example/index.html
+++ b/v2.5.1/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.1/generated/name/index.html b/v2.5.1/generated/name/index.html
index bb7ed1c..1fcbabf 100644
--- a/v2.5.1/generated/name/index.html
+++ b/v2.5.1/generated/name/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.1/index.html b/v2.5.1/index.html
index 11b5cd8..b9334aa 100644
--- a/v2.5.1/index.html
+++ b/v2.5.1/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.1/outputformats/index.html b/v2.5.1/outputformats/index.html
index 59a1bf1..2a96eed 100644
--- a/v2.5.1/outputformats/index.html
+++ b/v2.5.1/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.1/pipeline/index.html b/v2.5.1/pipeline/index.html
index 76ab0b8..d873a68 100644
--- a/v2.5.1/pipeline/index.html
+++ b/v2.5.1/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.1/search/index.html b/v2.5.1/search/index.html
index 889d2b7..6c51c7e 100644
--- a/v2.5.1/search/index.html
+++ b/v2.5.1/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.5.1/tips/index.html b/v2.5.1/tips/index.html
index de38ec0..2141dc0 100644
--- a/v2.5.1/tips/index.html
+++ b/v2.5.1/tips/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.6.0/customprocessing/index.html b/v2.6.0/customprocessing/index.html
index d73d4fe..b24e086 100644
--- a/v2.6.0/customprocessing/index.html
+++ b/v2.6.0/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.6.0/documenter/index.html b/v2.6.0/documenter/index.html
index 393469b..d630dc2 100644
--- a/v2.6.0/documenter/index.html
+++ b/v2.6.0/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.6.0/fileformat/index.html b/v2.6.0/fileformat/index.html
index d1a0a8e..cbbc8ca 100644
--- a/v2.6.0/fileformat/index.html
+++ b/v2.6.0/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.6.0/generated/example/index.html b/v2.6.0/generated/example/index.html
index 7a69ef1..8913d00 100644
--- a/v2.6.0/generated/example/index.html
+++ b/v2.6.0/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.6.0/generated/name/index.html b/v2.6.0/generated/name/index.html
index 3e3c441..28a7d09 100644
--- a/v2.6.0/generated/name/index.html
+++ b/v2.6.0/generated/name/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.6.0/index.html b/v2.6.0/index.html
index 6107a9b..561f442 100644
--- a/v2.6.0/index.html
+++ b/v2.6.0/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.6.0/outputformats/index.html b/v2.6.0/outputformats/index.html
index 9c0a8c7..10beee6 100644
--- a/v2.6.0/outputformats/index.html
+++ b/v2.6.0/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.6.0/pipeline/index.html b/v2.6.0/pipeline/index.html
index 1985b08..b87664f 100644
--- a/v2.6.0/pipeline/index.html
+++ b/v2.6.0/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.6.0/search/index.html b/v2.6.0/search/index.html
index 3c4637d..462d3d0 100644
--- a/v2.6.0/search/index.html
+++ b/v2.6.0/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.6.0/tips/index.html b/v2.6.0/tips/index.html
index cbc4518..dc46149 100644
--- a/v2.6.0/tips/index.html
+++ b/v2.6.0/tips/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.7.0/customprocessing/index.html b/v2.7.0/customprocessing/index.html
index cc5cc15..4640942 100644
--- a/v2.7.0/customprocessing/index.html
+++ b/v2.7.0/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.7.0/documenter/index.html b/v2.7.0/documenter/index.html
index 6a54295..992fa11 100644
--- a/v2.7.0/documenter/index.html
+++ b/v2.7.0/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.7.0/fileformat/index.html b/v2.7.0/fileformat/index.html
index 169b531..c7b3763 100644
--- a/v2.7.0/fileformat/index.html
+++ b/v2.7.0/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.7.0/generated/example/index.html b/v2.7.0/generated/example/index.html
index 338abfa..67c120b 100644
--- a/v2.7.0/generated/example/index.html
+++ b/v2.7.0/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.7.0/generated/name/index.html b/v2.7.0/generated/name/index.html
index 73b0dec..a4e1139 100644
--- a/v2.7.0/generated/name/index.html
+++ b/v2.7.0/generated/name/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.7.0/index.html b/v2.7.0/index.html
index 47d52dc..e786b07 100644
--- a/v2.7.0/index.html
+++ b/v2.7.0/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.7.0/outputformats/index.html b/v2.7.0/outputformats/index.html
index c429671..718a23b 100644
--- a/v2.7.0/outputformats/index.html
+++ b/v2.7.0/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.7.0/pipeline/index.html b/v2.7.0/pipeline/index.html
index 6aa19bb..18ef4f2 100644
--- a/v2.7.0/pipeline/index.html
+++ b/v2.7.0/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.7.0/search/index.html b/v2.7.0/search/index.html
index 45155d3..57f8ee4 100644
--- a/v2.7.0/search/index.html
+++ b/v2.7.0/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.7.0/tips/index.html b/v2.7.0/tips/index.html
index eb93f46..a2144b6 100644
--- a/v2.7.0/tips/index.html
+++ b/v2.7.0/tips/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.8.0/customprocessing/index.html b/v2.8.0/customprocessing/index.html
index e6e5597..6021561 100644
--- a/v2.8.0/customprocessing/index.html
+++ b/v2.8.0/customprocessing/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.8.0/documenter/index.html b/v2.8.0/documenter/index.html
index 8acc0ec..c71c726 100644
--- a/v2.8.0/documenter/index.html
+++ b/v2.8.0/documenter/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.8.0/fileformat/index.html b/v2.8.0/fileformat/index.html
index 544b978..e445350 100644
--- a/v2.8.0/fileformat/index.html
+++ b/v2.8.0/fileformat/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.8.0/generated/example/index.html b/v2.8.0/generated/example/index.html
index 574c27b..58635f6 100644
--- a/v2.8.0/generated/example/index.html
+++ b/v2.8.0/generated/example/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.8.0/generated/name/index.html b/v2.8.0/generated/name/index.html
index 9e11a91..6d30f53 100644
--- a/v2.8.0/generated/name/index.html
+++ b/v2.8.0/generated/name/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.8.0/index.html b/v2.8.0/index.html
index ce10c7c..5ed8b89 100644
--- a/v2.8.0/index.html
+++ b/v2.8.0/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.8.0/outputformats/index.html b/v2.8.0/outputformats/index.html
index a20b80b..614fde7 100644
--- a/v2.8.0/outputformats/index.html
+++ b/v2.8.0/outputformats/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.8.0/pipeline/index.html b/v2.8.0/pipeline/index.html
index 96d5e5e..3451c62 100644
--- a/v2.8.0/pipeline/index.html
+++ b/v2.8.0/pipeline/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.8.0/search/index.html b/v2.8.0/search/index.html
index f302a1e..75785f7 100644
--- a/v2.8.0/search/index.html
+++ b/v2.8.0/search/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);
diff --git a/v2.8.0/tips/index.html b/v2.8.0/tips/index.html
index 77da78c..4fcfaea 100644
--- a/v2.8.0/tips/index.html
+++ b/v2.8.0/tips/index.html
@@ -26,9 +26,9 @@
closer.addEventListener('click', function () {
document.body.removeChild(div);
});
- let href = '/stable';
+ let href = '/';
if (window.documenterBaseURL) {
- href = window.documenterBaseURL + '/../stable';
+ href = window.documenterBaseURL + '/../';
}
div.innerHTML = 'This is an old version of the documentation.
Go to the newest version.';
div.appendChild(closer);