From c265b51995fc02ba4b50999a2eaa264bca9daaa0 Mon Sep 17 00:00:00 2001 From: kamilzyla Date: Thu, 7 Dec 2023 10:30:48 +0000 Subject: [PATCH] Built site for rhino: 1.5.0.9001@1887ca3 --- 404.html | 4 ++-- CONTRIBUTING.html | 8 +++++--- PULL_REQUEST_TEMPLATE.html | 2 +- articles/explanation/application-structure.html | 4 ++-- articles/explanation/box-modules.html | 4 ++-- .../explanation/node-js-javascript-and-sass-tools.html | 4 ++-- articles/explanation/renv-configuration.html | 4 ++-- articles/explanation/rhino-yml.html | 4 ++-- articles/explanation/what-is-rhino.html | 4 ++-- articles/faq.html | 4 ++-- articles/how-to/add-internationalization.html | 4 ++-- articles/how-to/add-routing.html | 4 ++-- articles/how-to/communicate-between-modules.html | 4 ++-- articles/how-to/enable-shiny-bookmarking.html | 4 ++-- .../how-to/keep-multiple-apps-in-a-single-repository.html | 4 ++-- articles/how-to/manage-secrets-and-environments.html | 4 ++-- articles/how-to/migrate-app-to-rhino.html | 4 ++-- articles/how-to/publish-on-huggingface.html | 4 ++-- articles/how-to/set-application-run-parameters.html | 4 ++-- articles/how-to/use-addins.html | 4 ++-- articles/how-to/use-global-variables.html | 4 ++-- articles/how-to/use-polished.html | 4 ++-- articles/how-to/use-shiny-fluent.html | 4 ++-- articles/how-to/use-shinymanager.html | 4 ++-- articles/how-to/use-shinytest2.html | 4 ++-- articles/how-to/use-static-files.html | 4 ++-- articles/how-to/write-javascript-code.html | 4 ++-- articles/how-to/write-r-code.html | 4 ++-- articles/index.html | 2 +- articles/tutorial/create-your-first-rhino-app.html | 4 ++-- articles/tutorial/use-react-in-rhino.html | 4 ++-- .../tutorial/write-end-to-end-tests-with-cypress.html | 4 ++-- authors.html | 2 +- deps/bootstrap-5.2.2/bootstrap.bundle.min.js | 7 ------- deps/bootstrap-5.2.2/bootstrap.bundle.min.js.map | 1 - deps/bootstrap-5.2.2/bootstrap.min.css | 6 ------ deps/bootstrap-5.3.1/bootstrap.bundle.min.js | 7 +++++++ deps/bootstrap-5.3.1/bootstrap.bundle.min.js.map | 1 + deps/bootstrap-5.3.1/bootstrap.min.css | 5 +++++ deps/data-deps.txt | 4 ++-- index.html | 4 ++-- news/index.html | 2 +- pkgdown.yml | 2 +- reference/app.html | 2 +- reference/build_js.html | 2 +- reference/build_sass.html | 2 +- reference/dependencies.html | 2 +- reference/diagnostics.html | 2 +- reference/format_r.html | 2 +- reference/index.html | 2 +- reference/init.html | 2 +- reference/lint_js.html | 2 +- reference/lint_r.html | 2 +- reference/lint_sass.html | 2 +- reference/log.html | 2 +- reference/react_component.html | 2 +- reference/rhinos.html | 2 +- reference/test_e2e.html | 2 +- reference/test_r.html | 2 +- search.json | 2 +- 60 files changed, 102 insertions(+), 101 deletions(-) delete mode 100644 deps/bootstrap-5.2.2/bootstrap.bundle.min.js delete mode 100644 deps/bootstrap-5.2.2/bootstrap.bundle.min.js.map delete mode 100644 deps/bootstrap-5.2.2/bootstrap.min.css create mode 100644 deps/bootstrap-5.3.1/bootstrap.bundle.min.js create mode 100644 deps/bootstrap-5.3.1/bootstrap.bundle.min.js.map create mode 100644 deps/bootstrap-5.3.1/bootstrap.min.css diff --git a/404.html b/404.html index cf98ae05..d5634c46 100644 --- a/404.html +++ b/404.html @@ -13,8 +13,8 @@ - - + + diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index c7221278..21f053fb 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -1,5 +1,5 @@ -Contributing guidelines • rhinoContributing guidelines • rhinoNA • rhino - - + + diff --git a/articles/explanation/box-modules.html b/articles/explanation/box-modules.html index 8df30871..66af3ffb 100644 --- a/articles/explanation/box-modules.html +++ b/articles/explanation/box-modules.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/explanation/node-js-javascript-and-sass-tools.html b/articles/explanation/node-js-javascript-and-sass-tools.html index 6223b317..e6006b23 100644 --- a/articles/explanation/node-js-javascript-and-sass-tools.html +++ b/articles/explanation/node-js-javascript-and-sass-tools.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/explanation/renv-configuration.html b/articles/explanation/renv-configuration.html index ea2e112a..8cc54ed4 100644 --- a/articles/explanation/renv-configuration.html +++ b/articles/explanation/renv-configuration.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/explanation/rhino-yml.html b/articles/explanation/rhino-yml.html index 8fa6fea1..c171bbd0 100644 --- a/articles/explanation/rhino-yml.html +++ b/articles/explanation/rhino-yml.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/explanation/what-is-rhino.html b/articles/explanation/what-is-rhino.html index f15d9719..734e0bc6 100644 --- a/articles/explanation/what-is-rhino.html +++ b/articles/explanation/what-is-rhino.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/faq.html b/articles/faq.html index f0f8e30b..bc981e46 100644 --- a/articles/faq.html +++ b/articles/faq.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/add-internationalization.html b/articles/how-to/add-internationalization.html index b4d15e5b..4dc077ed 100644 --- a/articles/how-to/add-internationalization.html +++ b/articles/how-to/add-internationalization.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/add-routing.html b/articles/how-to/add-routing.html index 93074914..8093fea0 100644 --- a/articles/how-to/add-routing.html +++ b/articles/how-to/add-routing.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/communicate-between-modules.html b/articles/how-to/communicate-between-modules.html index 5989baa8..d18c9c82 100644 --- a/articles/how-to/communicate-between-modules.html +++ b/articles/how-to/communicate-between-modules.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/enable-shiny-bookmarking.html b/articles/how-to/enable-shiny-bookmarking.html index e7b1dc4b..e3adb75a 100644 --- a/articles/how-to/enable-shiny-bookmarking.html +++ b/articles/how-to/enable-shiny-bookmarking.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/keep-multiple-apps-in-a-single-repository.html b/articles/how-to/keep-multiple-apps-in-a-single-repository.html index dcee0fbd..824ef896 100644 --- a/articles/how-to/keep-multiple-apps-in-a-single-repository.html +++ b/articles/how-to/keep-multiple-apps-in-a-single-repository.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/manage-secrets-and-environments.html b/articles/how-to/manage-secrets-and-environments.html index 526c6c33..0dae5dc3 100644 --- a/articles/how-to/manage-secrets-and-environments.html +++ b/articles/how-to/manage-secrets-and-environments.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/migrate-app-to-rhino.html b/articles/how-to/migrate-app-to-rhino.html index b62ac528..2bca5d74 100644 --- a/articles/how-to/migrate-app-to-rhino.html +++ b/articles/how-to/migrate-app-to-rhino.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/publish-on-huggingface.html b/articles/how-to/publish-on-huggingface.html index bf5c41a2..8394559e 100644 --- a/articles/how-to/publish-on-huggingface.html +++ b/articles/how-to/publish-on-huggingface.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/set-application-run-parameters.html b/articles/how-to/set-application-run-parameters.html index cf56de8c..f181c062 100644 --- a/articles/how-to/set-application-run-parameters.html +++ b/articles/how-to/set-application-run-parameters.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/use-addins.html b/articles/how-to/use-addins.html index f66ab49b..5de44f3d 100644 --- a/articles/how-to/use-addins.html +++ b/articles/how-to/use-addins.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/use-global-variables.html b/articles/how-to/use-global-variables.html index 1a423458..f742d8df 100644 --- a/articles/how-to/use-global-variables.html +++ b/articles/how-to/use-global-variables.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/use-polished.html b/articles/how-to/use-polished.html index e8a27337..fb9b707b 100644 --- a/articles/how-to/use-polished.html +++ b/articles/how-to/use-polished.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/use-shiny-fluent.html b/articles/how-to/use-shiny-fluent.html index df670e7e..0fc0ebc4 100644 --- a/articles/how-to/use-shiny-fluent.html +++ b/articles/how-to/use-shiny-fluent.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/use-shinymanager.html b/articles/how-to/use-shinymanager.html index 200902b9..dd2fbff9 100644 --- a/articles/how-to/use-shinymanager.html +++ b/articles/how-to/use-shinymanager.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/use-shinytest2.html b/articles/how-to/use-shinytest2.html index 89c42e9d..f6515e07 100644 --- a/articles/how-to/use-shinytest2.html +++ b/articles/how-to/use-shinytest2.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/use-static-files.html b/articles/how-to/use-static-files.html index 5969f345..080a77b9 100644 --- a/articles/how-to/use-static-files.html +++ b/articles/how-to/use-static-files.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/write-javascript-code.html b/articles/how-to/write-javascript-code.html index b85869be..835ac082 100644 --- a/articles/how-to/write-javascript-code.html +++ b/articles/how-to/write-javascript-code.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/how-to/write-r-code.html b/articles/how-to/write-r-code.html index a6a3f373..ed81b632 100644 --- a/articles/how-to/write-r-code.html +++ b/articles/how-to/write-r-code.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/index.html b/articles/index.html index 1d373840..22fced72 100644 --- a/articles/index.html +++ b/articles/index.html @@ -1,5 +1,5 @@ -Articles • rhinoArticles • rhino - - + + diff --git a/articles/tutorial/use-react-in-rhino.html b/articles/tutorial/use-react-in-rhino.html index 45cd4c15..522ee9d0 100644 --- a/articles/tutorial/use-react-in-rhino.html +++ b/articles/tutorial/use-react-in-rhino.html @@ -14,8 +14,8 @@ - - + + diff --git a/articles/tutorial/write-end-to-end-tests-with-cypress.html b/articles/tutorial/write-end-to-end-tests-with-cypress.html index 1bb0b347..8d276ae5 100644 --- a/articles/tutorial/write-end-to-end-tests-with-cypress.html +++ b/articles/tutorial/write-end-to-end-tests-with-cypress.html @@ -14,8 +14,8 @@ - - + + diff --git a/authors.html b/authors.html index 885280e7..cdba27b0 100644 --- a/authors.html +++ b/authors.html @@ -1,5 +1,5 @@ -Authors and Citation • rhinoAuthors and Citation • rhino - - + + diff --git a/index.html b/index.html index bc394e75..88244e54 100644 --- a/index.html +++ b/index.html @@ -14,8 +14,8 @@ - - + + diff --git a/news/index.html b/news/index.html index 4e9b6a09..03eb10de 100644 --- a/news/index.html +++ b/news/index.html @@ -1,5 +1,5 @@ -Changelog • rhinoChangelog • rhinoRhino application — app • rhinoBuild JavaScript — build_js • rhinoBuild Sass — build_sass • rhinoBuild Sass — build_sass • rhinoManage dependencies — dependencies • rhinoPrint diagnostics — diagnostics • rhinoFormat R — format_r • rhinoFunction reference • rhinoCreate Rhino application — init • rhinoLint JavaScript — lint_js • rhinoLint JavaScript — lint_js • rhinoLint R — lint_r • rhinoLint R — lint_r • rhinoLint Sass — lint_sass • rhinoLint Sass — lint_sass • rhinoLogging functions — log • rhinoLogging functions — log • rhinoReact components — react_component • rhinoPopulation of rhinos — rhinos • rhinoRun Cypress end-to-end tests — test_e2e • rhinoRun R unit tests — test_r • rhinoRun R unit tests — test_r • rhino