You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: component-model/src/language-support/other-languages.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ More languages continue to add support for the component model. The following is
4
4
5
5
[comment]: #(Add first language here)
6
6
7
-
## Adding a Language to the Guide
7
+
## Adding a New Language to the Guide
8
8
9
-
Interested in adding another language to this list? Create a PR to this [document](https://github.com/bytecodealliance/component-docs/blob/main/component-model/src/language-support/other-languages.md) that adds an entry with the following format to the above list. Please insert alphabetically.
9
+
Interested in adding another language to this list? Create a PR to this [document](https://github.com/bytecodealliance/component-docs/blob/main/component-model/src/language-support/other-languages.md) that adds an entry with the following information:
10
10
11
-
###Language Name
12
-
13
-
-GitHub Link:
14
-
-Documentation on getting started with components: (feel free to use our example WITs if you want to match the style of this guide)
11
+
- Language name as a level 3 header
12
+
- Link to the project page on Github page
13
+
- Link to the project hosted documentation on getting started with components. Feel free to use our example WITs if you want to match the style of this guide.
0 commit comments