Skip to content

Commit

Permalink
Merge pull request #834 from bootboxjs/gh-pages-updates-and-feedback
Browse files Browse the repository at this point in the history
Gh pages updates and feedback
  • Loading branch information
makeusabrew authored Mar 3, 2023
2 parents a6137ee + 0acf976 commit fa979e9
Show file tree
Hide file tree
Showing 7 changed files with 147 additions and 28 deletions.
25 changes: 21 additions & 4 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,18 @@ <h1>404</h1>

<footer class="page-content">
<div class="text-center container-fluid">
<div class="p-4">
Bootbox.js &copy; 2011 - 2022 <a href="http://paynedigital.com/about" class="text-bb-brand">Nick Payne</a>.
Syntax highlighting by <a href="https://prismjs.com/" class="text-bb-brand">Prism.js</a>
using <a href="https://andrewlock.net" class="text-bb-brand">Andrew Lock</a>'s Visual Studio theme.
<div class="p-2">
Bootbox.js &copy; 2011-2023 <a href="https://stronglytyped.uk">Nick Payne</a> supported by <a
href="https://github.com/bootboxjs/bootbox/graphs/contributors">awesome contributors</a>.
Syntax highlighting by <a href="https://prismjs.com/">Prism.js</a>
using <a href="https://andrewlock.net">Andrew Lock</a>'s Visual Studio theme.
</div>
<div class="pt-2 pb-4">
If there&rsquo;s something not quite right on this page, please
<a href="https://www.feedbackrocket.io" data-fr-widget
data-fr-placeholder="Let us know what's wrong and we'll try to look at it as soon as possible. Thanks!">let
us
know</a>.
</div>
</div>
</footer>
Expand Down Expand Up @@ -275,6 +283,12 @@ <h5 class="header-menu">
<span class="menu-text">FAQ / Issues</span>
</a>
</li>
<li class="nav-item ">
<a href="https://www.feedbackrocket.io" data-fr-widget data-fr-theme="dark">
<i class="fas fa-comment"></i>
<span class="menu-text">Page feedback</span>
</a>
</li>
</ul>
</div>
<!-- sidebar-menu -->
Expand Down Expand Up @@ -307,6 +321,9 @@ <h5 class="header-menu">
<script src="./assets/js/jquery.mark.js"></script>

<script src="./assets/js/search.js"></script>

<script async src="https://www.feedbackrocket.io/sdk/v1.0.0.js" data-fr-id="HlTKsrkOS2F49y3o2tJPS"
data-fr-theme="light"></script>
</body>

</html>
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# BootboxJS documentation

Hello intrepid explorer! Thank you for checking out the `gh-pages`
documentation branch. Pull requests are just as welcome here as they are for
library itself, so thank you in advance for any contributions.

## Running locally

Since the documentation is static HTML, you should be able to just
open any given file in a web browser. To serve the pages via a lightweight
web server, you can use something like Python's `http.server` module:

`python3 -m http.server 8080`

Where `8080` is a port of your choosing.
25 changes: 21 additions & 4 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2241,10 +2241,18 @@ <h3 class="text-danger topic-subsection-header topic-anchor" id="note-html">

