Skip to content

Commit

Permalink
docs(og-image): added og-image plugin to all navigations, READMEs (#122)
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww authored Mar 26, 2024
1 parent 79ce645 commit 737ab34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ To find out the integration name, there is a list of integrations below.
- [Inline Link Previewing (for VitePress)](./packages/vitepress-plugin-inline-link-preview/README.md)
- [Blinking highlight targeted heading (for VitePress)](./packages/vitepress-plugin-highlight-targeted-heading/README.md)
- [Page properties (for VitePress)](./packages/vitepress-plugin-page-properties/README.md)
- [Previewing image (social media card) generation](./packages/vitepress-plugin-og-image/README.md)

## How to develop

Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ ni @nolebase/<integration-name> -D
- [行内链接预览(VitePress 插件)](./packages/vitepress-plugin-inline-link-preview/README.md)
- [闪烁高亮当前的目标标题(VitePress 插件)](./packages/vitepress-plugin-highlight-targeted-heading/README.md)
- [页面属性(VitePress 插件](./packages/vitepress-plugin-page-properties/README.md)
- [预览图片(社交媒体卡片)图片生成](./packages/vitepress-plugin-og-image/README.md)

## 如何开发

Expand Down
2 changes: 2 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const sidebars: Record<string, DefaultTheme.Sidebar> = {
{ text: 'Blinking highlight targeted heading', link: '/pages/en/integrations/vitepress-plugin-highlight-targeted-heading/' },
{ text: 'Changelog & File history', link: '/pages/en/integrations/vitepress-plugin-git-changelog/' },
{ text: 'Page properties', link: '/pages/en/integrations/vitepress-plugin-page-properties/' },
{ text: 'Previewing image (social media card) generation', link: '/pages/en/integrations/vitepress-plugin-og-image/' },
],
},
],
Expand Down Expand Up @@ -78,6 +79,7 @@ export const sidebars: Record<string, DefaultTheme.Sidebar> = {
{ text: '闪烁高亮当前的目标标题', link: '/pages/zh-CN/integrations/vitepress-plugin-highlight-targeted-heading/' },
{ text: '变更日志 及 文件历史', link: '/pages/zh-CN/integrations/vitepress-plugin-git-changelog/' },
{ text: '页面属性', link: '/pages/zh-CN/integrations/vitepress-plugin-page-properties/' },
{ text: '预览图片(社交媒体卡片)图片生成', link: '/pages/zh-CN/integrations/vitepress-plugin-og-image/' },
],
},
],
Expand Down

0 comments on commit 737ab34

Please sign in to comment.