From c58fc3038f7092da630f174142812590f5077f26 Mon Sep 17 00:00:00 2001
From: userdocs <16525024+userdocs@users.noreply.github.com>
Date: Mon, 6 Jan 2025 12:07:11 +0000
Subject: [PATCH] docs
---
.editorconfig | 31 ++++++++++++---
LICENSE.txt | 48 ++++++++++++------------
docs/src/components/github-actions.astro | 4 +-
docs/src/content/docs/github-actions.mdx | 4 +-
4 files changed, 54 insertions(+), 33 deletions(-)
diff --git a/.editorconfig b/.editorconfig
index bd8d49d57..8659616a2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -27,18 +27,18 @@ indent_size = 4
indent_style = space
[**.bats]
-indent_size = tab
indent_style = tab
shell_variant = bats
-[.vscode/settings.json]
-indent_style = tab
-indent_size = 4
-
[*.{yml,yaml,html}]
indent_style = space
indent_size = 2
+[*.json]
+insert_final_newline = false
+indent_style = space
+indent_size = 2
+
[**.astro]
indent_size = 2
indent_style = tab
@@ -48,3 +48,24 @@ end_of_line = lf
indent_size = 4
indent_style = space
end_of_line = lf
+
+[LICENSE.txt]
+indent_style = space
+indent_size = 2
+
+[**.txt]
+
+[patch]
+indent_style = space
+indent_size = 0
+trim_trailing_whitespace = false
+
+[url]
+insert_final_newline = false
+
+[patch]
+indent_style = space
+indent_size = 0
+
+[Jamfile]
+indent_style = tab
diff --git a/LICENSE.txt b/LICENSE.txt
index d64569567..07b70d851 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,11 +1,11 @@
- Apache License
- Version 2.0, January 2004
+ Apache License
+ Version 2.0, January 2004
http://www.apache.org/licenses/
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
- 1. Definitions.
+ 1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
@@ -64,14 +64,14 @@
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
- 2. Grant of Copyright License. Subject to the terms and conditions of
+ 2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
- 3. Grant of Patent License. Subject to the terms and conditions of
+ 3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
@@ -87,7 +87,7 @@
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
- 4. Redistribution. You may reproduce and distribute copies of the
+ 4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
@@ -128,7 +128,7 @@
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
- 5. Submission of Contributions. Unless You explicitly state otherwise,
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
@@ -136,12 +136,12 @@
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
- 6. Trademarks. This License does not grant permission to use the trade
+ 6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
- 7. Disclaimer of Warranty. Unless required by applicable law or
+ 7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
@@ -151,7 +151,7 @@
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
- 8. Limitation of Liability. In no event and under no legal theory,
+ 8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
@@ -163,7 +163,7 @@
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
- 9. Accepting Warranty or Additional Liability. While redistributing
+ 9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
@@ -174,9 +174,9 @@
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
- END OF TERMS AND CONDITIONS
+ END OF TERMS AND CONDITIONS
- APPENDIX: How to apply the Apache License to your work.
+ APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
@@ -187,16 +187,16 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright [yyyy] [name of copyright owner]
+ Copyright [yyyy] [name of copyright owner]
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/docs/src/components/github-actions.astro b/docs/src/components/github-actions.astro
index 7ac2f9074..f7a1e1d50 100644
--- a/docs/src/components/github-actions.astro
+++ b/docs/src/components/github-actions.astro
@@ -6,14 +6,14 @@ import ci_main_reusable_caller from "../../../.github/workflows/ci-main-reusable
import ci_debian_build from "../../../.github/workflows/ci-debian-build.yml?raw";
import ci_alpine_build from "../../../.github/workflows/ci-alpine-build.yml?raw";
import ci_alpine_release from "../../../.github/workflows/ci-alpine-release.yml?raw";
-import ci_auto_rerun_failed_jobs from "../../../.github/workflows/ci-auto-rerun-failed-jobs.yml?raw";
+import ci_auto_rerun_failed_jobs_action from "../../../.github/workflows/ci-auto-rerun-failed-jobs-action.yml?raw";
const imports = {
ci_main_reusable_caller,
ci_debian_build,
ci_alpine_build,
ci_alpine_release,
- ci_auto_rerun_failed_jobs,
+ ci_auto_rerun_failed_jobs_action,
};
const code = imports[id];
---
diff --git a/docs/src/content/docs/github-actions.mdx b/docs/src/content/docs/github-actions.mdx
index 32fff5fb0..a1d23b195 100644
--- a/docs/src/content/docs/github-actions.mdx
+++ b/docs/src/content/docs/github-actions.mdx
@@ -57,7 +57,7 @@ The alpine release workflow
-
+
This workflow automatically reruns any failed jobs. Mostly targeted for the release jobs to ensure the release is created.
-
+