Commit Graph

395 Commits

Author SHA1 Message Date
Alexey Pyltsyn c0c7457e01
feat(v2): allow specifying meta image for blog posts (#2856)
* feat(v2): allow specifying meta image for blog posts

* Update docs [skip ci]
2020-06-02 10:48:22 +03:00
Alexey Pyltsyn be65f4511e
fix(v2): fix broken build when swizzled NotFound component exist (#2854) 2020-06-01 18:32:59 +08:00
Sam Zhou f2fb2b8e0f
fix(v2): Fix plugin path resolution (#2829)
* fix(v2): Fix plugin path resolution

* Import docusaurus.config.js from constant file
2020-05-29 15:37:07 +08:00
Alexey Pyltsyn d8ebe8b2e4 v2.0.0-alpha.56 2020-05-27 20:18:28 +03:00
Sam Zhou 33b60c6ba4
fix(v2): Consistently use 10.15.1 as the minimum required node version (#2819) 2020-05-27 23:18:48 +08:00
Alexey Pyltsyn 082c6212cb
feat(v2): allow deploy without building website (#2770)
* feat(v2): allow deploy without building website

* Update cli.md
2020-05-27 22:34:41 +08:00
Sam Zhou 78136e77a2
feat(v2): Use pnp-webpack-plugin to support pnp module resolution (#2796) 2020-05-23 11:25:23 +08:00
Sam Zhou faf48e9b16
fix(v2): Resolve plugins relative to siteDir (#2789) 2020-05-22 17:04:40 +08:00
Sam Zhou a7925f28be
fix(v2): use `require.resolve` for all webpack presets and plugins (#2788) 2020-05-22 11:36:46 +08:00
Alexey Pyltsyn 7448501c7c
refactor(v2): make external links more secure (#2783) 2020-05-22 11:18:27 +08:00
John Knox 70c201c24d
feat(v2): open external links in new tab by default (#2780)
Docusaurus is already opinionated about doing this, for example the navbar and
footer do this already.

This changes the Link component to do the same. This includes links in markdown
in the form of `[label](url)`.

You can override this behaviour by passing the target: '_self' prop.
2020-05-21 19:34:33 +08:00
Alexey Pyltsyn d94a549cfb v2.0.0-alpha.55 2020-05-19 13:55:03 +03:00
Alexey Pyltsyn 8e24454154
feat(v2): allow import SVG images (#2764) 2020-05-18 11:18:02 +08:00
Alexey Pyltsyn d910ff118e
refactor(v2): add @theme-init alias to give access to initial components (#2464) 2020-05-17 22:47:05 +08:00
Alexey Pyltsyn 00a8e9e365
feat(v2): allow home page for docs (#2652)
* feat(v2): allow home page for docs

* Refactor

* Remove debugging info 🤦‍♂️

* Add sort routes for first test case

* Sort child routes for consistency
2020-05-17 17:48:02 +08:00
Alexey Pyltsyn 3ad4550854
feat(v2): add search page (#2756) 2020-05-17 15:55:40 +08:00
Yangshun Tay be7367b2f8
feat(v2): allow prepending of baseUrl to href in navbar and footer (#2746) 2020-05-14 11:47:28 +08:00
Fanny 7d8aeacf52
feat(v2): bootstrap layout navbar (#2668)
* feat(v2): add minor adjustements and footer component

* fix(v2): margin and spacing of footer

* feat(v2): add navbar component

* ádd collapse classname

* feat(v2): add dependencies

* feat(v2): remove unused code

* feat(v2): remove unused links

* feat(v2): add reactstrap components :|

* feat(v2): add brand and other nav componnets
2020-05-13 11:24:53 +08:00
Taylor Reece dc08f3b416
chore(v2): bump webpack-dev-server to 3.11.0 to address yargs vulnerability (#2728) 2020-05-09 01:05:46 +08:00
Ben Gubler 368eb4279f
refactor(v2): replace EJS with Eta for SSR generation (#2684)
* Replace EJS with Eta for SSR generation

* Format with Prettier

* Remove ejs alias

* Don't autotrim, Terser will minify already

* Don't autoTrim, files are HTML-minified later

* Equivalent of rmWhitespace option for Eta

* Update Eta version and add rmWhitespace

* Format with Prettier
2020-05-05 14:25:26 +08:00
Alexey Pyltsyn 753d117025 v2.0.0-alpha.54 2020-04-28 09:49:27 +03:00
Alexey Pyltsyn d90fdb04d5 v2.0.0-alpha.53 2020-04-27 16:38:33 +03:00
Alexey Pyltsyn 7359945f52 v2.0.0-alpha.52 2020-04-27 16:30:15 +03:00
Alexey Pyltsyn c9c5aedcb5 v2.0.0-alpha.51 2020-04-27 14:44:56 +03:00
Alexey Pyltsyn af89a92628
feat(v2): add fallback to BrowserOnly component (#2665)
* feat(v2): add fallback to BrowserOnly component

* Update BrowserOnly.tsx

* Update docusaurus-core.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-04-26 20:39:34 +08:00
Alexey Pyltsyn 8730df7044
chore: upgrade shelljs to 0.8.4 (#2661) 2020-04-26 03:34:48 +08:00
Sam Zhou 61c917fd8f
refactor(v2): Expose docusaurus module type aliases to end-users (#2608) 2020-04-22 20:33:03 +08:00
Tom Brien 852b5e8f13
feat(v2): add CLI option for polling (#2630)
* Add CLI option to polling

Some environments (specifically docker containers) can have issues with file watching for live reloads. [Webpack Dev Server provides a polling alternative](https://webpack.js.org/configuration/watch/#watchoptionspoll) option for this

* Update docusaurus.js

* Update cli.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-04-20 10:49:43 +08:00
Fanny 1c2e8f92cc
feat(v2): bootstrap theme tags and specific tag page (#2590)
* feat(v2): init the blog post card

* feat(v2): Update card design

* chore(v2): remove unused dependency

* feat(v2): add post list

* feat(v2): improve html tags

* chore(v2): run prettier

* feat(v2): remove old tag

* feat(v2): apply suggestions

* feat(v2): add tags for blog post

* feat(v2): add post content

* feat(v2): add tags

* feat(v2): add specific tag page

* feat(v2): fix tablet layout

* feat(v2): fix tablet layout
2020-04-13 13:58:30 +08:00
Sam Zhou 5f487f3b02
refactor(v2): Convert docusaurus-core to TypeScript (#2578)
* refactor(v2): Convert docusaurus-core to TypeScript

* Update types.d.ts

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-04-13 02:05:46 +08:00
Reece Dunham 354c1d3338
fix(v2): properly link top-level github pages sites in deploy command (#2558)
* fix(v2): properly link top-level github pages sites in deploy command

* Apply style

* prettier format
2020-04-13 00:02:36 +08:00
Alexey Pyltsyn 9c1abcddab
refactor(v2): use nav link component only where needed (#2585) 2020-04-12 13:34:50 +08:00
Alexey Pyltsyn 476de09ef5
fix(v2): do not process anchor links by router (#2580) 2020-04-11 23:00:32 +08:00
Alexey Pyltsyn 399fcbd7eb
fix(v2): treat mailto and tel links properly (#2579) 2020-04-11 22:59:32 +08:00
Yangshun Tay 1766ed0483 misc(v2): revert some stuff in #2556 2020-04-08 13:01:53 +08:00
Reece Dunham 04a420d68f
refactor(v2): enhance CLI experience (#2556)
Signed-off-by: Reece Dunham <me@rdil.rocks>
2020-04-08 12:57:10 +08:00
Alexey Pyltsyn 1f00d15c74 chore(v2): fix code style (revert previous changes) 2020-04-05 17:38:12 +03:00
Alexey Pyltsyn 6965a668cd chore(v2): fix code style 2020-04-05 17:30:59 +03:00
Yangshun Tay b07507c9cc
chore(v2): upgrade devDependencies (#2538)
* chore(v2): upgrade devDependencies

* chore(v2): upgrade devDependencies

* chore: prettier
2020-04-05 19:07:44 +08:00
Bartosz Kaszubowski 3dfc41bd36
refactor(v2): replace Lodash with single methods packages in core (#2535) 2020-04-05 17:50:30 +08:00
Alexey Pyltsyn 61ea9989eb fix(v2): make the start command work again 2020-04-05 10:11:53 +03:00
Bartosz Kaszubowski 84baab33b4
chore(v2): replace few Lodash methods with native counterparts (#2529) 2020-04-05 12:18:01 +08:00
Alexey Pyltsyn c207c3ba31 v2.0.0-alpha.50 2020-04-02 21:00:47 +03:00
Alexey Pyltsyn 9cff1bb9e4
chore(v2): upgrade deps (#2508) 2020-04-02 19:05:03 +08:00
Alexey Pyltsyn e902a08b52
fix(v2): do not force terminate building when running deploy command (#2496) 2020-04-02 11:04:16 +08:00
Alexey Pyltsyn 686c8ae27d
fix(v2): use lodash instead of array-map-polyfill (#2490) 2020-04-02 01:08:22 +08:00
Yangshun Tay 409f169379 v2.0.0-alpha.49 2020-04-01 16:00:14 +08:00
Alexey Pyltsyn 8143af6851
feat(v2): add a way to exclude components from build-time prerendering (#2323)
* feat(v2): add a way to exclude components from SSR within JSX

* Update docusaurus-core.md

* Update and rename ClientOnly.js to BrowserOnly.js

* improve docs

* Improve naming

* Simplify realization

* Fix code style

* Fix docs

* Update docusaurus-core.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-03-29 23:43:57 +08:00
Alexey Pyltsyn fa2e263ce8
feat(v2): add ability to create unminimized bundles (#2474) 2020-03-29 23:32:26 +08:00
Sam Zhou ecfb55eee8
feat(v2): support TypeScript theme components (#2469) 2020-03-27 19:02:36 +08:00