Skip to content

Commit

Permalink
Deployed e1ef9dc to 1.0 with MkDocs 1.6.0 and mike 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 1, 2024
1 parent 4283979 commit 0276222
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 1.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@

<h1>Home</h1>

<p>.main3</p>
<p>.main4</p>



Expand Down
2 changes: 1 addition & 1 deletion 1.0/search/search_index.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Home","text":"<p>.main3</p>"}]}
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Home","text":"<p>.main4</p>"}]}
1 change: 0 additions & 1 deletion latest

This file was deleted.

18 changes: 18 additions & 0 deletions latest/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=../1.0/404.html" />
</noscript>
<script>
window.location.replace(
"../1.0/404.html" + window.location.search + window.location.hash
);
</script>
</head>
<body>
Redirecting to <a href="../1.0/404.html">../1.0/404.html</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions latest/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=../1.0/" />
</noscript>
<script>
window.location.replace(
"../1.0/" + window.location.search + window.location.hash
);
</script>
</head>
<body>
Redirecting to <a href="../1.0/">../1.0/</a>...
</body>
</html>

0 comments on commit 0276222

Please sign in to comment.