Skip to content

Commit 2546e80

Browse files
SoonIterCopilot
andauthored
docs: Update documentation and improve frontmatter references (#3009)
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
1 parent 4d0815f commit 2546e80

File tree

17 files changed

+415
-329
lines changed

17 files changed

+415
-329
lines changed

website/docs/components/Border.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const Border = ({ children }: { children: ReactNode }) => {
44
return (
55
<div
66
style={{
7-
border: '1px solid var(--rp-c-divider)',
7+
border: '1px solid var(--rp-c-divider-light)',
88
borderRadius: 'var(--rp-radius)',
99
padding: '10px',
1010
}}

website/docs/en/api/config/config-build.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Configure MDX-related compilation abilities.
138138
### markdown.remarkPlugins
139139

140140
- **Type**: `Array`
141-
- Default: `[]`
141+
- **Default**: `[]`
142142

143143
Configure the remark plugins. for example:
144144

0 commit comments

Comments
 (0)