Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Jan 6, 2025
1 parent 21b243b commit c58fc30
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 33 deletions.
31 changes: 26 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
48 changes: 24 additions & 24 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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,
Expand All @@ -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:
Expand Down Expand Up @@ -128,20 +128,20 @@
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.
Notwithstanding the above, nothing herein shall supersede or modify
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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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 "[]"
Expand All @@ -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.
4 changes: 2 additions & 2 deletions docs/src/components/github-actions.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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];
---
Expand Down
4 changes: 2 additions & 2 deletions docs/src/content/docs/github-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The alpine release workflow
<GithubActions id="ci_alpine_release" />
</Details>

<Details summary="ci-auto-rerun-failed-jobs">
<Details summary="ci-auto-rerun-failed-jobs-action">
This workflow automatically reruns any failed jobs. Mostly targeted for the release jobs to ensure the release is created.
<GithubActions id="ci_auto_rerun_failed_jobs" />
<GithubActions id="ci_auto_rerun_failed_jobs_action" />
</Details>

0 comments on commit c58fc30

Please sign in to comment.