Skip to content

Commit

Permalink
feat(docs): add new planned guide to the "developing extensions" cate…
Browse files Browse the repository at this point in the history
…gory
  • Loading branch information
prplwtf committed Dec 23, 2023
1 parent 8195d41 commit c2b6e54
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<a href="?page=developing-extensions/Custom-controllers"><button type="button" class="btn btn-dark btn-sm text-start" style="--bs-btn-padding-y: .1rem;">Custom controllers</button><br></a>
<a href="?page=developing-extensions/Importing-$blueprint"><button type="button" class="btn btn-dark btn-sm text-start" style="--bs-btn-padding-y: .1rem;">Importing $blueprint</button><br></a>
<a href="?page=developing-extensions/Admin-configuration"><button type="button" class="btn btn-dark btn-sm text-start" style="--bs-btn-padding-y: .1rem;">Admin configuration</button><br></a>
<a href="?page=developing-extensions/Dashboard-modifications"><button type="button" class="btn btn-dark btn-sm text-start" style="--bs-btn-padding-y: .1rem;">Dashboard modifications</button><br></a>
<a href="?page=developing-extensions/Packaging-extensions"><button type="button" class="btn btn-dark btn-sm text-start" style="--bs-btn-padding-y: .1rem;">Packaging extensions</button><br></a>
</div>
<div class="docs-category pb-4">
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/developing-extensions/Admin-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

<div class="btn-group" role="group" aria-label="Navigation" style="float: right">
<a href="?page=developing-extensions/Importing-$blueprint" 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>
<a href="?page=developing-extensions/Dashboard-modifications" class="btn btn-dark bg-light-subtle border-light-subtle">Next</a>
</div>
3 changes: 1 addition & 2 deletions docs/pages/developing-extensions/Admin-views.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ We can achieve this with the `box` css class, which is included in the Pterodact
</div>
</div><br>

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.

<br/>
<div class="btn-group" role="group" aria-label="Navigation" style="float: right">
<a href="?page=getting-started/Extension-development" class="btn btn-dark bg-light-subtle border-light-subtle">Previous</a>
<a href="?page=developing-extensions/Custom-controllers" class="btn btn-dark bg-light-subtle border-light-subtle">Next</a>
Expand Down
12 changes: 12 additions & 0 deletions docs/pages/developing-extensions/Dashboard-modifications.md
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>
2 changes: 1 addition & 1 deletion docs/pages/developing-extensions/Packaging-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ We hope you can create something that suits your needs with the export script fe


<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/Dashboard-modifications" class="btn btn-dark bg-light-subtle border-light-subtle">Previous</a>
<button type="button" class="btn btn-dark bg-light-subtle border-light-subtle text-secondary disabled">Next</button>
</div>

0 comments on commit c2b6e54

Please sign in to comment.