mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
Add alt tags to images for a11y (#529)
- Add imageAlt to GridBlock - Set alt equal to `user.caption` for mapped users - Set alt equal to `post.author` for blog posts - Update documentation
This commit is contained in:
parent
fc6e3b7311
commit
c2cd169b64
10 changed files with 33 additions and 18 deletions
|
@ -5,7 +5,7 @@ authorURL: http://twitter.com/JoelMarcey
|
|||
authorFBID: 611217057
|
||||
---
|
||||
|
||||

|
||||

|
||||
|
||||
We are very happy to introduce [Docusaurus](https://github.com/facebook/Docusaurus) to help you manage one or many open source websites.
|
||||
|
||||
|
@ -24,7 +24,7 @@ Docusaurus also provides core website and documentation features out-of-the-box
|
|||
|
||||
## The Birth of docusaurus
|
||||
|
||||

|
||||

|
||||
|
||||
When Facebook first started their open source program, many teams implemented a custom website for each of their open source projects. This approach presented challenges when the open source program team was asked to help the project teams improve their documentation. Since each site was unique, adding basic infrastructure such as a blog, consistent navigation, search, etc. became challenging undertakings.
|
||||
|
||||
|
@ -40,7 +40,7 @@ At Facebook, Docusaurus allows us to quickly get different projects up and runni
|
|||
|
||||
## Getting Up and Running
|
||||
|
||||

|
||||

|
||||
|
||||
At its core, we wanted sites running Docusaurus to be simple to use. With one [installation](https://docusaurus.io/docs/en/installation.html) command and some simple [configuration](https://docusaurus.io/docs/en/site-preparation.html), you can actually have a default running website.
|
||||
|
||||
|
@ -129,7 +129,7 @@ build
|
|||
|
||||
## Community
|
||||
|
||||

|
||||

|
||||
|
||||
We welcome your [contributions](https://github.com/facebook/Docusaurus/blob/master/CONTRIBUTING.md) to Docusaurus, whether you want to use it for your own site, you want to [contribute](https://github.com/facebook/Docusaurus/blob/master/CONTRIBUTING.md) to the Docusaurus core or just have questions. Follow us on [GitHub](https://github.com/facebook/Docusaurus) and [Twitter](https://twitter.com/docusaurus).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue