瀏覽代碼

Remove old files

customisations
alemart 3 月之前
父節點
當前提交
d69c67d306
共有 5 個文件被更改,包括 1 次插入35 次删除
  1. 0
    5
      docs/download.md
  2. 0
    5
      docs/home.md
  3. 1
    1
      docs/tutorial/set-up-a-web-server.md
  4. 0
    12
      docs_overrides/download.html
  5. 0
    12
      docs_overrides/home.html

+ 0
- 5
docs/download.md 查看文件

@@ -1,5 +0,0 @@
1
----
2
-template: download.html
3
-title: "Download"
4
----
5
-

+ 0
- 5
docs/home.md 查看文件

@@ -1,5 +0,0 @@
1
----
2
-template: home.html
3
-title: "encantar.js"
4
----
5
-

+ 1
- 1
docs/tutorial/set-up-a-web-server.md 查看文件

@@ -7,7 +7,7 @@ Let's prepare our local environment in order to create our first WebAR experienc
7 7
 Let's create a file structure for our AR experience:
8 8
 
9 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 11
 3. Create a new empty file called `index.html` and store it in `ar-demo/`
12 12
 
13 13
 You will have the following file structure:

+ 0
- 12
docs_overrides/download.html 查看文件

@@ -1,12 +0,0 @@
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 查看文件

@@ -1,12 +0,0 @@
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…
取消
儲存