<footer class="page-content">
<div class="text-center container-fluid">
<div class="p-4">
Bootbox.js &copy; 2011 - 2022 <a href="http://paynedigital.com/about" class="text-bb-brand">Nick Payne</a>.
Syntax highlighting by <a href="https://prismjs.com/" class="text-bb-brand">Prism.js</a>
using <a href="https://andrewlock.net" class="text-bb-brand">Andrew Lock</a>'s Visual Studio theme.
<div class="p-2">
Bootbox.js &copy; 2011-2023 <a href="https://stronglytyped.uk">Nick Payne</a> supported by <a
href="https://github.com/bootboxjs/bootbox/graphs/contributors">awesome contributors</a>.
Syntax highlighting by <a href="https://prismjs.com/">Prism.js</a>
using <a href="https://andrewlock.net">Andrew Lock</a>'s Visual Studio theme.
</div>
<div class="pt-2 pb-4">
If there&rsquo;s something not quite right on this page, please
<a href="https://www.feedbackrocket.io" data-fr-widget
data-fr-placeholder="Let us know what's wrong and we'll try to look at it as soon as possible. Thanks!">let
us
know</a>.
</div>
</div>
</footer>
Expand Down Expand Up @@ -2386,6 +2394,12 @@ <h5 class="header-menu">
<span class="menu-text">FAQ / Issues</span>
</a>
</li>
<li class="nav-item ">
<a href="https://www.feedbackrocket.io" data-fr-widget data-fr-theme="dark">
<i class="fas fa-comment"></i>
<span class="menu-text">Page feedback</span>
</a>
</li>
</ul>
</div>
<!-- sidebar-menu -->
Expand Down Expand Up @@ -2418,6 +2432,9 @@ <h5 class="header-menu">
<script src="./assets/js/jquery.mark.js"></script>

<script src="./assets/js/search.js"></script>

<script async src="https://www.feedbackrocket.io/sdk/v1.0.0.js" data-fr-id="HlTKsrkOS2F49y3o2tJPS"
data-fr-theme="light"></script>
</body>

</html>
28 changes: 23 additions & 5 deletions examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,8 @@ <h2 id="prompt" class="page-anchor">
</p>
</dd>
<dt id="prompt-with-radios-message" class="bb-anchor h5">Prompt with radio buttons and a
<samp>message</samp> value</dt>
<samp>message</samp> value
</dt>
<dd class="bb-example">
<p>
<button type="button" class="btn btn-primary example-button"
Expand Down Expand Up @@ -937,10 +938,18 @@ <h2 id="dialog" class="topic-anchor">

<footer class="page-content">
<div class="text-center container-fluid">
<div class="p-4">
Bootbox.js &copy; 2011 - 2022 <a href="http://paynedigital.com/about" class="text-bb-brand">Nick Payne</a>.
Syntax highlighting by <a href="https://prismjs.com/" class="text-bb-brand">Prism.js</a>
using <a href="https://andrewlock.net" class="text-bb-brand">Andrew Lock</a>'s Visual Studio theme.
<div class="p-2">
Bootbox.js &copy; 2011-2023 <a href="https://stronglytyped.uk">Nick Payne</a> supported by <a
href="https://github.com/bootboxjs/bootbox/graphs/contributors">awesome contributors</a>.
Syntax highlighting by <a href="https://prismjs.com/">Prism.js</a>
using <a href="https://andrewlock.net">Andrew Lock</a>'s Visual Studio theme.
</div>
<div class="pt-2 pb-4">
If there&rsquo;s something not quite right on this page, please
<a href="https://www.feedbackrocket.io" data-fr-widget
data-fr-placeholder="Let us know what's wrong and we'll try to look at it as soon as possible. Thanks!">let
us
know</a>.
</div>
</div>
</footer>
Expand Down Expand Up @@ -1082,6 +1091,12 @@ <h5 class="header-menu">
<span class="menu-text">FAQ / Issues</span>
</a>
</li>
<li class="nav-item ">
<a href="https://www.feedbackrocket.io" data-fr-widget data-fr-theme="dark">
<i class="fas fa-comment"></i>
<span class="menu-text">Page feedback</span>
</a>
</li>
</ul>
</div>
<!-- sidebar-menu -->
Expand Down Expand Up @@ -1117,6 +1132,9 @@ <h5 class="header-menu">
<script src="./assets/js/jquery.mark.js"></script>

<script src="./assets/js/search.js"></script>

<script async src="https://www.feedbackrocket.io/sdk/v1.0.0.js" data-fr-id="HlTKsrkOS2F49y3o2tJPS"
data-fr-theme="light"></script>
</body>

