File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
content/docs/documentation-editors Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -143,11 +143,6 @@ export default async function DocPage({ params }: Props) {
143
143
{ doc . meta . description }
144
144
</ p >
145
145
) }
146
- { doc . meta . lastModified && (
147
- < p className = "text-sm text-gray-500 dark:text-gray-400" >
148
- Last updated: { new Date ( doc . meta . lastModified ) . toLocaleDateString ( ) }
149
- </ p >
150
- ) }
151
146
< Suspense fallback = { < LoadingFallback /> } >
152
147
< MDXRemote
153
148
source = { doc . content }
Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ title: Markdown Documentation Guide
3
3
description : A comprehensive guide to using Markdown in our documentation system
4
4
---
5
5
6
- # Markdown Documentation Guide
7
-
8
- This guide provides a comprehensive overview of all Markdown features available in our documentation system.
9
-
10
6
## Frontmatter
11
7
12
8
Frontmatter is used at the top of Markdown files to define metadata. It's written in YAML format between triple-dashed lines:
You can’t perform that action at this time.
0 commit comments