Skip to content

Commit f65d241

Browse files
authored
Merge pull request #2012 from IgnaceMaes/normalize-header-levels
chore: normalize h1 headers in content to h2
2 parents 2e64730 + 4864178 commit f65d241

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

guides/release/components/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ know HTML and CSS, you know how to build a basic Ember application!
186186
You can even use SVG or web components without any changes. As long as your HTML
187187
is valid, Ember will render it.
188188

189-
# Self-Closing Tags
189+
## Self-Closing Tags
190190

191191
In addition to normal HTML syntax, Ember allows you to use self-closing syntax
192192
(`<div />`) as a shorthand for an opening and closing tag (`<div></div>`).
@@ -206,7 +206,7 @@ In addition to normal HTML syntax, Ember allows you to use self-closing syntax
206206
</div>
207207
</div>
208208

209-
# Supported Features
209+
## Supported Features
210210

211211
This means that all of the following HTML features work as-is:
212212

@@ -216,7 +216,7 @@ This means that all of the following HTML features work as-is:
216216
- White space (following the same rules as normal HTML)
217217
- Special HTML elements like `<table>` and `<select>`
218218

219-
# Restrictions
219+
## Restrictions
220220

221221
There are a handful of restrictions on the HTML that you can put in an Ember
222222
template:

guides/release/contributing/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Ember is an open source project that succeeds thanks to the help of volunteers. Community members at any level are invited to help out with anything from bug reports to documentation. This guide will give you some tips on how to get started and where to ask for help if you want to get involved. Thanks in advance for your help!
22

3-
# Types of contributions
3+
## Types of contributions
44

55
Any change that aims to make an improvement is very welcome!
66

@@ -15,15 +15,15 @@ Creating an issue is a great way to start a discussion and gather opinions of ot
1515

1616
Apart from creating new issues and pull requests, another way to contribute is comment on existing issues and pull requests. The more reviewers we get for something, the lower the chance we'll overlook potential problems.
1717

18-
# Where to get started
18+
## Where to get started
1919

2020
A great place to start is helping improve something you personally ran into. E.g. if you found some of the documentation unclear yourself, please create an issue to highlight it, and optionally suggest how to simplify it.
2121

2222
Have a look at the [list of main repositories](repositories) to learn about the different components of the Ember project.
2323

2424
If you need some inspiration, you can check out the [Help Wanted](https://help-wanted.emberjs.com/) dashboard to browse for issues. If you are a beginner, look out for issues with the "Help wanted" and "Good first issue" labels.
2525

26-
# Updating the API Guides
26+
## Updating the API Guides
2727

2828
In the [API Guides](https://api.emberjs.com/ember/release), suppose you found a typo or wish to provide more details for a package, method, or class. Here is how you can make a change.
2929

@@ -38,11 +38,11 @@ Next to the words is, once again, the link to the source code [`ds-model-store.t
3838
Please follow the contributing guide in the specific repo. (Here is an example of the [contributing guide for Ember.js](https://github.com/emberjs/ember.js/blob/master/CONTRIBUTING.md).)
3939
The contributing guide may further describe how you can edit files, commit messages, and run linting and testing.
4040

41-
# Asking for help
41+
## Asking for help
4242

4343
Please comment directly on issues and PRs if you need help. This way others will see and can chime in to help.
4444
You can also visit the [Ember.js Community Page](https://emberjs.com/community) to join the Ember.js Discord server. Channels that start with `dev` are for contributors working on the corresponding projects, and they are a great place for questions.
4545

46-
# In conclusion
46+
## In conclusion
4747

4848
We would like to reiterate once again - anyone at any skill level can help out! If you have any ideas to improve anything whatsoever, we would love to see your contribution!

guides/release/contributing/repositories.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Ember is made up of several libraries. If you wish to add a feature or fix a bug please file a pull request against the appropriate repository. Be sure to check the libraries listed below before making changes in the Ember repository.
22

3-
# Main Repositories
3+
## Main Repositories
44
**Ember.js** - The main repository for Ember.
55

66
* [https://github.com/emberjs/ember.js](https://github.com/emberjs/ember.js)
@@ -30,7 +30,7 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
3030
**Community**
3131
* [https://emberjs.com/community](https://emberjs.com/community)
3232

33-
# Libraries Used By Ember
33+
## Libraries Used By Ember
3434

3535
These libraries are part of the Ember asset output, but development of them takes place in a separate repository.
3636

0 commit comments

Comments
 (0)