docusaurus/packages/docusaurus-utils/src
Isaac Philip f9c79cbd58
feat: doc tags (same as blog tags) (#3646)
* [v2] tags to doc, same as tags to blog - [IN PROGRESS]

- Addition of plugin-content-docs

- Addition of DocTagsListPage in `docusaurus-theme-classic`

! Error exists for this commit towards the theme aspect and help required.

Commit towards #3434

* docs: make tags list page work

* temp: disable onBrokenLinks

* theme bootstrap: create DocTagsListPage

* DocTagsPage added and functionality too

- individual doc tag page added to show docs for that specific tag

* Added all Docs Tags Link

* add some shared tag utils

* move tag tests to _dogfooding

* fix type

* fix some tests

* fix blog test

* refactor blog post tags handling

* better yaml tag examples

* better dogfood md files

* refactor and factorize theme tag components

* finish DocTagDocListPage

* Extract DocItemFooter + add inline tag list

* minor fix

* better typings

* fix versions.test.ts tests

* add tests for doc tags

* fix tests

* test toTagDocListProp

* move shared theme code to tagUtils

* Add new theme translation keys

* move common theme code to tagUtils + add tests

* update-code-translations should handle theme-common

* update french translation

* revert add translation

* fix pluralization problem in theme.docs.tagDocListPageTitle

* add theme component configuration options

* add more tags tests

* add documentation for docs tagging

Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-08-19 10:31:15 +02:00
..
__tests__ feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
codeTranslationsUtils.ts feat(v2): default theme translations: locale "pt" should load "pt-BR" translations (#4581) 2021-04-07 18:28:48 +02:00
escapePath.ts fix(v2): fix encoding of markdown image/file inline file-loaders (#4736) 2021-05-06 16:48:20 +02:00
globUtils.ts fix(v2): Fix MDX docs being considered as partials when siteDir match the _ prefix convention (#5199) 2021-07-21 14:13:51 +02:00
hashUtils.ts fix(v2): fix Webpack persistent caching (evict on swizzle/alias/config change) (#5047) 2021-06-24 12:56:56 +02:00
index.ts feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
markdownLinks.ts fix: ability to link md files with relative paths when paths contain space (#5270) 2021-08-02 18:02:01 +02:00
markdownParser.ts style(v2): reduce number of ESLint warnings (#4993) 2021-06-24 18:12:48 +02:00
normalizeUrl.ts feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
pathUtils.ts fix(v2): fix Webpack persistent caching (evict on swizzle/alias/config change) (#5047) 2021-06-24 12:56:56 +02:00
posixPath.ts fix(v2): fix encoding of markdown image/file inline file-loaders (#4736) 2021-05-06 16:48:20 +02:00
tags.ts feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00