From 4a3051df5471d85c2ed7137c9003869b8383a2b7 Mon Sep 17 00:00:00 2001 From: Jo David Date: Sun, 14 Nov 2021 07:45:33 +0100 Subject: [PATCH] use md extension (#8680) --- docs/{404.html => 404.md} | 0 docs/{news.html => news.md} | 0 docs/{version.html => version.md} | 1 - docs/wiki/development/index.html | 24 ----------- docs/wiki/development/index.md | 24 +++++++++++ docs/wiki/feature/index.html | 62 ---------------------------- docs/wiki/feature/index.md | 62 ++++++++++++++++++++++++++++ docs/wiki/framework/index.html | 30 -------------- docs/wiki/framework/index.md | 30 ++++++++++++++ docs/wiki/{index.html => index.md} | 5 --- docs/wiki/{search.html => search.md} | 0 docs/wiki/user/index.html | 24 ----------- docs/wiki/user/index.md | 24 +++++++++++ 13 files changed, 140 insertions(+), 146 deletions(-) rename docs/{404.html => 404.md} (100%) rename docs/{news.html => news.md} (100%) rename docs/{version.html => version.md} (99%) delete mode 100644 docs/wiki/development/index.html create mode 100644 docs/wiki/development/index.md delete mode 100644 docs/wiki/feature/index.html create mode 100644 docs/wiki/feature/index.md delete mode 100644 docs/wiki/framework/index.html create mode 100644 docs/wiki/framework/index.md rename docs/wiki/{index.html => index.md} (99%) rename docs/wiki/{search.html => search.md} (100%) delete mode 100644 docs/wiki/user/index.html create mode 100644 docs/wiki/user/index.md diff --git a/docs/404.html b/docs/404.md similarity index 100% rename from docs/404.html rename to docs/404.md diff --git a/docs/news.html b/docs/news.md similarity index 100% rename from docs/news.html rename to docs/news.md diff --git a/docs/version.html b/docs/version.md similarity index 99% rename from docs/version.html rename to docs/version.md index 5290db20ae..3e43e033dc 100644 --- a/docs/version.html +++ b/docs/version.md @@ -5,5 +5,4 @@ sitemap: exclude: "yes" --- -

Latest: {{site.ace.version.major}}.{{site.ace.version.minor}}.{{site.ace.version.patch}}

diff --git a/docs/wiki/development/index.html b/docs/wiki/development/index.html deleted file mode 100644 index 8ab81a2bbf..0000000000 --- a/docs/wiki/development/index.html +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Development Documentation -layout: default -group: subNav -order: 1 -short: wiki -parent: wiki ---- - -
-
-

Development

-

Information about developing ACE3, from setting up the development environment to guidelines and tips.

-
-
- -
-
diff --git a/docs/wiki/development/index.md b/docs/wiki/development/index.md new file mode 100644 index 0000000000..0dbfe501eb --- /dev/null +++ b/docs/wiki/development/index.md @@ -0,0 +1,24 @@ +--- +title: Development Documentation +layout: default +group: subNav +order: 1 +short: wiki +parent: wiki +--- + +
+
+

Development

+

Information about developing ACE3, from setting up the development environment to guidelines and tips.

+
+
+ +
+
diff --git a/docs/wiki/feature/index.html b/docs/wiki/feature/index.html deleted file mode 100644 index 64bbb9ce46..0000000000 --- a/docs/wiki/feature/index.html +++ /dev/null @@ -1,62 +0,0 @@ ---- -title: ACE3 Feature documentation -layout: default -group: subNav -order: 1 -short: wiki -parent: wiki -redirect_from: "/wiki/featurex" ---- - -
-
-

ACE3 Features

-

Overviews and details of ACE3 features, their usage and implementations.

-
-
-
-
-

General

- -
-
-

Interaction

- -
-
-

Realism

- -
-
-

Equipment

- -
-
diff --git a/docs/wiki/feature/index.md b/docs/wiki/feature/index.md new file mode 100644 index 0000000000..483b7677d4 --- /dev/null +++ b/docs/wiki/feature/index.md @@ -0,0 +1,62 @@ +--- +title: ACE3 Feature documentation +layout: default +group: subNav +order: 1 +short: wiki +parent: wiki +redirect_from: "/wiki/featurex" +--- + +
+
+

ACE3 Features

+

Overviews and details of ACE3 features, their usage and implementations.

+
+
+
+
+

General

+ +
+
+

Interaction

+ +
+
+

Realism

+ +
+
+

Equipment

+ +
+
diff --git a/docs/wiki/framework/index.html b/docs/wiki/framework/index.html deleted file mode 100644 index 5851252aa7..0000000000 --- a/docs/wiki/framework/index.html +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: ACE3 Framework documentation -layout: default -group: subNav -order: 1 -short: wiki -parent: wiki -redirect_from: - - "/wiki/missionmaker/mission-tools.html" - - "/wiki/missionmaker/modules.html" - - "/wiki/missionmaker/useful-functions.html" - - "/wiki/frameworkx" ---- - -
-
-

Frameworks

-

Public API implemented by ACE3 which mission makers, modders and scripters can use.

- -
-
- -
-
diff --git a/docs/wiki/framework/index.md b/docs/wiki/framework/index.md new file mode 100644 index 0000000000..6d8a50858c --- /dev/null +++ b/docs/wiki/framework/index.md @@ -0,0 +1,30 @@ +--- +title: ACE3 Framework documentation +layout: default +group: subNav +order: 1 +short: wiki +parent: wiki +redirect_from: + - "/wiki/missionmaker/mission-tools.html" + - "/wiki/missionmaker/modules.html" + - "/wiki/missionmaker/useful-functions.html" + - "/wiki/frameworkx" +--- + +
+
+

Frameworks

+

Public API implemented by ACE3 which mission makers, modders and scripters can use.

+ +
+
+ +
+
diff --git a/docs/wiki/index.html b/docs/wiki/index.md similarity index 99% rename from docs/wiki/index.html rename to docs/wiki/index.md index a854bc954d..6a9f3056ab 100644 --- a/docs/wiki/index.html +++ b/docs/wiki/index.md @@ -34,13 +34,11 @@ parent:

User

-

General information about ACE3, installation guides and troubleshooting.

Learn more

Class Names

-

List of class names present in ACE3 which mission makers, modders and scripters can use.

Learn more
@@ -53,13 +51,11 @@ parent:

Features

-

Overviews and details of ACE3 features, their usage and implementations.

Learn more

Frameworks

-

Public API implemented by ACE3 which mission makers, modders and scripters can use.

Learn more
@@ -72,7 +68,6 @@ parent:

Development

-

Information about developing ACE3, from setting up the development environment to guidelines and tips.

Learn more
diff --git a/docs/wiki/search.html b/docs/wiki/search.md similarity index 100% rename from docs/wiki/search.html rename to docs/wiki/search.md diff --git a/docs/wiki/user/index.html b/docs/wiki/user/index.html deleted file mode 100644 index f49966eb90..0000000000 --- a/docs/wiki/user/index.html +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: User documentation -layout: default -group: subNav -order: 1 -short: wiki -parent: wiki ---- - -
-
-

User

-

General information about ACE3, installation guides and troubleshooting.

-
-
- -
-
diff --git a/docs/wiki/user/index.md b/docs/wiki/user/index.md new file mode 100644 index 0000000000..5d6e93cee1 --- /dev/null +++ b/docs/wiki/user/index.md @@ -0,0 +1,24 @@ +--- +title: User documentation +layout: default +group: subNav +order: 1 +short: wiki +parent: wiki +--- + +
+
+

User

+

General information about ACE3, installation guides and troubleshooting.

+
+
+ +
+