https://github.com/redhat-documentation/accessibility-guide
https://github.com/redhat-documentation/accessibility-guide
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redhat-documentation/accessibility-guide
- Owner: redhat-documentation
- License: cc-by-sa-4.0
- Created: 2023-05-02T16:26:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T20:49:18.000Z (about 3 years ago)
- Last Synced: 2025-02-06T12:48:08.710Z (over 1 year ago)
- Size: 68.4 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Red Hat Accessibility Guide for Writers
## About
The purpose of this project is to create an official _Red Hat getting started with accessibility for writers_, to help you develop accessible content, in direct support of cross-product solution documentation issues. The intended users are product documentation teams at Red Hat and upstream project contributors.
View the latest version of the guide: [Red Hat getting started with accessibility for writers](https://redhat-documentation.github.io/accessibility-guide/)
## Suggestions or questions?
If you have a suggestion or question, open an [issue](https://github.com/redhat-documentation/accessibility-guide/issues) in this project.
## Contributing
See the [Contributing guide](CONTRIBUTING.md) for information about how to contribute an update.
## What's new
See the [history of significant updates](HISTORY.md) to the _Red Hat getting started with accessibility for writers_.
## Administrator responsibilities
See the list of [administrator responsibilities](ADMIN.adoc) for more information on what to do in your role as the administrator of this repository.
## Building the guide locally
You can build the guide locally using [Asciidoctor](https://asciidoctor.org/).
```
$ cd accessiblity-guide
$ asciidoctor main.adoc
```
Open the generated `main.html` file in a browser to view the built guide.
## License
This work is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).