From ffdb7ecc0b0a4b5d8eebbcaff88639890a9cc4dc Mon Sep 17 00:00:00 2001 From: purple Date: Sun, 12 Nov 2023 14:37:02 +0100 Subject: [PATCH] feat(docs): Make documentation rendering and links work. --- docs/index.html | 53 ++++++++++++++----- docs/pages/Documentation.md | 2 + docs/pages/Error.md | 3 ++ docs/pages/getting-started/Contribute.md | 0 .../getting-started/Extension-development.md | 2 + docs/pages/getting-started/Installation.md | 2 + index.html | 44 +++++++-------- 7 files changed, 70 insertions(+), 36 deletions(-) create mode 100644 docs/pages/Documentation.md create mode 100644 docs/pages/Error.md create mode 100644 docs/pages/getting-started/Contribute.md create mode 100644 docs/pages/getting-started/Extension-development.md create mode 100644 docs/pages/getting-started/Installation.md diff --git a/docs/index.html b/docs/index.html index a14f894..1a86b11 100644 --- a/docs/index.html +++ b/docs/index.html @@ -58,9 +58,9 @@
Getting started
-
-
-
+
+
+
Guides
@@ -71,9 +71,12 @@
-
-

Documentation

-

Select something from the sidebar to get started.

+
+
+
+ Loading... +
+
@@ -86,22 +89,44 @@

Documentation

- - - - - + + + + + © 2023 prpl.wtf
+ + \ No newline at end of file diff --git a/docs/pages/Documentation.md b/docs/pages/Documentation.md new file mode 100644 index 0000000..279316b --- /dev/null +++ b/docs/pages/Documentation.md @@ -0,0 +1,2 @@ +# Documentation +

Guides and feature documentation for developers and system administrators

\ No newline at end of file diff --git a/docs/pages/Error.md b/docs/pages/Error.md new file mode 100644 index 0000000..cbf53a3 --- /dev/null +++ b/docs/pages/Error.md @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/docs/pages/getting-started/Contribute.md b/docs/pages/getting-started/Contribute.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/pages/getting-started/Extension-development.md b/docs/pages/getting-started/Extension-development.md new file mode 100644 index 0000000..7e3aa75 --- /dev/null +++ b/docs/pages/getting-started/Extension-development.md @@ -0,0 +1,2 @@ +# Extension development +

Set up your extension development environment

\ No newline at end of file diff --git a/docs/pages/getting-started/Installation.md b/docs/pages/getting-started/Installation.md new file mode 100644 index 0000000..3228a8e --- /dev/null +++ b/docs/pages/getting-started/Installation.md @@ -0,0 +1,2 @@ +# Installation +

Learn how to install Blueprint on your Pterodactyl instance

\ No newline at end of file diff --git a/index.html b/index.html index 76f812b..a33c28c 100644 --- a/index.html +++ b/index.html @@ -160,12 +160,12 @@

Theme support

Write and manage modifications, faster.

We aim to create a community of new and experienced developers being able to write easy to install and versitile extensions with up-to-date documentation, guides and developer tools.

- - + +
- +
@@ -174,26 +174,26 @@

Write and manage modi
-
+ + + \ No newline at end of file