Commit graph

852 commits

Author SHA1 Message Date
Yangshun Tay
545a053289 Add Facebook copyright headers (#633) 2018-05-04 09:40:07 -07:00
Yangshun Tay
be54c8f035 Fix header anchor alignment (#635) 2018-05-04 08:29:04 -07:00
Sviatoslav
9c98142fea Ensure anchor links are unique per document (#574) 2018-05-03 19:36:12 -07:00
Joel Marcey
2a83959ac1
Add .webp to .gitattributes for ignoring 2018-05-03 13:13:03 -07:00
Joel Marcey
1838758ff3
Ignore binaries when it comes to lineendings
https://help.github.com/articles/dealing-with-line-endings/#example
2018-05-03 12:48:23 -07:00
Joel Marcey
b56bb5aa27
Revert "Update static image assets (#631)" (#632)
This reverts commit 6bcc9e44a0.
2018-05-03 12:20:37 -07:00
Yangshun Tay
6bcc9e44a0
Update static image assets (#631)
* Update static image assets

* Update image
2018-05-03 11:10:20 -07:00
Amy Lam
7fa0f910ac On mobile, hide title if logo exists (#629)
* On mobile, hide title if logo exists

* Run Prettier, use ternary, reorder

* Rename class for clarity

* Update main.css
2018-05-03 10:54:25 -07:00
Yangshun Tay
0fff8788fe Add author Twitter handle to blog (#626) 2018-05-03 10:49:57 -07:00
Yangshun Tay
c31ab6846f Standardize editor configs for cross-platform development (#628) 2018-05-03 10:23:21 -07:00
Matías Olivera
34d86f760b Fix assets directory path in "Tips & Tricks" (#630) 2018-05-03 08:16:15 -07:00
Yangshun Tay
07c0f13034
Add golang/dep as user (#612)
* Add golang/dep as user

* Update siteConfig.js
2018-05-03 08:12:52 -07:00
SoonaMata
0d7af296b5 Update documentation, add link for SSH key (#627)
Came across issue with SSH and added the link to help other beginners who may have the same issue.
2018-05-02 14:06:56 -07:00
Tim Carry
5afc0b0a1c Simplify DocSearch documentation (#624)
* Simplifying DocSearch documentation

I slightly rewrote the DocSearch documentation. The main three points are:

- I explained a bit more how DocSearch works (trying to explain that it's an external service that requires the website to be online)
- I removed mentions to the _search_ API key as in that case, it's always a _search_ (as opposed to _admin_) API key that is used
- I removed the part about faceting on the version. I thought it was confusing as without a specific UI to display the faceting, this won't do much. To use it properly, one will need to dig more into layouts. I might submit a PR about that later, but as it was today I think it would just create confusing rather that adding value

Hope that helps :)

* Make links URLs inline
2018-05-02 08:27:17 -07:00
Christine Abernathy
bcf0d1bd8c Blog post for Profilo conversion (#623) 2018-04-30 10:21:01 -07:00
Yangshun Tay
ef7f8b061f Reduce redundant css (#621) 2018-04-29 22:24:33 -07:00
Amit Harlev
a7b65bb6f4 Incorrect file path for netlify publishing (#622)
I tried following the guide to publish my website on Netlify (on April 29, 2018), however it did not work until I changed the path to include "website/".
2018-04-29 14:13:17 -07:00
Fabrizio Ruggeri
976ae770b5 Allow Google Analytics to use gtag.js (#601)
* Moved google analytics script to head

The code now uses the new gtag script to track the website on google analytics.
The migration is explained [here](https://developers.google.com/analytics/devguides/collection/gtagjs/migration).
This will help to solve issues such as #375.
As indicated at https://support.google.com/analytics/answer/1008080
the analytics code must be placed in the head tag, so it is moved there.

* Add a boolean to use the new gtag library

* Update api-site-config.md
2018-04-29 10:44:11 -07:00
Paulus Schoutsen
ae53bdc46a Add Home Assistant to users (#620)
* Add Home Assistant to users

* Update siteConfig.js
2018-04-28 19:29:09 -07:00
Yangshun Tay
812f2be6e3 Sidebar revamp (#617)
* Revamp sidebar

* Change links color

* Tweak for mobile
2018-04-28 18:44:02 -07:00
Amy Lam
8929634997 Update deprecated GitHub Buttons data-count-api (#616)
Also, use single quotes for JS
2018-04-28 00:34:20 -07:00
Paulus Schoutsen
6c9c7e5de5 Generate sitemap if any blog post or page exists (#610) 2018-04-27 23:09:47 -07:00
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