Skip to content

Commit 1a5aeac

Browse files
committed
Remove last updated
Signed-off-by: Martin Sulikowski <vLuckyyy.biznes@gmail.com>
1 parent a91bdc5 commit 1a5aeac

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

app/docs/[...slug]/page.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,6 @@ export default async function DocPage({ params }: Props) {
143143
{doc.meta.description}
144144
</p>
145145
)}
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-
)}
151146
<Suspense fallback={<LoadingFallback />}>
152147
<MDXRemote
153148
source={doc.content}

content/docs/documentation-editors/markdown-guide.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: Markdown Documentation Guide
33
description: A comprehensive guide to using Markdown in our documentation system
44
---
55

6-
# Markdown Documentation Guide
7-
8-
This guide provides a comprehensive overview of all Markdown features available in our documentation system.
9-
106
## Frontmatter
117

128
Frontmatter is used at the top of Markdown files to define metadata. It's written in YAML format between triple-dashed lines:

0 commit comments

Comments
 (0)