Skip to content

Commit 3c663d6

Browse files
committed
chore(docs): add jzero templates market
1 parent a98044b commit 3c663d6

4 files changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ For more example code, please visit: https://github.com/jzero-io/examples
7676

7777
* jzero-intellij (jzero's goland plugin): https://github.com/jzero-io/jzero-intellij
7878
* jzero-admin (Admin system based on jzero): https://github.com/jzero-io/jzero-admin
79+
* templates (Jzero template market): https://templates.jzero.io
7980

8081
For more ecosystem, please visit: [https://docs.jzero.io/ecosystem/](https://docs.jzero.io/ecosystem/)
8182

docs/src/.vuepress/navbar/en.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ import { navbar } from "vuepress-theme-hope";
33

44
// @ts-ignore
55
export const enNavbar = navbar([
6+
{
7+
link: "https://templates.jzero.io",
8+
text: "Template Market",
9+
icon: "/icons/templates.svg"
10+
},
611
{
712
link: "https://docs.jzero.io/blog/",
813
text: "Blog",

docs/src/.vuepress/navbar/zh.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ import { navbar } from "vuepress-theme-hope";
33

44
// @ts-ignore
55
export const zhNavbar = navbar([
6+
{
7+
link: "https://templates.jzero.io",
8+
text: "模板市场",
9+
icon: "/icons/templates.svg"
10+
},
611
{
712
link: "https://docs.jzero.io/blog/",
813
text: "博客",
Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)