Commit graph

1280 commits

Author SHA1 Message Date
Yangshun Tay
a9a39817d4
Use proper syntax highlighting for code blocks (#615)
* Better syntax highlighting

* Better syntax highlighting
2018-04-27 22:51:38 -07:00
Yangshun Tay
327ef85770
Improve directory file tree (#614) 2018-04-27 22:47:14 -07:00
Yangshun Tay
38f93e750a
Add rejoiner project as a user (#606)
* Add rejoiner project as user

* Fix
2018-04-27 14:28:09 -07:00
Darragh Grace
91897191b6 Adding info for Hosting Static HTML Pages due to recent css changes (#611)
Adding info for Hosting Static HTML Pages
2018-04-27 09:13:42 -07:00
Yangshun Tay
327d044362 Improve code block appearance (#609) 2018-04-27 06:21:36 -07:00
Yangshun Tay
7ea0f5a8cf s/Github/GitHub (#608) 2018-04-26 09:43:47 -07:00
Yangshun Tay
3a24606887 Improve <table> appearance (#607) 2018-04-26 08:39:26 -07:00
Yangshun Tay
d7c093e241 Fix example site's user image path (#605) 2018-04-25 12:29:25 -07:00
Steven Zeck
df6f6df333 Do not ignore 'custom_edit_url' (#604) 2018-04-25 10:40:53 -07:00
Joel Marcey
255fa40274
Add Docusaurus version to issue template 2018-04-24 10:25:07 -07:00
Yangshun Tay
5404874976 Fix incorrect version links (#598) 2018-04-24 07:10:53 -07:00
Joel Marcey
6041f9ece7
Publish v1.0.14 (#597) 2018-04-23 16:40:13 -07:00
Joel Marcey
9c0c96b682 Merge branch 'master' of github.com:facebook/Docusaurus 2018-04-23 16:05:55 -07:00
Joel Marcey
6860dec561
Remove a translate page from users page
It was cutting off some text.
2018-04-23 16:00:05 -07:00
Joel Marcey
662d678bce
Add docs for docs-based landing page (#596)
Fixes #459
2018-04-23 15:51:07 -07:00
Joel Marcey
6d2462e84a Add docs for docs-based landing page
Fixes #459
2018-04-23 15:31:10 -07:00
Eric Nakagawa
4e575e9234 Documents Blog Only Mode and Netlify Hosting (#595)
* Documentation, newest: Add steps for hosting on Netlify

* Documents how to run a blog-only site
2018-04-23 13:45:02 -07:00
Eric Nakagawa
ec13640097 Revert "Output the full path to build folder to aid when deploying site." (#593) 2018-04-23 11:42:10 -07:00
Eric Nakagawa
0126dc403d
Merge pull request #592 from ericnakagawa/master
Output the full path to build folder to aid when deploying site.
2018-04-23 09:39:31 -07:00
Eric Nakagawa
083d70d679 Output the full path to build folder to aid when deploying site. 2018-04-23 09:35:47 -07:00
Long Mai
33d4e4a4ec Simplify installation steps (#519)
* simplify installation steps

Since docusaurus-init is run seldomly, npx keeps it simpler,
and subsequent runs will be using the latest version.

Outdated provides more meaningful view of current and latest version

* add more doc on who can use npx

* Make yarn and npm commands more specific
2018-04-23 00:13:29 -07:00
Manuel Spagnolo
7b674c1c59 Fix documentation link issue (#591) 2018-04-22 23:47:30 -07:00
Yangshun Tay
d3fd347d21
Regenerate blog metadata on request to blog (#590) 2018-04-22 20:46:16 -07:00
Joel Marcey
266b37498a
Publish v1.0.13 (#589) 2018-04-20 12:03:21 -07:00
Christopher Chedeau
1d4e334a86 Restore the ability to use the --port command line argument (#588)
The behavior was changed in #516. With this change, both the command line argument and environment variable will work.
2018-04-20 09:25:12 -07:00
Christopher Chedeau
c400636fb6 Do not ignore the layout header (#587)
#347 added support for warning for unknown fields but didn't take into account `layout` which was added by #128
2018-04-20 09:19:57 -07:00
huang.xinghui
aa32ff4a55 Add customize highlight.theme custom path support (#517)
* add themeUrl option to support custom theme file path

* Update api-site-config.md
2018-04-19 08:04:49 -07:00
Joel Marcey
40a9047620
Publish v1.0.12 (#581) 2018-04-18 09:57:17 -07:00
Amy Lam
57cddb4d08 Allow customizing of blog author image URL documentation (#577)
* Rename authorImage to authorImageURL for clarity

Update documentation

* Fix typo

* Add documentation for authorImageURL

* Add support for authorImage

We will remove support for authorImage in favor of authorImageURL, after we remove authorImage from react-native-website

* Update guides-blog.md

* Update guides-blog.md
2018-04-17 23:15:27 -07:00
Joel Marcey
71b5d46f46 Run prettier 2018-04-17 21:16:31 -07:00
Joel Marcey
47d08bf1da
Update site config example in docs 2018-04-17 21:15:50 -07:00
Joel Marcey
fd04b44dda
Updates to the example site config
- Open Graph and Twitter Card images
- Enable on page navigation
- formtting
2018-04-17 21:14:01 -07:00
Joel Marcey
e738bbd99e
Add twitterImage to siteConfig options (#580) 2018-04-17 21:04:39 -07:00
Amy Lam
f0197700c5 Add table to clarify versioning (#573) 2018-04-17 09:53:35 -07:00
Yangshun Tay
b23b0def1d Fix CSS media queries (#576) 2018-04-17 09:47:04 -07:00
Sviatoslav
1642c078a7 Support for non-latin characters in heading anchor links (#492) 2018-04-17 09:33:10 -07:00
Yangshun Tay
ba024a25c7 Fix search bar width for mobile nav (#575)
* Shorten search bar width for mobile nav

* Remove min-device-width

* Use max-width
2018-04-17 08:17:20 -07:00
Yangshun Tay
159b80df94
Use cssnano to minify main CSS file (#569)
* Add cssnano to CSS generation

* Add babel-polyfill

* Call cssnano at the end

* Fix tests

* Add babelrc
2018-04-16 21:31:01 -07:00
Yangshun Tay
946e2cef90
Add <doctype HTML> to HTML pages (#566)
* Add doctype to static rendering

* Set content-type for CSS
2018-04-15 15:50:43 -07:00
Yangshun Tay
0593ea0039 Switch off Espanol translations (#565) 2018-04-14 20:12:58 -07:00
Yangshun Tay
6d31fba043
Use code block for CompLibrary props (#563) 2018-04-14 13:24:41 -07:00
Kaveh Khorram
a9f8701456 Added HTML tables to documentation page to improve UX (#514) 2018-04-14 13:05:26 -07:00
Zoltan Kochan
e2b8fa7aef Fix(deps): add mkdirp to package.json (#471)
mkdirp is used throughout the project.
This works because npm and Yarn create flat node_modules.
Docusaurus fails though with pnpm, which creates a strict
node_modules.
2018-04-14 10:47:41 -07:00
Kyle Roach
de11050df1 Add react-native-elements to users (#562) 2018-04-14 09:52:52 -07:00
Limon Monte
858b6f347f Fix body height by changing CSS height property to min-height (#556) 2018-04-13 08:40:58 -07:00
Joel Marcey
86edbec1d0
Split out @generated string (#553)
Nuclide treats files with @generated as read-only. This can fix that.
2018-04-12 14:11:01 -07:00
Joel Marcey
3486e1113f
Add versioning to docusaurus.io (#552) 2018-04-12 11:28:00 -07:00
Joel Marcey
257b5c9ebd
Publish Docusaurus v1.0.11 (#551) 2018-04-12 09:50:16 -07:00
Joel Marcey
001eae7003 Update the initial blog post clarifying JS/React vs Jekyll 2018-04-12 09:11:36 -07:00
Joel Marcey
0e3f3e3013
Fix header nav display for current language (#550)
Even if we were on Spanish pages, it still showed English in the Header nav.
This makes it so that the Header nav shows the currently selected language.
2018-04-12 08:45:02 -07:00