소스 검색

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?