Skip to content

Commit

Permalink
Deployed eac6c14 to 0.3.5 with MkDocs 1.6.0 and mike 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chiphogg committed Jul 23, 2024
1 parent 168760f commit 297a145
Show file tree
Hide file tree
Showing 104 changed files with 133,978 additions and 0 deletions.
1,703 changes: 1,703 additions & 0 deletions 0.3.5/404.html

Large diffs are not rendered by default.

2,898 changes: 2,898 additions & 0 deletions 0.3.5/alternatives/index.html

Large diffs are not rendered by default.

Binary file added 0.3.5/assets/au-logo-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 0.3.5/assets/au-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 0.3.5/assets/favicon.ico
Binary file not shown.
25 changes: 25 additions & 0 deletions 0.3.5/assets/hrh4.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Copyright 2023 Aurora Operations, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// The delineation between h4 sections can be too subtle. Add hr to make it stand out better.
Array.from(document.getElementsByTagName("H4"))
.forEach(function(e, i) {
while (e = e.nextElementSibling) {
// Break at the next tag name.
if (["H1", "H2", "H3", "H4"].includes(e.tagName)) {
e.prepend(document.createElement("hr"));
break;
}
}
});
Binary file added 0.3.5/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions 0.3.5/assets/javascripts/bundle.081f42fc.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions 0.3.5/assets/javascripts/bundle.081f42fc.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 0.3.5/assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions 0.3.5/assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions 0.3.5/assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions 0.3.5/assets/javascripts/lunr/min/lunr.du.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 297a145

Please sign in to comment.