Skip to content

Commit 2260081

Browse files
authored
Add metadata to versioning documentation
Added title and slug metadata for versioning documentation.
1 parent ba41a95 commit 2260081

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/guides/docs/versioning.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
title: Versioning
23
slug: /versioning
34
---
45

5-
# Versioning
6-
76
You can use the **versioning CLI** to create a new documentation version based on the latest content in the `docs` directory.
87
That specific set of documentation will then be preserved and accessible even as the documentation in the `docs` directory continues to evolve.
98

@@ -163,4 +162,4 @@ These automatically resolve the best version to display.
163162
* **Link docs by file paths** (`.md`), letting Docusaurus rewrite URLs correctly.
164163
* **Decide asset strategy** – store images/files either in versioned folders (for frozen snapshots) or in `/static` for shared use.
165164

166-
By following these guidelines, you can maintain a clean and scalable documentation workflow while supporting multiple versions of your project.
165+
By following these guidelines, you can maintain a clean and scalable documentation workflow while supporting multiple versions of your project.

0 commit comments

Comments
 (0)