Commit graph

3062 commits

Author SHA1 Message Date
Alexey Pyltsyn
413e85636f Merge branch 'master' of github.com:facebook/docusaurus 2020-02-18 13:19:23 +03:00
Alexey Pyltsyn
871eeee940
chore(v2): prepare v2.0.0.alpha-42 release (#2293)
* docs(v1): drop support for node <10.9 (#2264)

* chore(v2): prepare v2.0.0.alpha-42 release

* Rename docs from 41 to 42

* Fix changelog

* Update versions.json

Co-authored-by: Hanseung Yoo <trustyoo86@gmail.com>
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-02-18 18:18:45 +08:00
Alexey Pyltsyn
fc2a1e92b4 Merge branch 'master' of github.com:facebook/docusaurus 2020-02-18 12:51:43 +03:00
Yangshun Tay
80f45e0dd2
chore(v2): update Infima to 0.2.0-alpha.4 (#2292) 2020-02-18 17:51:15 +08:00
Alexey Pyltsyn
e57527d98e Merge branch 'master' of github.com:facebook/docusaurus 2020-02-18 12:35:26 +03:00
Alexey Pyltsyn
89d2d80fb7
fix(v2): fix build and deps install (#2291)
* docs(v1): drop support for node <10.9 (#2264)

* fix(v2): fix build and deps install

Co-authored-by: Hanseung Yoo <trustyoo86@gmail.com>
2020-02-18 17:30:04 +08:00
Alexey Pyltsyn
c2dc460820 Merge branch 'master' of github.com:facebook/docusaurus 2020-02-18 09:21:53 +03:00
Yangshun Tay
21f36e587f
chore: add npm publishing instructions (#2288)
* chore(v2): add npm publishing instructions

* use headings
2020-02-16 23:38:12 +08:00
Yangshun Tay
d39c301db8 v2.0.0-alpha.41 2020-02-16 23:03:18 +08:00
Yangshun Tay
ca7d13b521
chore(v2): prepare v2.0.0.alpha-41 release (#2287) 2020-02-16 22:53:29 +08:00
KohheePeace
7086c279e2
fix(v2): fix codeblock copy button not including blank lines (#2285) 2020-02-16 22:21:46 +08:00
Ondřej Nepožitek
8d804c662c
docs: update windows deploy command (#2281) 2020-02-16 21:42:41 +08:00
Evan Rubinton
311a1223b5
docs(v1): showcase user Paubox (#2279)
* Update users.js

* add paubox.png to img/users
2020-02-11 01:14:34 +08:00
Alexey Pyltsyn
b1e079f4fe
fix(v2): use site title if enabled blog-only mode (#2259) 2020-02-08 19:46:15 +08:00
Alexey Pyltsyn
bb82d0e073
fix(v2): make code blocks scrollable (#2241)
* wip

* fix(v2): make code blocks scrollable

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-02-08 19:44:45 +08:00
Elvis Wolcott
0fa080c39c
feat(v2): add remark-admonitions to @docusaurus/preset-classic (#2224)
* feat(v2): add remark-admonitions

* feat(v2): add admonitions to style guide

* style: cleanup changes

* docs(v2): document how to use admonitions

* docs(v2): use proper package name

* docs(v2): add link to remark-admonitions docs

* style(v2): clean up addAdmonitions
2020-02-08 19:28:47 +08:00
Alexey Pyltsyn
b7a2ad2904
feat(v2): pluralize posts on tag's page (#2263)
* feat(v2): pluralize posts on tag's page

* FIx ESlint error for  import/no-extraneous-dependencies rule

* Move pluralize method to theme scope

* Fix import
2020-02-07 00:55:28 +08:00
Hanseung Yoo
d698c10c22 docs(v1): drop support for node <10.9 (#2264) 2020-02-03 08:00:41 +03:00
Hanseung Yoo
9b93416e53
Fix node.js version typo for compatible (#2264) 2020-02-02 23:25:55 +03:00
Alexey Pyltsyn
980755214b
feat(v2): allow to specify different logo for dark mode (#2261)
* feat(v2): allow to specify different logo for dark mode

* Rename darkSrc with srcDark
2020-02-01 21:02:03 +03:00
Wei Gao
e224361cd2
docs(v2): require using JSX flavored style objects in mdx (#2257)
* docs(v2): require using JSX flavored style objects instead of style attributes in Docusaurus 2

* resolve discussions
2020-02-01 20:27:06 +08:00
Alexey Pyltsyn
de4a25c297
fix(v2): remove focus on search input when hovering over it (#2262)
* fix(v2): remove focus on search input when hovering over it

* Fix deps

* Improve naming
2020-02-01 20:21:45 +08:00
Alexey Pyltsyn
daa9a6a044
feat(v2): allow specify custom link for logo (#2253)
* feat(v2): allow specify custom link for logo

* Improve naming

* Improve naming: link -> href
2020-02-01 00:18:03 +03:00
Alexey Pyltsyn
e27c8d0d0b
docs(v2): collapsible categories in sidebar (#2251)
* docs(v2): collapsible categories in sidebar

* Update sidebar.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-01-31 23:52:20 +03:00
Alexey Pyltsyn
ab25ee3e0f
refactor(v2): avoid to use raw theme values (#2254) 2020-01-31 23:42:21 +08:00
Alexey Pyltsyn
d1219b1233
feat(v2): add site title to meta title (#2255)
* feat(v2): add site title to meta title

* Change page separator

* Exlucde tagline from empty title

* Use tagline for title on home page
2020-01-31 22:55:23 +08:00
Alexey Pyltsyn
2cc4111cc7
fix(v2): add title for Feedback page (#2256)
* fix(v2): add title for Feedback page

* Update index.js

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-01-30 22:09:58 +08:00
Alexey Pyltsyn
4b5ef84d0f fix(v2): adjust correct behavior of navbar when active anchor (#2248) 2020-01-28 10:50:18 +08:00
Ashley Jeffs
78c1fe86db docs(v2): Add Benthos to showcase (#2246) 2020-01-28 00:44:00 +03:00
Gal Havivi
a50c38b237 docs(v1): showcase user Jafar (#2242)
* Add Jafar to users

Add Jafar to users

https://yahoo.github.io/jafar/

* Update users.js

* Update users.js

* Update users.js

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-01-25 02:28:21 +08:00
Alexey Pyltsyn
5121ac013c fix(v2): hide read more button on non-truncated posts (#2240)
* fix(v2): hide read more button on non-truncated posts

* Update tests
2020-01-24 13:31:07 +08:00
Alexey Pyltsyn
894dbcff49 chore(eslint): require curly brackets on all blocks (#2239) 2020-01-24 13:28:56 +08:00
Alexey Pyltsyn
42061c6d83
fix(v2): show doc sidebar on pages with case-sensitive paths (#2235) 2020-01-23 19:07:31 +03:00
Alexey Pyltsyn
155539421b
fix(v2): unify anchor behavior (#2162)
* fix(v2): unify anchor behavior

* fix(v2): use activeElement

* fix(v2): add support for sticky header

* Fix highlighted anchor if non-hidable navbar enabled
2020-01-23 19:06:51 +03:00
Hendrik Bulens
c0c0ad6661 docs(v1): showcase Dime (#2238) 2020-01-23 02:08:29 +03:00
Alexey Pyltsyn
06044cffa7 fix(v2): include base url in 404 route (#2237)
* fix(v2): include base url in 404 route

* Update tests
2020-01-22 09:00:38 +08:00
Alexey Pyltsyn
2d08787ed5 fix(v2): escape link text in TOC (#2236) 2020-01-22 08:56:54 +08:00
awalias
f254da5bb8 docs(v2): showcase user supabase (#2233) 2020-01-21 15:04:10 +08:00
Alexey Pyltsyn
40185a649b
Revert "chore(v2): handle pages which contain special chars (#2214)" (#2232)
This reverts commit c0bacfd9f9.
2020-01-20 18:35:35 +03:00
Alexey Pyltsyn
95caf833d8 fix(v2): render correct theme for live code blocks on SSR (#2227) 2020-01-20 11:00:04 +08:00
Elie Dutheil
c0bacfd9f9 chore(v2): handle pages which contain special chars (#2214) 2020-01-20 10:59:22 +08:00
Jonathan Delgado
5cb3309790 feat(v2): allow for TypeScript pages and components (#2221) 2020-01-20 10:55:50 +08:00
Alexey Pyltsyn
f2137bb872 docs(v2): make correct path to webpack config module 2020-01-18 22:52:14 +03:00
Mark Terrel
dcbc3bcd1a docs(v1): showcase user Adapt.js (#2226) 2020-01-18 11:26:39 +08:00
Joel Marcey
7ab49ecae0 docs: showcase user The Diff Podcast (#2225) 2020-01-18 11:25:55 +08:00
Joshua Williams
bdcb8bf619 chore(v1): Updated users list, removing sites not unsing docusaurus (#2219) 2020-01-18 01:49:16 +03:00
JavaScript Joe
68035cc7e3 docs(v2): update link to available prism themes (#2218)
* fix: update link to available prism themes

* fix: update link to point to prism themes
2020-01-16 01:00:08 +08:00
Scott Dowding
d7bc0b967e docs(v2): fix plugin-content-docs config comment typo (#2216)
copy/pasted comment refered to "blogs" not "docs".
2020-01-15 13:27:14 +08:00
Yangshun Tay
b945e76814
chore: prepare for v1.14.4 release (#2211) 2020-01-13 00:11:23 +08:00
Yangshun Tay
a2642e8acf fix(v2): don't even print anonymizeIP if false in Google Analytics plugin 2020-01-12 22:19:22 +08:00