feat: add posts-props page
This commit is contained in:
parent
da6b1d4ab1
commit
e8dc9c4219
2 changed files with 5 additions and 5 deletions
|
@ -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 |
|
||||
| :---------- | :--- | :--------------------------------------------------- |
|
|
@ -90,8 +90,8 @@ export const siteConfig = {
|
|||
footer: {
|
||||
navLinks: [
|
||||
{
|
||||
text: 'Getting Started',
|
||||
href: '/getting-started',
|
||||
text: 'Posts Props',
|
||||
href: '/posts-props',
|
||||
},
|
||||
{
|
||||
text: 'Markdown Style',
|
||||
|
|
Loading…
Reference in a new issue