From 74fa5b4dca2103f013a562d8ee5aa77ff7956174 Mon Sep 17 00:00:00 2001 From: purple Date: Tue, 14 Nov 2023 21:01:33 +0100 Subject: [PATCH] feat(docs): update documentation --- docs/pages/about/Changelog.md | 14 ++++++++++++++ docs/pages/about/changelog/__template.md | 3 ++- docs/pages/about/changelog/alpha-3ZX.md | 18 ++++++++++++++++++ docs/pages/about/changelog/alpha-IPS.md | 2 +- docs/pages/about/changelog/alpha-XT1.md | 2 +- docs/pages/documentation/placeholders.md | 8 +++++++- 6 files changed, 43 insertions(+), 4 deletions(-) create mode 100644 docs/pages/about/changelog/alpha-3ZX.md diff --git a/docs/pages/about/Changelog.md b/docs/pages/about/Changelog.md index acda1eb..09a719b 100644 --- a/docs/pages/about/Changelog.md +++ b/docs/pages/about/Changelog.md @@ -1,6 +1,20 @@ # Changelog

List of changes, improvements and bugfixes per version release


+

Pre-releases

+
+ +
+
+

Supported releases

diff --git a/docs/pages/about/changelog/__template.md b/docs/pages/about/changelog/__template.md index 7330577..0cfbdbd 100644 --- a/docs/pages/about/changelog/__template.md +++ b/docs/pages/about/changelog/__template.md @@ -1,6 +1,7 @@ Latest - Supported + Supported Unsupported + Pre-release # version-name
diff --git a/docs/pages/about/changelog/alpha-3ZX.md b/docs/pages/about/changelog/alpha-3ZX.md new file mode 100644 index 0000000..0d87e7d --- /dev/null +++ b/docs/pages/about/changelog/alpha-3ZX.md @@ -0,0 +1,18 @@ + Pre-release +# alpha-3ZX +
+ +#### Changes +- New installation timestamp placeholder: `^#timestamp#^` +- New public directory placeholder: `^#publicpath#^` +- Add website button icon for Patreon, Reddit and Trello. + +
+ +#### Bugfixes +- Incorrect website button icon for Discord extension website links. + +
+ +#### Breaking Changes +- \ No newline at end of file diff --git a/docs/pages/about/changelog/alpha-IPS.md b/docs/pages/about/changelog/alpha-IPS.md index d78ffc3..6146076 100644 --- a/docs/pages/about/changelog/alpha-IPS.md +++ b/docs/pages/about/changelog/alpha-IPS.md @@ -1,5 +1,5 @@ Latest - Supported + Supported # alpha-IPS
diff --git a/docs/pages/about/changelog/alpha-XT1.md b/docs/pages/about/changelog/alpha-XT1.md index 3a30179..6e06681 100644 --- a/docs/pages/about/changelog/alpha-XT1.md +++ b/docs/pages/about/changelog/alpha-XT1.md @@ -1,4 +1,4 @@ - Supported + Supported # alpha-XT1
diff --git a/docs/pages/documentation/placeholders.md b/docs/pages/documentation/placeholders.md index 7bd2421..477f862 100644 --- a/docs/pages/documentation/placeholders.md +++ b/docs/pages/documentation/placeholders.md @@ -30,8 +30,14 @@ The path to the host's Pterodactyl installation folder. You should always use th `^#datapath#^`\ Path to your extension's data directory. To keep your extension from breaking in the future, it's always a good idea to use this placeholder instead of guessing. +`^#publicpath#^` Developer branch\ +Path to your extension's public data directory. This directory is exposed to the internet, so don't store keys or sensitive information in there! To keep your extension from breaking in the future, it's always a good idea to use this placeholder instead of guessing. + `^#installmode#^`\ Information about how the extension was installed. Is "normal" when the extension has been installed normally and "developer" when the extension was installed through developer commands. `^#blueprintversion#^`\ -Blueprint version that installed/built your extension. \ No newline at end of file +Blueprint version that installed/built your extension. + +`^#timestamp#^` Developer branch\ +Timestamp of when your extension started installation, specifically the timestamp of when Blueprint started applying extension placeholders. \ No newline at end of file