mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 02:08:55 +02:00
feat(content-blog): add full blog post html into RSS/Atom feeds (#4330)
Co-authored-by: slorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
198590446a
commit
6ed698976d
15 changed files with 377 additions and 18 deletions
12
packages/docusaurus-utils/src/dependencies.d.ts
vendored
Normal file
12
packages/docusaurus-utils/src/dependencies.d.ts
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
/**
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
// Dependencies with missing typedefs
|
||||
|
||||
declare module '@mdx-js/runtime';
|
||||
declare module 'remark-mdx-remove-imports';
|
||||
declare module 'remark-mdx-remove-exports';
|
Loading…
Add table
Add a link
Reference in a new issue