Skip to content

Commit 79b3d62

Browse files
Revert "Bump A-Frame documentation (aframevr/aframe@bacaabd...36d5b99)."
This reverts commit 87ccdb5.
1 parent 87ccdb5 commit 79b3d62

File tree

2,759 files changed

+2028902
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,759 files changed

+2028902
-0
lines changed

404.html

+162
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
2+
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
<!DOCTYPE html>
16+
<html lang="en"
17+
data-is-home="false"
18+
data-is-mobile="false"
19+
data-supports-vr="false"
20+
data-supports-touch="false"
21+
data-site-base-url="https://aframe.io"
22+
data-site-root-path="/"
23+
data-site-home-url="https://aframe.io/"
24+
data-lib-home-url="https://aframe.io/"
25+
data-lib-examples-url="https://aframe.io/aframe/examples"
26+
data-title="{title} | A-Frame"
27+
data-is-spa="false"
28+
data-ga-id="UA-111391431-24"
29+
data-aframe-version="1.3.0"
30+
data-docs-version="1.3.0">
31+
<head>
32+
<title>A-Frame</title>
33+
34+
35+
<script>
36+
var host = window.location.protocol + '//' + window.location.hostname;
37+
if (window.location.protocol === 'http:' &&
38+
window.location.hostname === 'https://aframe.io') {
39+
window.location.href = 'https:' + window.location.href.substring(6);
40+
}
41+
</script>
42+
43+
44+
<meta charset="utf-8">
45+
<!-- Don't index old documentation pages. -->
46+
<meta name="robots"
47+
content="all">
48+
<meta name="description" content="A web framework for building virtual reality experiences. Make WebVR with HTML and Entity-Component. Works on Vive, Rift, desktop, mobile platforms.">
49+
<meta name="keywords" content="webvr,webvr framework,webvr demos,webvr sites,vr javascript,vr framework">
50+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
51+
<!-- Origin Trial Token, feature = WebXR Device API, origin = https://aframe.io, expires = 2018-03-05 -->
52+
<meta http-equiv="origin-trial" data-feature=" WebXR Device API (For Chrome M69+)" data-expires="2019-03-05" content="Ako5ueZ8LIub4MywyaWBtX6FQOVZBYPxDUBC09XfJRjVfQH1GXOaRO8v4/TQWyPdmw2qm8nJ/f9QfFwE+t20NwsAAABkeyJvcmlnaW4iOiJodHRwczovL2FmcmFtZS5pbzo0NDMiLCJmZWF0dXJlIjoiV2ViWFJEZXZpY2VNNjkiLCJleHBpcnkiOjE1NTE4MzAzOTksImlzU3ViZG9tYWluIjp0cnVlfQ==">
53+
<!-- Origin Trial Token, feature = WebVR (For Chrome M62+), origin = https://aframe.io, expires = 2018-08-09 -->
54+
<meta http-equiv="origin-trial" data-feature="WebVR (For Chrome M62+)" data-expires="2018-08-09" content="AlKeBeX7MGtuPmoZUks7FEWi6ke/EeYDPS1zhkb9bsdGr+r9gv+vYXGN7pUIz8+4XPxpWi7guenedSC1jM8B6AcAAABOeyJvcmlnaW4iOiJodHRwczovL2FmcmFtZS5pbzo0NDMiLCJmZWF0dXJlIjoiV2ViVlIxLjFNNjIiLCJleHBpcnkiOjE1MzM4NDAyMzN9">
55+
<link rel="canonical" href="https://aframe.io">
56+
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,400,600" rel="stylesheet">
57+
<meta property="fb:app_id" content="1535794316743373">
58+
<meta property="og:title" content="A-Frame">
59+
<meta property="og:site_name" content="A-Frame">
60+
<meta property="og:type" content="website">
61+
<meta property="og:url" content="https://aframe.io">
62+
<meta property="og:description" content="A web framework for building virtual reality experiences. Make WebVR with HTML and Entity-Component. Works on Vive, Rift, desktop, mobile platforms.">
63+
<meta property="og:image" content="http://aframe.io/images/card.jpg?v2">
64+
<meta property="og:image:secure_url" content="https://aframe.io/images/card.jpg?v2">
65+
<meta name="twitter:card" content="summary">
66+
<meta name="twitter:site" content="@aframevr">
67+
<meta name="twitter:creator" content="@aframevr">
68+
<meta name="twitter:title" content="A-Frame">
69+
<meta name="twitter:description" content="A web framework for building virtual reality experiences. Make WebVR with HTML and Entity-Component. Works on Vive, Rift, desktop, mobile platforms.">
70+
<meta name="twitter:image" content="http://aframe.io/images/card.jpg?v2">
71+
<meta name="mobile-web-app-capable" content="yes">
72+
<meta name="theme-color" content="black">
73+
<link rel="icon" sizes="192x192" href="https://aframe.io/images/aframe-logo-192.png">
74+
<meta name="apple-mobile-web-app-capable" content="yes">
75+
<meta name="apple-mobile-web-app-status-bar-style" content="black">
76+
<link rel="apple-touch-icon" href="https://aframe.io/images/aframe-logo-152.png">
77+
<link rel="alternate" type="application/rss+xml" title="Feed" href="https://aframe.io/feed.xml">
78+
<script>
79+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
80+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
81+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
82+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
83+
84+
ga('create', 'UA-111391431-24', 'auto');
85+
ga('send', 'pageview');
86+
ga('send', 'event', 'pageload.querystring', window.location.search);
87+
ga('send', 'event', 'pageload.hash', window.location.hash);
88+
</script>
89+
90+
91+
92+
93+
94+
95+
96+
<!-- Search. -->
97+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css"/>
98+
<link rel="stylesheet" href="/css/search.css">
99+
100+
</head>
101+
102+
<body data-page-layout="404" data-page-type="">
103+
<main id="main" class="main"><style>
104+
html {
105+
background: #EF2D5E;
106+
font-size: 16px;
107+
}
108+
body {
109+
color: #FAFAFA;
110+
font: 1.25rem/1.5 Consolas, Andale Mono, Monaco, Courier New, monospace;
111+
font-size: calc(1rem + .5vw);
112+
max-width: 768px;
113+
padding: 3%;
114+
}
115+
a {
116+
border-bottom: 1px solid rgba(255,255,255,.5);
117+
color: #fff;
118+
font-weight: 600;
119+
padding-bottom: 2px;
120+
text-decoration: none;
121+
}
122+
a:hover {
123+
border-bottom-color: #fff;
124+
}
125+
h1, p {
126+
margin: 1rem 0;
127+
}
128+
h1 {
129+
color: #fff;
130+
margin-top: 0;
131+
}
132+
</style>
133+
134+
<h1 id="404-not-found"><a href="#404-not-found" class="headerlink" title="404 Not Found"></a>404 Not Found</h1><p>Sorry, we could not find the page or file you requested.</p>
135+
<p>It’s possible that the link you clicked is out of date or the address was typed incorrectly.</p>
136+
<p><a href="/">Visit aframe.io</a></p>
137+
138+
</main>
139+
140+
141+
142+
143+
<!-- Algolia search. -->
144+
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
145+
<script type="text/javascript">
146+
var searchConfig = {
147+
apiKey: '9e4a51a1da70daf959bd4750a3fa8f52',
148+
indexName: 'aframe',
149+
algoliaOptions: {
150+
facetFilters: ['version:1.3.0'],
151+
hitsPerPage: 10
152+
},
153+
debug: false
154+
};
155+
156+
docsearch(Object.assign(searchConfig, {inputSelector: '.docs-search-sidebar .search-field'}));
157+
docsearch(Object.assign(searchConfig, {inputSelector: '.docs-search-sidebar-mobile .search-field'}));
158+
</script>
159+
160+
161+
</body>
162+
</html>

404.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: '404'
3+
---
4+
5+
# 404 Not Found
6+
7+
Sorry, we could not find the page or file you requested.
8+
9+
It's possible that the link you clicked is out of date or the address was typed incorrectly.
10+
11+
[Visit aframe.io](/)

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aframe.io

aa/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html><head><meta charset="utf-8"><title>Redirecting...</title><link rel="canonical" href="https://github.com/aframevr/awesome-aframe"><meta http-equiv="refresh" content="0; url=https://github.com/aframevr/awesome-aframe"></head></html>

0 commit comments

Comments
 (0)