From e8dc9c42196c5dd2384bd002a1f571e9e4dd479a Mon Sep 17 00:00:00 2001 From: kaivanwong Date: Thu, 16 May 2024 20:15:30 +0800 Subject: [PATCH] feat: add posts-props page --- src/content/pages/{getting-started.md => posts-props.md} | 6 +++--- src/site-config.ts | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) rename src/content/pages/{getting-started.md => posts-props.md} (95%) diff --git a/src/content/pages/getting-started.md b/src/content/pages/posts-props.md similarity index 95% rename from src/content/pages/getting-started.md rename to src/content/pages/posts-props.md index 4e645ab..452e4b1 100644 --- a/src/content/pages/getting-started.md +++ b/src/content/pages/posts-props.md @@ -1,8 +1,8 @@ --- -title: Getting Started +title: Posts Props --- -Blog Props: +Props in blog: | Field | Req | Description | | :---------- | :--- | :----------------------------------------- | @@ -17,7 +17,7 @@ Blog Props: | tag | No | Custom tag text for the article. | | video | No | The article contains a video. | -Page Props: +Props in pages: | Field | Req | Description | | :---------- | :--- | :--------------------------------------------------- | diff --git a/src/site-config.ts b/src/site-config.ts index 339a332..df9f7de 100644 --- a/src/site-config.ts +++ b/src/site-config.ts @@ -90,8 +90,8 @@ export const siteConfig = { footer: { navLinks: [ { - text: 'Getting Started', - href: '/getting-started', + text: 'Posts Props', + href: '/posts-props', }, { text: 'Markdown Style',