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
Joel Marcey
71317e49ba
Publish Docusaurus v1.0.10 ( #538 )
2018-04-09 12:06:40 -07:00
Yangshun Tay
099875a01a
Display CompLibrary component in tabular format ( #537 )
2018-04-08 20:22:13 -07:00
Yangshun Tay
90d8e17158
Document className prop of GridBlock ( #536 )
2018-04-08 19:37:38 -07:00
Joel Marcey
fc051acde5
Fix .gitignore placement when running example script or docusaurus-init ( #533 )
...
Fixes #415
2018-04-08 07:35:35 -07:00
Yangshun Tay
6500f9bacf
More doc improvements ( #532 )
...
* Generic doc improvements
* Convert to Markdown
* Remove whitespace
* More typo fixes
2018-04-07 21:16:29 -07:00
Yangshun Tay
e19b9ac56e
Add rel="noreferrer noopener" to <a> with target="_blank" ( #531 )
...
* Add rel="noreferrer noopener" to <a> with target="_blank"
* Run Prettier
2018-04-07 19:14:28 -07:00
Amy Lam
c2cd169b64
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
2018-04-07 19:13:12 -07:00
John Eismeier
fc6e3b7311
Fix two typos ( #530 )
2018-04-06 10:26:31 -07:00
Elian Ibaj
c437f7be37
Use markdown-toc ( #524 )
2018-04-04 10:19:03 -07:00
Yangshun Tay
632ccfb8cd
Fix typo and formatting in docs ( #523 )
2018-04-03 18:51:51 -10:00
Elian Ibaj
1a674885ae
Fix body class ( #521 )
2018-03-28 10:55:00 -07:00
Joel Marcey
b6c6c2e4b8
colon in publishing example
2018-03-19 15:28:36 -07:00
Joel Marcey
1345504544
Publishing example indentation
2018-03-19 14:56:10 -07:00
Ujjwal Sharma
d16d2aa4b3
Fix problems with a horizontal scrollbar ( #518 )
2018-03-19 08:45:53 -07:00
Ujjwal Sharma
a7acc7d794
Make sure the sitemap in footer is left aligned ( #509 )
...
* Make sure the sitemap in footer is left align
Fixes: https://github.com/facebook/Docusaurus/issues/485
* Restore original max-width and change width inside media query
2018-03-18 20:40:24 -07:00
b-morawiec
7080a49580
Typo -- "typeing" ( #510 )
2018-03-18 19:44:55 -07:00
Happy-Ferret
37c699e8bd
Use siteConfig properties inside Example pages ( #497 )
...
Replace hardcoded values inside "footer",
"help" and "users" with properties
from siteConfig.
Fixes #488
2018-03-16 14:07:09 -07:00
Joel Marcey
ad94258334
Discuss how to update Docusaurus
2018-03-16 12:55:08 -07:00
Joel Marcey
f41b207333
Update CircleCI info
...
Show how you can make it so CircleCI only runs when a commit is directly made to the `master` branch.
2018-03-16 12:38:19 -07:00
Joel Marcey
e798618ed2
Document node and yarn requirements.
2018-03-15 07:21:51 -07:00
Joel Marcey
ce4d2f02b2
Add link to Facebook Pixel page
2018-03-14 18:05:17 -07:00
Pablo Estevez
508090377e
Add Facebook Pixel ID setting ( #507 )
2018-03-14 18:01:23 -07:00
Elian Ibaj
56bae1d70c
Fix on-page nav height css bug ( #505 )
2018-03-14 12:42:38 -07:00
Joel Marcey
288afc3310
Publish Docusaurus v1.0.9 ( #502 )
2018-03-13 09:33:34 -07:00
Joel Marcey
bc777a8e65
Remove slash from join path in server.js
2018-03-13 09:12:30 -07:00
Sunny Luo
4a4fea7d8a
Fix wrong versioned_docs file path ( #501 )
2018-03-13 09:05:26 -07:00
Joel Marcey
7c0651649c
Docs for secondary navigation
2018-03-12 17:16:06 -07:00
Joel Marcey
1a245a81b2
Publish Docusaurus v1.0.8 ( #499 )
2018-03-12 17:00:58 -07:00
Joel Marcey
d2f414c5d3
Add more docs for Algolia
2018-03-12 16:49:21 -07:00
Joel Marcey
6fe7621d05
Update headers in search docs
2018-03-12 16:30:30 -07:00
Joel Marcey
f1893d5fea
Add secondary, page-specific navigation documentation ( #498 )
...
And enable for docusaurus.io
2018-03-12 16:27:37 -07:00
Joel Marcey
cbdab2ba11
Use Path module functions and properties in server and generate ( #490 )
2018-03-12 16:01:40 -07:00
ashley teoh
7647ba3484
Updating documentation for CircleCI 2.0 ( #491 )
2018-03-08 12:45:57 -08:00
Joel Marcey
1add5dcbb2
Update translation docs
...
Do not integrate `CROWDIN` variables within `package.json`
2018-03-08 11:45:34 -08:00
Joel Marcey
e48b6bbf66
Rearrange and provide more information for translations
2018-03-08 11:10:47 -08:00
Joel Marcey
e8bc81f985
Update ISSUE_TEMPLATE.md
2018-03-07 14:32:52 -08:00
Ronen Amiel
c800870fef
use id attribute instead of name for in page anchors and remove redundant anchors ( #449 )
2018-03-07 14:25:48 -08:00
Aimee Pierce
8c2145585c
support optional siteConfig.users ( #484 )
...
Fixes Issue #402 caused by removing optional users array from siteConfig file. Users array is now validated before using its properties.
2018-03-07 14:21:12 -08:00
Miralem Drek
a8d7299ef2
Add ogImage
to site-config docs ( #487 )
...
Fixes #451
2018-03-07 13:10:32 -08:00
Elian Ibaj
48ee457ec9
Add active link classes to site navigation menu ( #463 )
2018-03-04 08:53:31 -08:00
atroncy
4ea8158c0c
feat(): add appId into algoliaConfig ( #481 )
2018-03-03 21:45:52 -08:00
cheercroaker
4553afda2b
Add missing i18n support in side nav breadcrumb ( #482 )
2018-03-03 21:40:57 -08:00
cheercroaker
f8486e02ae
Add missing i18n support in header link ( #477 )
...
* Add missing i18n support in header link
* Format file with prettier
2018-03-03 21:27:04 -08:00
Elian Ibaj
4ff2fe280e
Add separate on-page navigation sidebar ( #475 )
2018-03-03 21:23:59 -08:00
Joel Marcey
f093790947
Add blogSidebarCount
to the site config Docs ( #480 )
2018-02-28 16:32:59 -08:00
Joel Marcey
7c98b9118c
Update PULL_REQUEST_TEMPLATE.md
2018-02-27 21:30:29 -08:00
Joel Marcey
8756ed44fc
Update ISSUE_TEMPLATE.md
2018-02-27 21:28:46 -08:00
Elian Ibaj
6eb658009b
Add function to generate TOC from document headings ( #474 )
2018-02-27 16:33:48 -08:00
Juan Picado @jotadeveloper
d2bff6929e
Fix #374 environment variables have precedent over conf ( #473 )
2018-02-27 08:50:57 -08:00