diff --git a/docs/Camera.html b/docs/Camera.html index 9d4dd38..3db9f60 100644 --- a/docs/Camera.html +++ b/docs/Camera.html @@ -25,12 +25,12 @@
-

Development Environment

+

Environment Setup

This document helps you setting up the developer environment. It is useful if you would like to contribute to the codebase of the engine or the website.

@@ -137,7 +137,7 @@ npm start
- + diff --git a/docs/FileSource.html b/docs/FileSource.html index 9d58211..ed1fa72 100644 --- a/docs/FileSource.html +++ b/docs/FileSource.html @@ -25,12 +25,12 @@ diff --git a/docs/source/DevelopmentEnvironment.html b/docs/source/EnvironmentSetupPage.html similarity index 99% rename from docs/source/DevelopmentEnvironment.html rename to docs/source/EnvironmentSetupPage.html index 7c5763b..fd741a7 100644 --- a/docs/source/DevelopmentEnvironment.html +++ b/docs/source/EnvironmentSetupPage.html @@ -1,4 +1,4 @@ -

Development Environment

+

Environment Setup

This document helps you setting up the developer environment. It is useful if you would like to contribute to the codebase of the engine or the website.

diff --git a/docs/source/Installation.html b/docs/source/InstallationPage.html similarity index 100% rename from docs/source/Installation.html rename to docs/source/InstallationPage.html diff --git a/docs/source/Usage.html b/docs/source/UsagePage.html similarity index 100% rename from docs/source/Usage.html rename to docs/source/UsagePage.html diff --git a/docs/source/config.json b/docs/source/config.json index 4fe0af4..415efff 100644 --- a/docs/source/config.json +++ b/docs/source/config.json @@ -18,11 +18,11 @@ "pages" : [ { "name" : "Installation", - "url" : "Installation.html" + "url" : "InstallationPage.html" }, { "name" : "Usage", - "url" : "Usage.html" + "url" : "UsagePage.html" } ] }, @@ -30,8 +30,8 @@ "name" : "Contribution", "pages" : [ { - "name" : "Development Environment", - "url" : "DevelopmentEnvironment.html" + "name" : "Environment Setup", + "url" : "EnvironmentSetupPage.html" } ] } diff --git a/docs/source/index.html b/docs/source/index.html index 4c0a01a..7c519bc 100644 --- a/docs/source/index.html +++ b/docs/source/index.html @@ -12,8 +12,8 @@

These documents help you understanding how to use the engine in your own solution.

Contribution

@@ -21,5 +21,5 @@

If you would like to contribute to the codebase, these documents help you to start.