Commit graph

2626 commits

Author SHA1 Message Date
Zhenchao Cai
b25eb5dd36
docs(v2): move the quotes to remark admonitions (#2313)
* docs(v2): move the quotes to remark admonitions

* Delete package-lock.json

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-02-23 18:11:37 +08:00
jartuso
d06ab640ff
docs(v1): fix Windows instructions for GitHub Pages publishing (#2307)
additional space after GIT_USER=<GIT_USER> && was throwing errors on windows
2020-02-21 09:46:13 +08:00
Yangshun Tay
787b073bb7
docs(v2): nav links activeBasePath (#2303)
* docs(v2): Nav links activeBasePath

* rename activeBaseRoute to activeBasePath

* fixes
2020-02-21 09:44:14 +08:00
Yangshun Tay
c46bf90f60
feat(v2): allow navbar links to show active style by specifiying a base path (#2299) 2020-02-20 10:10:22 +08:00
Paulus Schoutsen
6a1bc254cc
Make blog plugin config example valid (#2300)
* Make blog plugin config example valid

* Update using-plugins.md

Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2020-02-19 20:53:32 +03:00
Yangshun Tay
d974aa9c2a
feat(v2): add ExecutionEnvironment API (#2296)
* feat(v2): add ExecutionEnvironment API

* remove redundant code
2020-02-19 09:22:14 +08:00
Mohamed Abdel Nasser
e6562859fd
docs(v2): add instructions on Travis CI deployment (#2289)
* docs: update versioned_docs/deployment with travis-ci

* docs: update docs/deployment with travis-ci

* Transfer update to a new version

* Update node version

* update v-2.0.0-alpha.43 with Travis CI deployment instructions

* Remove updates from v2.0.0-alpha.43

* Update deployment.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-02-19 09:12:04 +08:00
Yangshun Tay
996b115199
misc(v2): clean up comments in code (#2294) 2020-02-18 21:29:23 +08:00
Yangshun Tay
d7f3dff6e6
Update CHANGELOG-2.x.md 2020-02-18 19:05:43 +08:00
Yangshun Tay
6c9932deb1 chore(v2): clean up docs 2020-02-18 19:01:41 +08:00
Yangshun Tay
3056479ed2 v2.0.0-alpha.43 2020-02-18 18:54:39 +08:00
Yangshun Tay
8a96e0bff6 v2.0.0-alpha.42 2020-02-18 18:51:41 +08:00
Yangshun Tay
3ba753922e Revert "v2.0.0-alpha.42"
This reverts commit d48200be7d.
2020-02-18 18:47:36 +08:00
Alexey Pyltsyn
d48200be7d v2.0.0-alpha.42 2020-02-18 13:29:02 +03:00
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