From a1549171b7bf7f94dab74ca2979bffa8804e4830 Mon Sep 17 00:00:00 2001 From: Nick Payne Date: Fri, 3 Mar 2023 13:25:16 +0000 Subject: [PATCH 1/2] update index; repoint links to bootboxjs org, update footer, add in page feedback --- index.html | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 9e264554..43ae5a18 100644 --- a/index.html +++ b/index.html @@ -80,12 +80,12 @@ - + GitHub
- Download @@ -231,10 +231,17 @@

Ready To Get Started?

@@ -376,6 +383,12 @@
FAQ / Issues +
@@ -408,6 +421,9 @@
+ + From 0acf976250fd172274e8704d307db0cd6bad820f Mon Sep 17 00:00:00 2001 From: Nick Payne Date: Fri, 3 Mar 2023 13:37:41 +0000 Subject: [PATCH 2/2] update other pages, mirroring those made to index.html. Add readme --- 404.html | 25 +++++++++++++++++++++---- README.md | 15 +++++++++++++++ documentation.html | 25 +++++++++++++++++++++---- examples.html | 28 +++++++++++++++++++++++----- faq.html | 28 +++++++++++++++++++++++----- getting-started.html | 25 +++++++++++++++++++++---- index.html | 5 +++-- 7 files changed, 127 insertions(+), 24 deletions(-) create mode 100644 README.md diff --git a/404.html b/404.html index 74ca62c5..6e4f4051 100644 --- a/404.html +++ b/404.html @@ -130,10 +130,18 @@

404

@@ -275,6 +283,12 @@
FAQ / Issues + @@ -307,6 +321,9 @@
+ + diff --git a/README.md b/README.md new file mode 100644 index 00000000..05c2dba0 --- /dev/null +++ b/README.md @@ -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. diff --git a/documentation.html b/documentation.html index 2efb9d8a..9dc69226 100644 --- a/documentation.html +++ b/documentation.html @@ -2241,10 +2241,18 @@

@@ -2386,6 +2394,12 @@

FAQ / Issues + @@ -2418,6 +2432,9 @@
+ + diff --git a/examples.html b/examples.html index 805b176d..4c2f6f5f 100644 --- a/examples.html +++ b/examples.html @@ -513,7 +513,8 @@

Prompt with radio buttons and a - message value
+ message value +