Skip to content

Commit b3d647f

Browse files
committed
updated docs
1 parent 487982b commit b3d647f

9 files changed

Lines changed: 146 additions & 70 deletions

docs/404.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta
6+
property="og:image"
7+
content="https://teslamotors.github.io/informed/imagelink.png"
8+
/>
9+
<meta name="twitter:card" content="summary_large_image">
10+
<meta name="twitter:title" content="Informed">
11+
<meta name="twitter:description" content="Teslas Open Source Form Library">
12+
<meta name="twitter:image" content="https://teslamotors.github.io/informed/imagelink.png">
13+
<title>Informed</title>
14+
<script type="text/javascript">
15+
// Single Page Apps for GitHub Pages
16+
// MIT License
17+
// https://github.com/rafgraph/spa-github-pages
18+
// This script takes the current url and converts the path and query
19+
// string into just a query string, and then redirects the browser
20+
// to the new url with only a query string and hash fragment,
21+
// e.g. https://www.foo.tld/one/two?a=b&c=d#qwe, becomes
22+
// https://www.foo.tld/?/one/two&a=b~and~c=d#qwe
23+
// Note: this 404.html file must be at least 512 bytes for it to work
24+
// with Internet Explorer (it is currently > 512 bytes)
25+
26+
// If you're creating a Project Pages site and NOT using a custom domain,
27+
// then set pathSegmentsToKeep to 1 (enterprise users may need to set it to > 1).
28+
// This way the code will only replace the route part of the path, and not
29+
// the real directory in which the app resides, for example:
30+
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
31+
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
32+
// Otherwise, leave pathSegmentsToKeep as 0.
33+
var pathSegmentsToKeep = 1;
34+
35+
var l = window.location;
36+
l.replace(
37+
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
38+
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
39+
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
40+
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
41+
l.hash
42+
);
43+
44+
</script>
45+
</head>
46+
<body>
47+
</body>
48+
</html>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/consoleHook-59e792cb-b98a4ef2.js renamed to docs/assets/consoleHook-59e792cb-2cf52c4d.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 90 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
}(window.location))
4343
</script>
4444
<!-- End Single Page Apps for GitHub Pages -->
45-
<script type="module" crossorigin src="/informed/assets/index-8c9a80fe.js"></script>
46-
<link rel="stylesheet" href="/informed/assets/index-43cfceda.css">
45+
<script type="module" crossorigin src="/informed/assets/index-4093f75a.js"></script>
46+
<link rel="stylesheet" href="/informed/assets/index-c7b8c3fd.css">
4747
</head>
4848
<body>
4949
<script src="/informed/prism.js"></script>

0 commit comments

Comments
 (0)