Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Nov 5, 2024
1 parent 420b27e commit 67e2297
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 10 deletions.
10 changes: 4 additions & 6 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ export default defineConfig({
lang: 'en',
description: 'View, compress, crop, convert format, search and find similary images in VSCode',
themeConfig: {
nav: [
{
text: 'Changelog',
link: 'https://github.com/hemengke1997/vscode-image-manager/blob/master/CHANGELOG.md',
},
],
sidebar: [
{
text: 'Guides',
Expand Down Expand Up @@ -159,6 +153,10 @@ export default defineConfig({
},
},
themeConfig: {
logo: '/images/logo.svg',
socialLinks: [{ icon: 'github', link: 'https://github.com/hemengke1997/vscode-image-manager' }],
search: {
provider: 'local',
},
},
})
Binary file removed docs/images/cmd.png
Binary file not shown.
Binary file removed docs/images/contextmenu.png
Binary file not shown.
1 change: 1 addition & 0 deletions docs/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ layout: home
hero:
name: "VSCode Image Manager"
text: "Powerful yet easy-to-use VSCode image management extension"
image:
src: /images/logo.svg
alt: VSCode Image Manager
actions:
- theme: brand
text: Get Started
Expand Down
3 changes: 3 additions & 0 deletions docs/zh/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ layout: home
hero:
name: "VSCode Image Manager"
text: "强大易用的VSCode图片管理插件"
image:
src: /images/logo.svg
alt: VSCode Image Manager
actions:
- theme: brand
text: 开始使用
Expand Down
2 changes: 1 addition & 1 deletion locales/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
svg: {
compressedAttribute: 'Add "compressed" attribute to svg after compression. Set to null to disable',
removeDataAttributes: 'Remove data-* attributes from svg. Except data-[compressedAttribute]',
removeDataAttributes: 'Remove data-* attributes from svg. Except data-[{compressedAttribute}]',
},
},
conversion: {
Expand Down
2 changes: 1 addition & 1 deletion locales/ja.json5
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
svg: {
compressedAttribute: '圧縮後のsvgに「圧縮済み」属性を追加します。無効にするにはnullを設定します',
removeDataAttributes: 'svgからdata-*属性を削除します。data-[compressedAttribute]を除きます',
removeDataAttributes: 'svgからdata-*属性を削除します。data-[{compressedAttribute}]を除きます',
},
},
conversion: {
Expand Down
2 changes: 1 addition & 1 deletion locales/zh-CN.json5
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
svg: {
compressedAttribute: 'svg压缩后添加「已压缩」属性。如果设置为 null,则禁用功能',
removeDataAttributes: '删除svg中的 data-* 属性。除了 data-[compressedAttribute]',
removeDataAttributes: '删除svg中的 data-* 属性。除了 data-[{compressedAttribute}]',
},
},
conversion: {
Expand Down
2 changes: 1 addition & 1 deletion locales/zh-TW.json5
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
svg: {
compressedAttribute: 'svg壓縮後添加「已壓縮」屬性。如果設置為 null,則禁用功能',
removeDataAttributes: '刪除svg中的 data-* 屬性。除了 data-[compressedAttribute]',
removeDataAttributes: '刪除svg中的 data-* 屬性。除了 data-[{compressedAttribute}]',
},
},
conversion: {
Expand Down

0 comments on commit 67e2297

Please sign in to comment.