From c2b6e54d454b8bb88fc5b29ef2c3173667f8068f Mon Sep 17 00:00:00 2001 From: purple Date: Sat, 23 Dec 2023 16:38:23 +0100 Subject: [PATCH] feat(docs): add new planned guide to the "developing extensions" category --- docs/index.html | 1 + .../developing-extensions/Admin-configuration.md | 2 +- docs/pages/developing-extensions/Admin-views.md | 3 +-- .../developing-extensions/Dashboard-modifications.md | 12 ++++++++++++ .../developing-extensions/Packaging-extensions.md | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 docs/pages/developing-extensions/Dashboard-modifications.md diff --git a/docs/index.html b/docs/index.html index 4287000..88f3878 100644 --- a/docs/index.html +++ b/docs/index.html @@ -69,6 +69,7 @@


+

diff --git a/docs/pages/developing-extensions/Admin-configuration.md b/docs/pages/developing-extensions/Admin-configuration.md index 6279d6c..8249452 100644 --- a/docs/pages/developing-extensions/Admin-configuration.md +++ b/docs/pages/developing-extensions/Admin-configuration.md @@ -8,5 +8,5 @@ \ No newline at end of file diff --git a/docs/pages/developing-extensions/Admin-views.md b/docs/pages/developing-extensions/Admin-views.md index 84fe7cd..a4bbaea 100644 --- a/docs/pages/developing-extensions/Admin-views.md +++ b/docs/pages/developing-extensions/Admin-views.md @@ -62,9 +62,8 @@ We can achieve this with the `box` css class, which is included in the Pterodact

-You have now created your very own admin page through Blueprint. Customize it however you like, we won't judge. +You have now created your very own admin page through Blueprint. Try experimenting a bit with it, and once you are ready, move onto the next guide. -
Previous Next diff --git a/docs/pages/developing-extensions/Dashboard-modifications.md b/docs/pages/developing-extensions/Dashboard-modifications.md new file mode 100644 index 0000000..c042219 --- /dev/null +++ b/docs/pages/developing-extensions/Dashboard-modifications.md @@ -0,0 +1,12 @@ +# Dashboard modifications +

Extend the Pterodactyl client-side dashboard.


+ +
+ +
+ Previous + Next +
\ No newline at end of file diff --git a/docs/pages/developing-extensions/Packaging-extensions.md b/docs/pages/developing-extensions/Packaging-extensions.md index cc755c1..a3a48e5 100644 --- a/docs/pages/developing-extensions/Packaging-extensions.md +++ b/docs/pages/developing-extensions/Packaging-extensions.md @@ -49,6 +49,6 @@ We hope you can create something that suits your needs with the export script fe
- Previous + Previous
\ No newline at end of file