docusaurus/packages/docusaurus-plugin-content-docs/src
iAmir 8f2d898f22
feat(v2): onBrokenMarkdownLinks config (#3658)
* refactor(v2): move `reportMessage` from `core/src/server/utils` to `utils` package

* feat(v2): handle broken markdown links by using onBrokenLinks prop from siteconfig

* feat(v2): add a new site config prop called `onBrokenMarkdownLinks`

works like onBrokenLinks, but only for markdown links

* feat(v2): add `onBrokenMarkdownLinks` to API docs

* some changes regarding test issues after adding `onBrokenMarkdownLink`

* Update website/versioned_docs/version-2.0.0-alpha.66/api/docusaurus.config.js.md

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2020-10-31 18:04:56 +01:00
..
__tests__ feat(v2): contextual search, dynamic Algolia facetFilters (#3550) 2020-10-15 12:16:30 +02:00
client fix(v2): alpha 62 doc fixes (#3381) 2020-09-01 16:31:33 +02:00
markdown refactor(v2): docs plugin refactor (#3245) 2020-08-17 17:50:22 +02:00
theme/hooks refactor(v2): use new way to get versions for search page (#3604) 2020-10-22 11:22:11 +02:00
cli.ts refactor(v2): docs plugin refactor (#3245) 2020-08-17 17:50:22 +02:00
constants.ts refactor(v2): docs plugin refactor (#3245) 2020-08-17 17:50:22 +02:00
docs.ts fix(v2): fixing typo in error message (#3441) 2020-09-12 02:33:08 +08:00
globalData.ts feat(v2): doc navbar item type (#3539) 2020-10-07 14:42:24 +03:00
index.ts feat(v2): onBrokenMarkdownLinks config (#3658) 2020-10-31 18:04:56 +01:00
lastUpdate.ts refactor(v2): docs plugin refactor (#3245) 2020-08-17 17:50:22 +02:00
options.ts chore(v2): migrate hapi/joi to joi (#3638) 2020-10-26 15:18:51 +01:00
plugin-content-docs.d.ts feat(v2): contextual search, dynamic Algolia facetFilters (#3550) 2020-10-15 12:16:30 +02:00
props.ts feat(v2): contextual search, dynamic Algolia facetFilters (#3550) 2020-10-15 12:16:30 +02:00
sidebars.ts fix(v2): alpha 62 doc fixes (#3381) 2020-09-01 16:31:33 +02:00
slug.ts feat(v2): Provide docs plugin typing (#3328) 2020-08-27 11:40:14 +02:00
types.ts feat(v2): doc navbar item type (#3539) 2020-10-07 14:42:24 +03:00
versions.ts fix(v2): alpha 62 doc fixes (#3381) 2020-09-01 16:31:33 +02:00