From e331c98894c00f50c3dfe71199bcc8ec1b1bd94d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20S=C4=99k?= Date: Fri, 20 Dec 2019 15:05:30 +0100 Subject: [PATCH] Add docs for 0.3.0 version to the website-regenerate website --- docs/404.html | 5 +- docs/about/index.html | 5 +- .../01/04/another-great-release/index.html | 9 +- .../easy-documentation-with-docsy/index.html | 9 +- .../10/06/the-second-blog-post/index.html | 9 +- docs/blog/index.html | 6 +- docs/blog/news/index.html | 8 +- docs/blog/releases/index.html | 8 +- docs/community/index.html | 5 +- docs/docs/developer-guide/index.html | 135 +- docs/docs/developer-guide/tools/index.html | 90 +- docs/docs/getting-started/index.html | 118 +- docs/docs/getting-started/index.xml | 84 + .../getting-started/latest/aks/index.html | 98 +- .../latest/configuration/index.html | 98 +- .../configure-backup-and-restore/index.html | 100 +- .../custom-backup-and-restore/index.html | 100 +- .../latest/customization/index.html | 104 +- .../latest/deploy-jenkins/index.html | 98 +- .../latest/diagnostics/index.html | 98 +- docs/docs/getting-started/latest/index.html | 156 +- docs/docs/getting-started/latest/index.xml | 390 +- .../latest/notifications/index.html | 727 ++++ .../getting-started/latest/schema/index.html | 325 +- .../getting-started/v0.1.x/aks/index.html | 90 +- .../v0.1.x/configuration/index.html | 90 +- .../configure-backup-and-restore/index.html | 92 +- .../v0.1.x/customization/index.html | 96 +- .../v0.1.x/deploy-jenkins/index.html | 90 +- .../v0.1.x/diagnostics/index.html | 90 +- docs/docs/getting-started/v0.1.x/index.html | 108 +- docs/docs/getting-started/v0.1.x/index.xml | 86 +- .../index.html | 168 +- .../getting-started/v0.1.x/scheme/index.html | 90 +- .../getting-started/v0.2.x/aks/index.html | 622 +++ .../v0.2.x/configuration/index.html | 927 +++++ .../configure-backup-and-restore/index.html | 698 ++++ .../custom-backup-and-restore/index.html | 794 ++++ .../v0.2.x/customization/index.html | 779 ++++ .../v0.2.x/deploy-jenkins/index.html | 669 ++++ .../v0.2.x/diagnostics/index.html | 627 +++ docs/docs/getting-started/v0.2.x/index.html | 768 ++++ docs/docs/getting-started/v0.2.x/index.xml | 2928 ++++++++++++++ .../{latest => v0.2.x}/migration/index.html | 100 +- .../getting-started/v0.2.x/schema/index.html | 2585 ++++++++++++ .../architecture-and-design/index.html | 90 +- docs/docs/how-it-works/index.html | 108 +- .../jenkins-docker-images/index.html | 90 +- docs/docs/index.html | 108 +- docs/docs/index.xml | 3545 ++++++++++++++++- docs/docs/installation/index.html | 108 +- docs/docs/security/index.html | 108 +- docs/index.html | 7 +- docs/index.xml | 2 +- ...4049168ac469a1faa0939560f0b370565becab.js} | 2 +- docs/search/index.html | 5 +- docs/sitemap.xml | 74 +- 57 files changed, 18781 insertions(+), 748 deletions(-) create mode 100644 docs/docs/getting-started/latest/notifications/index.html create mode 100644 docs/docs/getting-started/v0.2.x/aks/index.html create mode 100644 docs/docs/getting-started/v0.2.x/configuration/index.html create mode 100644 docs/docs/getting-started/v0.2.x/configure-backup-and-restore/index.html create mode 100644 docs/docs/getting-started/v0.2.x/custom-backup-and-restore/index.html create mode 100644 docs/docs/getting-started/v0.2.x/customization/index.html create mode 100644 docs/docs/getting-started/v0.2.x/deploy-jenkins/index.html create mode 100644 docs/docs/getting-started/v0.2.x/diagnostics/index.html create mode 100644 docs/docs/getting-started/v0.2.x/index.html create mode 100644 docs/docs/getting-started/v0.2.x/index.xml rename docs/docs/getting-started/{latest => v0.2.x}/migration/index.html (86%) create mode 100644 docs/docs/getting-started/v0.2.x/schema/index.html rename docs/js/{main.min.15ba3b50c3bd013e1b26793d1a59390ea2e0f21481eafe4022de05a44eba88fc.js => main.min.b0e99aac17991fa76812dd47914049168ac469a1faa0939560f0b370565becab.js} (79%) diff --git a/docs/404.html b/docs/404.html index 10d2a967..a7015ee6 100644 --- a/docs/404.html +++ b/docs/404.html @@ -3,7 +3,7 @@ - + @@ -25,7 +25,6 @@ - @@ -115,7 +114,7 @@ - + diff --git a/docs/about/index.html b/docs/about/index.html index e125e8dc..c98392e2 100644 --- a/docs/about/index.html +++ b/docs/about/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -163,7 +162,7 @@ Jenkins Operator is a Kubernetes native operator which fully manages Jenkins on - + diff --git a/docs/blog/2018/01/04/another-great-release/index.html b/docs/blog/2018/01/04/another-great-release/index.html index 834f229a..ec2a8c20 100644 --- a/docs/blog/2018/01/04/another-great-release/index.html +++ b/docs/blog/2018/01/04/another-great-release/index.html @@ -3,7 +3,7 @@ - + @@ -25,9 +25,8 @@ " /> - - - + + @@ -692,7 +691,7 @@ This is a warning with a title! - + diff --git a/docs/blog/2018/10/06/easy-documentation-with-docsy/index.html b/docs/blog/2018/10/06/easy-documentation-with-docsy/index.html index c4e3b014..abf8fffe 100644 --- a/docs/blog/2018/10/06/easy-documentation-with-docsy/index.html +++ b/docs/blog/2018/10/06/easy-documentation-with-docsy/index.html @@ -3,7 +3,7 @@ - + @@ -24,9 +24,8 @@ - - - + + @@ -338,7 +337,7 @@ Fetch and scale an image in the upcoming Hugo 0.43. - + diff --git a/docs/blog/2018/10/06/the-second-blog-post/index.html b/docs/blog/2018/10/06/the-second-blog-post/index.html index c015fee1..9095befd 100644 --- a/docs/blog/2018/10/06/the-second-blog-post/index.html +++ b/docs/blog/2018/10/06/the-second-blog-post/index.html @@ -3,7 +3,7 @@ - + @@ -25,9 +25,8 @@ " /> - - - + + @@ -692,7 +691,7 @@ This is a warning with a title! - + diff --git a/docs/blog/index.html b/docs/blog/index.html index 6f751a64..eded314f 100644 --- a/docs/blog/index.html +++ b/docs/blog/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -291,6 +290,7 @@ There should be whitespace between paragraphs. There should be whitespace betwee
+
@@ -328,7 +328,7 @@ There should be whitespace between paragraphs. There should be whitespace betwee - + diff --git a/docs/blog/news/index.html b/docs/blog/news/index.html index 429eeb85..bd2ce678 100644 --- a/docs/blog/news/index.html +++ b/docs/blog/news/index.html @@ -3,7 +3,7 @@ - + @@ -26,8 +26,7 @@ - - + @@ -276,6 +275,7 @@ Including images Here’s an image …

+
@@ -313,7 +313,7 @@ Including images Here’s an image …

- + diff --git a/docs/blog/releases/index.html b/docs/blog/releases/index.html index 1827b548..efde73c8 100644 --- a/docs/blog/releases/index.html +++ b/docs/blog/releases/index.html @@ -3,7 +3,7 @@ - + @@ -26,8 +26,7 @@ - - + @@ -251,6 +250,7 @@ There should be whitespace between paragraphs. There should be whitespace betwee
+
@@ -288,7 +288,7 @@ There should be whitespace between paragraphs. There should be whitespace betwee - + diff --git a/docs/community/index.html b/docs/community/index.html index 27f71593..fb4e786b 100644 --- a/docs/community/index.html +++ b/docs/community/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -143,7 +142,7 @@ - + diff --git a/docs/docs/developer-guide/index.html b/docs/docs/developer-guide/index.html index cf536ae3..31fb5660 100644 --- a/docs/docs/developer-guide/index.html +++ b/docs/docs/developer-guide/index.html @@ -3,7 +3,7 @@ - + @@ -27,8 +27,7 @@ - - + @@ -199,7 +198,7 @@