Joel Marcey
582efb496c
Write CNAME file if custom domain
...
Custom domains in GitHub pages require a CNAME file. This file is automatically created for you if you add a custom
domain to the GitHub pages section of the "Settings" area in a GitHub repo.
However, the way we push to GitHub, we remove all files from a `gh-pages` branch before building and pushing the new
content on a rebuild. This includes removing the CNAME file, even if it was autogenerated when changing the setting.
So, just always create a CNAME file if the domain is a custom domain.
2017-07-28 07:40:31 -07:00
Frank Li
ab58eaa9fa
Update use of readCategories.js
2017-07-25 16:30:49 -07:00
Frank Li
b359a2500d
Update how separate css files are identified
2017-07-21 12:37:16 -07:00
Frank Li
1edd160ceb
Allow separate css files that don't get added to Docusaurus's
2017-07-21 12:13:13 -07:00
Frank Li
ee82575df0
Update server routing for static assets
2017-07-19 10:57:07 -07:00
Frank Li
a455ca9745
Update server routing
2017-07-19 10:50:32 -07:00
Frank Li
e3b99f800b
Update server routing for "docs" urls
2017-07-18 16:52:47 -07:00
Frank Li
2585dfa1f9
Skip processing any docs with empty/no front matter instead of throwing error
2017-07-17 12:25:36 -07:00
Frank Li
523d824651
Fix translation functionality to properly condense whitespace and parse escaped characters ( #17 )
2017-07-16 20:34:26 -07:00
Frank Li
ea4a4f6fe3
Fix hardcoded port number
2017-07-12 14:43:24 -07:00
Frank Li
2d2f324c7d
Add new translate functionality to dev server
2017-07-12 11:38:02 -07:00
Frank Li
099a13a264
Move references to languages and translated strings out of siteConfig.js into new translation.js module
2017-07-11 17:03:27 -07:00
Frank Li
0f6800df10
Allow server port to be chosen and update example
2017-07-11 14:48:57 -07:00
Frank Li
3033688d40
Fix translate module
2017-07-10 16:45:36 -07:00
Frank Li
fbae29b0ff
Run Prettier
2017-07-10 16:38:35 -07:00
Frank Li
30a8ff329a
Integrate handling of translation tag into static html building, add default description to translate tags
2017-07-10 14:08:00 -07:00
Frank Li
ed648074f2
Fix and move writeTranslations.js file to write-translations.js, move tagline property of en.json inside localized-strings
2017-07-10 10:53:38 -07:00
Frank Li
dbbfecaf62
Remove find-strings-plugin
2017-07-07 18:34:09 -07:00
Frank Li
6e1d5579fc
Merge branch 'deltice' of https://github.com/facebookexperimental/Docusaurus into deltice
2017-07-07 18:27:52 -07:00
Frank Li
d620f2e6dd
Use babylon and babel-traverse directly to find strings to translate
2017-07-07 18:15:06 -07:00
Frank Li
fe7d386f67
Add translation babel plugins and module to generate json strings file
2017-07-07 15:18:52 -07:00
Joel Marcey
e3139eea2f
Initial commit
2017-07-07 10:28:29 -07:00