</html>
28 changes: 23 additions & 5 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ <h4 id="missing-locales" class="topic-anchor font-weight-bold mb-4">
<ol>
<li>Navigate to the <samp>/tests/</samp> directory.</li>
<li>Within the <samp>/tests/</samp> directory, locate the JavaScript file named
<samp>locales.test.js</samp>.</li>
<samp>locales.test.js</samp>.
</li>
<li>
Just before the closing <samp>});</samp>, copy the following template, inserting the correct
values for your locale:
Expand Down Expand Up @@ -446,10 +447,18 @@ <h4 id="package-warnings" class="font-weight-bold topic-anchor mb-4">

<footer class="page-content">
<div class="text-center container-fluid">
<div class="p-4">
Bootbox.js &copy; 2011 - 2022 <a href="http://paynedigital.com/about" class="text-bb-brand">Nick Payne</a>.
Syntax highlighting by <a href="https://prismjs.com/" class="text-bb-brand">Prism.js</a>
using <a href="https://andrewlock.net" class="text-bb-brand">Andrew Lock</a>'s Visual Studio theme.
<div class="p-2">
Bootbox.js &copy; 2011-2023 <a href="https://stronglytyped.uk">Nick Payne</a> supported by <a
href="https://github.com/bootboxjs/bootbox/graphs/contributors">awesome contributors</a>.
Syntax highlighting by <a href="https://prismjs.com/">Prism.js</a>
using <a href="https://andrewlock.net">Andrew Lock</a>'s Visual Studio theme.
</div>
<div class="pt-2 pb-4">
If there&rsquo;s something not quite right on this page, please
<a href="https://www.feedbackrocket.io" data-fr-widget
data-fr-placeholder="Let us know what's wrong and we'll try to look at it as soon as possible. Thanks!">let
us
know</a>.
</div>
</div>
</footer>
Expand Down Expand Up @@ -591,6 +600,12 @@ <h5 class="header-menu">
<span class="menu-text">FAQ / Issues</span>
</a>
</li>
<li class="nav-item ">
<a href="https://www.feedbackrocket.io" data-fr-widget data-fr-theme="dark">
<i class="fas fa-comment"></i>
<span class="menu-text">Page feedback</span>
</a>
</li>
</ul>
</div>
<!-- sidebar-menu -->
Expand Down Expand Up @@ -623,6 +638,9 @@ <h5 class="header-menu">
<script src="./assets/js/jquery.mark.js"></script>

<script src="./assets/js/search.js"></script>

<script async src="https://www.feedbackrocket.io/sdk/v1.0.0.js" data-fr-id="HlTKsrkOS2F49y3o2tJPS"
data-fr-theme="light"></script>
</body>

</html>
25 changes: 21 additions & 4 deletions getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,18 @@ <h4 id="note-script-order" class="page-anchor">

<footer class="page-content">
<div class="text-center container-fluid">
<div class="p-4">
Bootbox.js &copy; 2011 - 2022 <a href="http://paynedigital.com/about" class="text-bb-brand">Nick Payne</a>.
Syntax highlighting by <a href="https://prismjs.com/" class="text-bb-brand">Prism.js</a>
using <a href="https://andrewlock.net" class="text-bb-brand">Andrew Lock</a>'s Visual Studio theme.
<div class="p-2">
Bootbox.js &copy; 2011-2023 <a href="https://stronglytyped.uk">Nick Payne</a> supported by <a
href="https://github.com/bootboxjs/bootbox/graphs/contributors">awesome contributors</a>.
Syntax highlighting by <a href="https://prismjs.com/">Prism.js</a>
using <a href="https://andrewlock.net">Andrew Lock</a>'s Visual Studio theme.
</div>
<div class="pt-2 pb-4">
If there&rsquo;s something not quite right on this page, please
<a href="https://www.feedbackrocket.io" data-fr-widget
data-fr-placeholder="Let us know what's wrong and we'll try to look at it as soon as possible. Thanks!">let
us
know</a>.
</div>
</div>
</footer>
Expand Down Expand Up @@ -550,6 +558,12 @@ <h5 class="header-menu">
<span class="menu-text">FAQ / Issues</span>
</a>
</li>
<li class="nav-item ">
<a href="https://www.feedbackrocket.io" data-fr-widget data-fr-theme="dark">
<i class="fas fa-comment"></i>
<span class="menu-text">Page feedback</span>
</a>
</li>
</ul>
</div>
<!-- sidebar-menu -->
Expand Down Expand Up @@ -582,6 +596,9 @@ <h5 class="header-menu">
<script src="./assets/js/jquery.mark.js"></script>

