From a8eccd93bd50a5caca16864983de49e4b27d5b5d Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Wed, 11 Jan 2023 19:21:43 +0100 Subject: [PATCH] Rename environment setup page. --- docs/Camera.html | 6 +++--- docs/CameraMode.html | 6 +++--- docs/EdgeSettings.html | 6 +++--- docs/EmbeddedViewer.html | 6 +++--- docs/EnvironmentSettings.html | 6 +++--- ...entEnvironment.html => EnvironmentSetupPage.html} | 12 ++++++------ docs/FileSource.html | 6 +++--- docs/Init3DViewerElement.html | 6 +++--- docs/Init3DViewerElements.html | 6 +++--- docs/InputFile.html | 6 +++--- docs/{Installation.html => InstallationPage.html} | 6 +++--- docs/RGBAColor.html | 6 +++--- docs/RGBColor.html | 6 +++--- docs/SetExternalLibLocation.html | 6 +++--- docs/{Usage.html => UsagePage.html} | 6 +++--- docs/index.html | 12 ++++++------ ...entEnvironment.html => EnvironmentSetupPage.html} | 2 +- .../{Installation.html => InstallationPage.html} | 0 docs/source/{Usage.html => UsagePage.html} | 0 docs/source/config.json | 8 ++++---- docs/source/index.html | 6 +++--- 21 files changed, 62 insertions(+), 62 deletions(-) rename docs/{DevelopmentEnvironment.html => EnvironmentSetupPage.html} (93%) rename docs/{Installation.html => InstallationPage.html} (93%) rename docs/{Usage.html => UsagePage.html} (96%) rename docs/source/{DevelopmentEnvironment.html => EnvironmentSetupPage.html} (99%) rename docs/source/{Installation.html => InstallationPage.html} (100%) rename docs/source/{Usage.html => UsagePage.html} (100%) 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.