Skip to content

Commit 275fdff

Browse files
committed
Add page tags example
1 parent 803f7c7 commit 275fdff

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

maven-repository.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
---
2+
title: "Maven Repository" # Meta Title (We add " | Lunar Client Documentation" to the end of all titles)
3+
description: "Access the public Maven repository for Lunar Client artifacts. Find dependencies, instructions on adding repositories, and explore our libraries." # Meta Description
4+
5+
canonical: "https://lunarclient.dev" # Canonical URL
6+
publishDate: "2023-04-27T16:44:00-04:00" # Publish date in ISO format
7+
modifiedDate: "2024-10-24T13:25:00-04:00" # Modified date in ISO format
8+
9+
ogTitle: "Maven Repository | Lunar Client Documentation" # OpenGraph Title
10+
ogDescription: "Access Lunar Client's public Maven repository, learn, integrate, and get access to all our public artifacts." # OpenGraph Description
11+
ogUrl: "https://lunarclient.dev" # OpenGraph URL (Usually matches Canonical URL)
12+
---
13+
114
import { Callout, Tab, Tabs } from 'nextra-theme-docs';
215

316
# Maven Repository

0 commit comments

Comments
 (0)