瀏覽代碼

Linked install manual.
Fixed a link in FAQ after merging PR #7.

Mikael Säker 8 年之前
父節點
當前提交
8de6e0e146
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 4 0
      docs/en/en.json
  2. 1 1
      docs/en/faq/faq.md

+ 4 - 0
docs/en/en.json

@@ -103,6 +103,10 @@
                         "path": "/manuals/introduction",
                         "name": "Introduction"
                     },
+                    {
+                        "path": "/manuals/install",
+                        "name": "Installing Defold"
+                    },
                     {
                         "path": "/manuals/scene-editing",
                         "name": "Scene editing"

+ 1 - 1
docs/en/faq/faq.md

@@ -29,7 +29,7 @@ Why do I have to store my games on Defold's servers?
 
 : You don't have to. Starting with Defold editor 2 you can store your games wherever you want. Defold was originally designed to be a complete turnkey service, including collaboration tools and storage. There are benefits to using our servers and we will continue to supply value to those who do use it through the dashboard. However, we realize that some users prefer other storage providers and we are working on supporting that.
 
-  If you are tech-savvy, there is a workaround available. See https://forum.defold.com/t/howto-alternative-project-hosting/1309 [this HOWTO on our forum].
+  If you are tech-savvy, there is a workaround available. See [this HOWTO on our forum](//forum.defold.com/t/howto-alternative-project-hosting/1309).
 
 What kind of user tracking are you doing?