Skip to content

Commit 8624b9b

Browse files
authored
Develop astro sca (#178)
* fix: wuyi markdown * fix: wuyi fix * fix: wuyi fix
1 parent bb2993b commit 8624b9b

File tree

57 files changed

+16
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+16
-16
lines changed

src/components/common/Header/navbar.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,6 @@ export default [
3535
target: "_self",
3636
route: "/blog/",
3737
},
38-
{
39-
label: "专家答疑",
40-
translations: {
41-
en: "wuyi",
42-
},
43-
trigger: "click",
44-
target: "_self",
45-
route: "/wuyi/",
46-
activePath: ["/wuyi"],
47-
},
4838
{
4939
label: "学习",
5040
translations: {
@@ -67,4 +57,14 @@ export default [
6757
relativePosition: 'page',
6858
activePath: ["solutions"],
6959
},
60+
{
61+
label: "专家答疑",
62+
translations: {
63+
en: "wuyi",
64+
},
65+
trigger: "click",
66+
target: "_self",
67+
route: "/wuyi/",
68+
activePath: ["/wuyi"],
69+
},
7070
];

src/pages/learn/[...page].astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export async function getStaticPaths({ paginate }: GetStaticPathsOptions) {
3131
}
3232
---
3333

34-
<BaseLayout title="SCA Blog">
34+
<BaseLayout title="SCA Learn">
3535
<BlogTop
3636
title={t("blog.all.articles")}
3737
type="learn-sub"

src/pages/learn/spring-boot/[...page].astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export async function getStaticPaths({ paginate }: GetStaticPathsOptions) {
3232
}
3333
---
3434

35-
<BaseLayout title="SCA Blog">
35+
<BaseLayout title="SCA Learn">
3636
<BlogTop
3737
title={t("learn.article.spring-boot")}
3838
type="learn-sub"

src/pages/learn/spring-cloud-alibaba/[...page].astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export async function getStaticPaths({ paginate }: GetStaticPathsOptions) {
3434
}
3535
---
3636

37-
<BaseLayout title="SCA Blog">
37+
<BaseLayout title="SCA Learn">
3838
<BlogTop
3939
title={t("learn.article.spring-cloud-alibaba")}
4040
type="learn-sub"

src/pages/learn/spring-cloud/[...page].astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export async function getStaticPaths({ paginate }: GetStaticPathsOptions) {
3232
}
3333
---
3434

35-
<BaseLayout title="SCA Blog">
35+
<BaseLayout title="SCA Learn">
3636
<BlogTop
3737
title={t("learn.article.spring-cloud")}
3838
type="learn-sub"

src/pages/learn/spring/[...page].astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export async function getStaticPaths({ paginate }: GetStaticPathsOptions) {
3232
}
3333
---
3434

35-
<BaseLayout title="SCA Blog">
35+
<BaseLayout title="SCA Learn">
3636
<BlogTop
3737
title={t("learn.article.spring")}
3838
type="learn-sub"

src/pages/wuyi/[...page].astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export async function getStaticPaths({ paginate }: GetStaticPathsOptions) {
3131
}
3232
---
3333

34-
<BaseLayout title="Nacos Blog">
34+
<BaseLayout title="SCA FAQ">
3535
<BlogTop
3636
title={t("blog.all.articles")}
3737
type="wuyi-sub"

0 commit comments

Comments
 (0)