Browse Source

Remove old files

customisations
alemart 3 months ago
parent
commit
d69c67d306

+ 0
- 5
docs/download.md View File

1
----
2
-template: download.html
3
-title: "Download"
4
----
5
-

+ 0
- 5
docs/home.md View File

1
----
2
-template: home.html
3
-title: "encantar.js"
4
----
5
-

+ 1
- 1
docs/tutorial/set-up-a-web-server.md View File

7
 Let's create a file structure for our AR experience:
7
 Let's create a file structure for our AR experience:
8
 
8
 
9
 1. Create a new folder called `ar-demo` in your filesystem
9
 1. Create a new folder called `ar-demo` in your filesystem
10
-2. Download the [latest release of encantar.js](../download.md){ ._blank } and extract `dist/encantar.js` to `ar-demo/`
10
+2. Download the [latest release of encantar.js](../index.md){ ._blank } and extract `dist/encantar.js` to `ar-demo/`
11
 3. Create a new empty file called `index.html` and store it in `ar-demo/`
11
 3. Create a new empty file called `index.html` and store it in `ar-demo/`
12
 
12
 
13
 You will have the following file structure:
13
 You will have the following file structure:

+ 0
- 12
docs_overrides/download.html View File

1
-<!doctype html>
2
-<html>
3
-    <head>
4
-        <meta charset="utf-8">
5
-        <meta http-equiv="refresh" content="0; url='https://encantar.dev'">
6
-        <title>Download encantar.js</title>
7
-        <script data-goatcounter="https://encantar-js.goatcounter.com/count" src="//gc.zgo.at/count.js"></script>
8
-    </head>
9
-    <body>
10
-        <p><a href="https://encantar.dev">Redirecting</a>...</p>
11
-    </body>
12
-</html>

+ 0
- 12
docs_overrides/home.html View File

1
-<!doctype html>
2
-<html>
3
-    <head>
4
-        <meta charset="utf-8">
5
-        <meta http-equiv="refresh" content="0; url='../'">
6
-        <title>encantar.js</title>
7
-        <script data-goatcounter="https://encantar-js.goatcounter.com/count" src="//gc.zgo.at/count.js"></script>
8
-    </head>
9
-    <body>
10
-        <p><a href="../">Redirecting</a>...</p>
11
-    </body>
12
-</html>

Loading…
Cancel
Save