From 275fdffabeb8e8c05e032a059c0f016b61556f7f Mon Sep 17 00:00:00 2001 From: TrentinTheKid <25537885+TrentinTheKid@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:13:24 -0500 Subject: [PATCH] Add page tags example --- maven-repository.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/maven-repository.mdx b/maven-repository.mdx index 3ec0162..30883eb 100644 --- a/maven-repository.mdx +++ b/maven-repository.mdx @@ -1,3 +1,16 @@ +--- +title: "Maven Repository" # Meta Title (We add " | Lunar Client Documentation" to the end of all titles) +description: "Access the public Maven repository for Lunar Client artifacts. Find dependencies, instructions on adding repositories, and explore our libraries." # Meta Description + +canonical: "https://lunarclient.dev" # Canonical URL +publishDate: "2023-04-27T16:44:00-04:00" # Publish date in ISO format +modifiedDate: "2024-10-24T13:25:00-04:00" # Modified date in ISO format + +ogTitle: "Maven Repository | Lunar Client Documentation" # OpenGraph Title +ogDescription: "Access Lunar Client's public Maven repository, learn, integrate, and get access to all our public artifacts." # OpenGraph Description +ogUrl: "https://lunarclient.dev" # OpenGraph URL (Usually matches Canonical URL) +--- + import { Callout, Tab, Tabs } from 'nextra-theme-docs'; # Maven Repository