docusaurus/packages/docusaurus-plugin-content-blog
Sébastien Lorber be7b5dca78
feat(v2): editUrl function for advanced use-cases (#4121)
* EditUrl function

* normalize blog/docs regarding the editUrl feature + editUrl function

* editUrl fn => always inject posix style relative paths, make tests more reliable
(see also https://github.com/facebook/docusaurus/issues/4124)

* fix editUrl on windows
2021-01-29 15:35:25 +01:00
..
src feat(v2): editUrl function for advanced use-cases (#4121) 2021-01-29 15:35:25 +01:00
index.d.ts feat(v2): inline table-of-contents + refactor TOC (#3904) 2020-12-11 16:30:53 +01:00
package.json docs(v2): Add READMEs to v2 packages (#4034) 2021-01-14 17:16:26 +01:00
README.md docs(v2): Add READMEs to v2 packages (#4034) 2021-01-14 17:16:26 +01:00
tsconfig.json refactor(v2): convert @docusaurus/plugin-content-blog to TypeScript (#1785) 2019-09-16 23:46:57 +08:00
types.d.ts chore(v2): fix several lint warnings, add missing types, cleanup (#3844) 2020-11-30 16:42:58 +01:00

@docusaurus/plugin-content-blog

Blog plugin for Docusaurus.

Usage

See plugin-content-blog documentation.