docusaurus/packages/docusaurus
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
..
bin feat(v2): add CLI option for polling (#2630) 2020-04-20 10:49:43 +08:00
src feat(v2): open external links in new tab by default (#2780) 2020-05-21 19:34:33 +08:00
.npmignore fix(v2): Simplify styling for classic template landing page (#1528) 2019-05-29 19:41:23 +07:00
README.MD misc: add command to run prettier on docs (#2102) 2019-12-07 21:56:30 -08:00
copyUntypedFiles.js refactor(v2): Convert docusaurus-core to TypeScript (#2578) 2020-04-13 02:05:46 +08:00
package.json v2.0.0-alpha.55 2020-05-19 13:55:03 +03:00
tsconfig.client.json refactor(v2): Convert docusaurus-core to TypeScript (#2578) 2020-04-13 02:05:46 +08:00
tsconfig.json refactor(v2): Convert docusaurus-core to TypeScript (#2578) 2020-04-13 02:05:46 +08:00

Docusaurus v2