Commit graph

679 commits

Author SHA1 Message Date
Sam Brown
f253307f72 Small sentence change in blog post (#547) 2018-04-12 08:13:22 -07:00
Joel Marcey
4f669ccca2
Enable Translations for docusaurus.io (#548)
There are some translations for Spanish for Docusaurus -- not complete, but still a good start to enable for our site.
I figure it is time to enable all the crucial features that the project provides for its main site, huh? 😄
2018-04-12 08:10:41 -07:00
Joel Marcey
2779bf3d0f Add Users to the header 2018-04-11 19:21:02 -07:00
Joel Marcey
5f89af927a
Add BlueWhale as a user (#546) 2018-04-11 19:18:10 -07:00
Joel Marcey
71278431f1 Add hide_title to metadata check whitelist 2018-04-11 18:02:25 -07:00
Joel Marcey
c9cedfe923 Remove rogue yarn-error.log 2018-04-11 17:58:53 -07:00
Jason Gauci
6dd6ead19f Add hide_title metadata that hides the title text on the top of the doc (#540) 2018-04-11 17:56:56 -07:00
António Afonso
ad5b8b92b4 Ignore and warn about unsupported header fields (#347)
Unsupported header fields might mess up the creation of metadata.js (e.g.: next).
Skip unknown header fields and log a warn about them.
2018-04-11 17:45:03 -07:00
Amy Lam
8e2717cfae Cleanup code markdown in guides versioning (#545) 2018-04-11 00:04:07 -07:00
Yangshun Tay
1db939b119 Revert yarn prettier addition in yarn ci-check (#543) 2018-04-10 10:30:29 -07:00
Joel Marcey
bc3eef1b00
Update siteConfig example and docs (#544) 2018-04-10 10:00:04 -07:00
Kaveh Khorram
bbbe311004 Dynamic port switching (#516) 2018-04-10 08:48:44 -07:00
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