-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): add new planned guide to the "developing extensions" cate…
…gory
- Loading branch information
Showing
5 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
docs/pages/developing-extensions/Dashboard-modifications.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Dashboard modifications | ||
<h4 class="fw-light">Extend the Pterodactyl client-side dashboard.</h4><br/> | ||
|
||
<div class="alert alert-dark bg-body mt-3 rounded-4 border" role="alert"> | ||
<i class="bi bi-x mb-1" style="font-size:23px; float: left;"></i> | ||
<div class="ps-3 ms-3"><b>This guide is not available yet.</b> We are working on writing a brand new set of guides, which you can contribute to <a href="https://github.com/teamblueprint/web">here</a>.</div> | ||
</div><br/> | ||
|
||
<div class="btn-group" role="group" aria-label="Navigation" style="float: right"> | ||
<a href="?page=developing-extensions/Admin-configuration" class="btn btn-dark bg-light-subtle border-light-subtle">Previous</a> | ||
<a href="?page=developing-extensions/Packaging-extensions" class="btn btn-dark bg-light-subtle border-light-subtle">Next</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters