Skip to content

Commit 21f8088

Browse files
authored
docs: update weights and frontmatter (#2000)
Co-authored-by: Antonio <bandantonio@users.noreply.github.com>
1 parent e1240dc commit 21f8088

32 files changed

+142
-133
lines changed

docs/000-onboarding/ambassador-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Examples:
3838
- Our sincere gratitude and respect for your contributions!
3939

4040
### Additional resources
41-
[AsyncAPI Ambassador Program](../050-mentorship-program/ambassador-program/AMBASSADOR_PROGRAM.md)
41+
[AsyncAPI Ambassador Program](../020-governance-and-policies/ambassador-program/AMBASSADOR_PROGRAM.md)

docs/000-onboarding/documentarian-onboarding-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Documentarian Onboarding Guide
3-
weight: 30
3+
# weight: 30
44
---
55

66
🚧 This document is under construction.

docs/000-onboarding/how-to-contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to Contribute
3-
weight: 20
3+
# weight: 20
44
---
55

66
🚧 This document is under construction.

docs/000-onboarding/where-to-contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Where to Contribute
3-
weight: 10
3+
# weight: 10
44
---
55

66
🚧 This document is under construction.

docs/010-contribution-guidelines/conventional-commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following are some of the most commonly used commit types:
4242

4343
To maintain a clear and structured commit history, all PR titles must follow the Conventional Commits format. This ensures that commit messages and PRs are semantically meaningful and easy to understand.
4444

45-
A PR title that does not follow this format will be rejected by our [Linting bot](../../.github/workflows/lint-pr-title.yml), preventing the PR from being merged.
45+
A PR title that does not follow this format will be rejected by our [Linting bot](https://github.com/asyncapi/community/blob/master/.github/workflows/lint-pr-title.yml), preventing the PR from being merged.
4646

4747
Therefore, you can use the following examples to guide you:
4848

File renamed without changes.

docs/011-styleguide/styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ They should be clear, optimized, and accessible.
210210

211211
- **JPEG:** For photographs. Optimize for the web to balance quality and file size.
212212

213-
- **Alt Text:** All `<img>` tags must have a descriptive alt attribute for screen readers. If an image is purely decorative, use `alt=""`. In markdown, use the exclamation mark, square brackets and parenthesis combo (`![]()`) to add images, ensure to use a decriptive alt text such as `![a blue bunny](bluebunny.png)`.
213+
- **Alt Text:** All `<img>` tags must have a descriptive alt attribute for screen readers. If an image is purely decorative, use `alt=""`. In markdown, use the exclamation mark, square brackets and parenthesis combo (`![]()`) to add images, ensure to use a descriptive alt text such as `![a blue bunny](bluebunny.png)`.
214214

215215
- **Sizing:** Images should not exceed a maximum width of 800px to avoid overwhelming the content layout.
216216

docs/020-governance-and-policies/CHARTER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ weight: 10
55

66
<p align="center"><strong>Technical Charter (the “Charter”)</strong></p>
77
<p align="center">
8-
for</br>
9-
AsyncAPI Project a Series of LF Projects, LLC</br>
8+
for<br />
9+
AsyncAPI Project a Series of LF Projects, LLC<br />
1010
Adopted 03-19-2021, Amended 05-05-2025
1111
</p>
1212

docs/020-governance-and-policies/PROJECT_FUNDING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ Contribute funds to AsyncAPI through any of the following channels:
3434

3535
<center>
3636
<a href="https://opencollective.com/asyncapi/contribute/platinum-sponsors-8119/checkout?interval=month&amount=2000" target="_blank">
37-
<img src="https://opencollective.com/asyncapi/donate/button@2x.png?color=blue" width=300 />
37+
<img src="https://opencollective.com/asyncapi/donate/button@2x.png?color=blue"
38+
width="300"
39+
alt="Donate to AsyncAPI via Open Collective" />
3840
</a>
3941
</center>
4042

@@ -105,7 +107,9 @@ Every year we organize a conference that attracts many participants. Only last y
105107

106108

107109
<a href="https://opencollective.com/asyncapi/contribute/platinum-sponsors-8119/checkout?interval=month&amount=2000" target="_blank">
108-
<img src="https://opencollective.com/asyncapi/donate/button@2x.png?color=blue" width=300 />
110+
<img src="https://opencollective.com/asyncapi/donate/button@2x.png?color=blue"
111+
width="300"
112+
alt="Donate to AsyncAPI via Open Collective" />
109113
</a>
110114

111115
### Contact

docs/030-project-vision-strategy-goals/2025_Community_Goals.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To improve and streamline the onboarding process for new contributors joining th
3939
### Community Working Group Umbrella
4040
I would like to introduce the Community Working Group, which serves as an umbrella for all community initiatives and programs at AsyncAPI. We have been functioning unofficially as a working group, but it’s time to reorganize, increase visibility for our current programs, and establish a structured approach to how we work.
4141

42-
``` mermaid
42+
```mermaid
4343
flowchart LR
4444
A["**Community Working Group**"] -- Chair By --> B("**Community Manager**")
4545
B --> C("**Community Programs and Initiatives**")
@@ -58,8 +58,7 @@ flowchart LR
5858
classDef Rose stroke-width:1px, stroke-dasharray:none, stroke:#FF5978, fill:#FFDFE5, color:#8E2236
5959
classDef Sky stroke-width:1px, stroke-dasharray:none, stroke:#374D7C, fill:#E2EBFF, color:#374D7C
6060
classDef Aqua stroke-width:1px, stroke-dasharray:none, stroke:#46EDC8, fill:#DEFFF8, color:#378E7A
61-
62-
```
61+
```
6362

6463
The community manager will oversee and chair the working group, which includes community builders responsible for building, leading, and running the programs.
6564
With this structured setup, we will say goodbye to community meetings and hello to the Community WG meeting; this is where we will provide updates on the different programs and the progress the builders are making.

0 commit comments

Comments
 (0)