fix: update the headings, add small reference from the contrib section of the docs back to the section in CONTRIBUTING.md
Signed-off-by: Peter Macdonald <peterm4c@pm.me>
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@ If you need help, just jump into our [Discord chatroom](https://discord.gg/backs
|
||||
- [Accessibility](#accessibility)
|
||||
- [Get Started!](#get-started)
|
||||
- [Coding Guidelines](#coding-guidelines)
|
||||
- [Contributing Docs](#contributing-docs)
|
||||
- [Documentation Guidelines](#documentation-guidelines)
|
||||
- [Package Scripts](#package-scripts)
|
||||
- [Local configuration](#local-configuration)
|
||||
- [Creating Changesets](#creating-changesets)
|
||||
@@ -118,7 +118,7 @@ If there are any updates in `markdown` file please make sure to run `yarn run li
|
||||
|
||||
The Backstage development environment does not require any specific editor, but it is intended to be used with one that has built-in linting and type-checking. The development server does not include any checks by default, but they can be enabled using the `--check` flag. Note that using the flag may consume more system resources and slow things down.
|
||||
|
||||
## Contributing Docs
|
||||
## Documentation Guidelines
|
||||
|
||||
Contributing to the docs is one of the best ways to start getting involved with Backstage. The documentation site is often the first stop for anyone using or exploring Backstage, so even small improvements can have a big impact!
|
||||
|
||||
|
||||
@@ -43,6 +43,8 @@ submitting them. You'll find the website sources under [/microsite](https://gith
|
||||
with instructions for building and locally serving the website in the
|
||||
[README](/microsite#readme).
|
||||
|
||||
For additional information and helpful guidelines on how to contribute to the documentation, check out these [Documentation Guidelines](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md#documentation-guidelines)!
|
||||
|
||||
### Contribute to Storybook
|
||||
|
||||
We think the best way to ensure different plugins provide a consistent experience is through a solid set of reusable UI/UX components. Backstage uses [Storybook](http://backstage.io/storybook).
|
||||
|
||||
Reference in New Issue
Block a user