<script src="./assets/js/search.js"></script>

<script async src="https://www.feedbackrocket.io/sdk/v1.0.0.js" data-fr-id="HlTKsrkOS2F49y3o2tJPS"
data-fr-theme="light"></script>
</body>

</html>
29 changes: 23 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@

</div>
</div>
<a class="nav-item nav-link text-dark border-right me-3" href="https://github.com/makeusabrew/bootbox">
<a class="nav-item nav-link text-dark border-right me-3" href="https://github.com/bootboxjs/bootbox">
<i class="fab fa-github"></i>
GitHub
</a>
<div class="form-inline">
<a class="btn btn-brand" href="https://github.com/makeusabrew/bootbox/releases/download/v6.0.0/bootbox.zip"
<a class="btn btn-brand" href="https://github.com/bootboxjs/bootbox/releases/download/v6.0.0/bootbox.zip"
id="download-bootbox">
<i class="fas fa-download"></i>
Download
Expand Down Expand Up @@ -231,10 +231,18 @@ <h3 class="page-section-header mb-3">Ready To Get Started?</h3>

<footer class="page-content">
<div class="text-center container-fluid">
<div class="p-4">
Bootbox.js &copy; 2011 - 2022 <a href="http://paynedigital.com/about" class="text-bb-brand">Nick Payne</a>.
Syntax highlighting by <a href="https://prismjs.com/" class="text-bb-brand">Prism.js</a>
using <a href="https://andrewlock.net" class="text-bb-brand">Andrew Lock</a>'s Visual Studio theme.
<div class="p-2">
Bootbox.js &copy; 2011-2023 <a href="https://stronglytyped.uk">Nick Payne</a> supported by <a
href="https://github.com/bootboxjs/bootbox/graphs/contributors">awesome contributors</a>.
Syntax highlighting by <a href="https://prismjs.com/">Prism.js</a>
using <a href="https://andrewlock.net">Andrew Lock</a>'s Visual Studio theme.
</div>
<div class="pt-2 pb-4">
If there&rsquo;s something not quite right on this page, please
<a href="https://www.feedbackrocket.io" data-fr-widget
data-fr-placeholder="Let us know what's wrong and we'll try to look at it as soon as possible. Thanks!">let
us
know</a>.
</div>
</div>
</footer>
Expand Down Expand Up @@ -376,6 +384,12 @@ <h5 class="header-menu">
<span class="menu-text">FAQ / Issues</span>
</a>
</li>
<li class="nav-item ">
<a href="https://www.feedbackrocket.io" data-fr-widget data-fr-theme="dark">
<i class="fas fa-comment"></i>
<span class="menu-text">Page feedback</span>
</a>
</li>
</ul>
</div>
<!-- sidebar-menu -->
Expand Down Expand Up @@ -408,6 +422,9 @@ <h5 class="header-menu">
<script src="./assets/js/jquery.mark.js"></script>

<script src="./assets/js/search.js"></script>

<script async src="https://www.feedbackrocket.io/sdk/v1.0.0.js" data-fr-id="HlTKsrkOS2F49y3o2tJPS"
data-fr-theme="light"></script>
</body>

</html>

0 comments on commit fa979e9

Please sign in to comment.