cloudnative-pg / cloudnative-pg/docs
Fix current warnings
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 8
- Avg merge
- 4h 43m
- Merged PRs (30d)
- 12
Description
Fix these warnings:
```console
[INFO] Starting the development server...
[WARNING] The `siteConfig.onBrokenMarkdownLinks` config option is deprecated and will be removed in Docusaurus v4.
Please migrate and move this option to `siteConfig.markdown.hooks.onBrokenMarkdownLinks` instead.
[SUCCESS] Docusaurus website is running at: http://localhost:3000/
✔ Client
Compiled successfully in 11.69s
[WARNING] Docusaurus found 1 unused Markdown directives in file "versioned_docs/version-1.25/cloudnative-pg.v1.md"
- :map (575:157)
Your content might render in an unexpected way. Visit https://github.com/facebook/docusaurus/pull/9394 to find out why and how to fix it.
[WARNING] Docusaurus found 1 unused Markdown directives in file "versioned_docs/version-1.27/cloudnative-pg.v1.md"
- :map (577:157)
Your content might render in an unexpected way. Visit https://github.com/facebook/docusaurus/pull/9394 to find out why and how to fix it.
[WARNING] Docusaurus found 1 unused Markdown directives in file "versioned_docs/version-1.28/cloudnative-pg.v1.md"
- :map (577:157)
Your content might render in an unexpected way. Visit https://github.com/facebook/docusaurus/pull/9394 to find out why and how to fix it.
[WARNING] Docusaurus found 1 unused Markdown directives in file "docs/cloudnative-pg.v1.md"
- :map (577:157)
Your content might render in an unexpected way. Visit https://github.com/facebook/docusaurus/pull/9394 to find out why and how to fix it.
client (webpack 5.102.1) compiled successfully
```
Contributor guide
Assessment
This issue has not been assessed yet.