Skip to content

Commit bb2993b

Browse files
authored
fix: wuyi markdown (#177)
1 parent f14c848 commit bb2993b

File tree

62 files changed

+10
-147
lines changed

Some content is hidden

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

62 files changed

+10
-147
lines changed

src/content/blog/wuyi/expert-consultation/user-question-history11160.md

-67
This file was deleted.

src/content/blog/wuyi/expert-consultation/user-question-history11161.md

-70
This file was deleted.

src/pages/blog/[...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 Blog">
3535
<div class="bg-base-100">
3636
<BlogTop
3737
title={t("blog.all.articles")}

src/pages/blog/article/[...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="Nacos Blog">
35+
<BaseLayout title="SCA Blog">
3636
<BlogTop
3737
title={t("blog.article.technical")}
3838
type="blog-sub"

src/pages/blog/case/[...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="Nacos Blog">
37+
<BaseLayout title="SCA Blog">
3838
<BlogTop
3939
title={t("blog.article.case.best.practices")}
4040
type="blog-sub"

src/pages/blog/ecosystem/[...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="Nacos Blog">
35+
<BaseLayout title="SCA Blog">
3636
<BlogTop
3737
title={t("blog.article.ecosystem.articles")}
3838
type="blog-sub"

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="Nacos Blog">
34+
<BaseLayout title="SCA Blog">
3535
<BlogTop
3636
title={t("blog.all.articles")}
3737
type="learn-sub"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const next = articlePosts[0].entries[currentIndex + 1];
7373
---
7474

7575
<span class="blog-slug-wrapper">
76-
<BaseLayout align="docs" title="Nacos Blog">
76+
<BaseLayout align="docs" title="SCA Blog">
7777
<div>
7878
<div
7979
class="w-[20%] sidebar-content fixed overflow-auto h-full hidden 2xl:inline-block xl:inline-block lg:inline-block md:inline-block"

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="Nacos Blog">
35+
<BaseLayout title="SCA Blog">
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="Nacos Blog">
37+
<BaseLayout title="SCA Blog">
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="Nacos Blog">
35+
<BaseLayout title="SCA Blog">
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="Nacos Blog">
35+
<BaseLayout title="SCA Blog">
3636
<BlogTop
3737
title={t("learn.article.spring")}
3838
type="learn-sub"

0 commit comments

Comments
 (0)