docusaurus/lib
Amy Lam 80ece69a10 Add form field title for a11y (#542)
* Add input title to improve a11y

Resolves pa11y error:

```
 • Error: This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate.
   ├── WCAG2AA.Principle1.Guideline1_3.1_3_1.F68
   ├── #search_input_react
   └── <input type="text" id="search_input_react" placeholder="Search" aria-label="Search" class="aa-input" autocomplete="off" spellcheck="false" role="combobox" aria-autocomplete="list" aria-expanded="false" aria-labelledby="search_input_react" aria-owns="...
```

* Fix Prettier failure on Circle CI
2018-04-10 08:46:08 -07:00
..
__tests__ Add first set of docusaurus-build tests using Jest (#259) 2017-12-18 14:40:52 -08:00
core Add form field title for a11y (#542) 2018-04-10 08:46:08 -07:00
server More doc improvements (#532) 2018-04-07 21:16:29 -07:00
static Use markdown-toc (#524) 2018-04-04 10:19:03 -07:00
build-files.js Also transform class properties and object rest spread (#419) 2018-01-26 10:47:09 -08:00
copy-examples.js Fix .gitignore placement when running example script or docusaurus-init (#533) 2018-04-08 07:35:35 -07:00
generate-feed.js Add Prettier Formatting (#258) 2017-12-04 19:21:02 -08:00
publish-gh-pages.js Fix #374 environment variables have precedent over conf (#473) 2018-02-27 08:50:57 -08:00
rename-version.js s/enamed/renamed (#393) 2018-01-11 15:23:13 -08:00
start-server.js Also transform class properties and object rest spread (#419) 2018-01-26 10:47:09 -08:00
version.js Don't throw if a doc hasn't been versioned yet (#455) 2018-02-16 19:16:38 -08:00
write-translations.js cleanup startup logs (#291) 2017-12-16 16:51:52 -08:00