feat: add posts-props page

This commit is contained in:
kaivanwong 2024-05-16 20:15:30 +08:00
parent da6b1d4ab1
commit e8dc9c4219
2 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
--- ---
title: Getting Started title: Posts Props
--- ---
Blog Props: Props in blog:
| Field | Req | Description | | Field | Req | Description |
| :---------- | :--- | :----------------------------------------- | | :---------- | :--- | :----------------------------------------- |
@ -17,7 +17,7 @@ Blog Props:
| tag | No | Custom tag text for the article. | | tag | No | Custom tag text for the article. |
| video | No | The article contains a video. | | video | No | The article contains a video. |
Page Props: Props in pages:
| Field | Req | Description | | Field | Req | Description |
| :---------- | :--- | :--------------------------------------------------- | | :---------- | :--- | :--------------------------------------------------- |

View file

@ -90,8 +90,8 @@ export const siteConfig = {
footer: { footer: {
navLinks: [ navLinks: [
{ {
text: 'Getting Started', text: 'Posts Props',
href: '/getting-started', href: '/posts-props',
}, },
{ {
text: 'Markdown Style', text: 'Markdown Style',