diff --git a/docs/versioning.md b/docs/community/versioning.md similarity index 95% rename from docs/versioning.md rename to docs/community/versioning.md index 84aab63a5..d64a56e7f 100644 --- a/docs/versioning.md +++ b/docs/community/versioning.md @@ -1,3 +1,10 @@ +--- +title: Versioning Guide +--- + +# Versioning Guide + + The Outlines project follows a structured versioning scheme designed to provide clarity and minimize risk for downstream dependents. Each part of the version number (`major.minor.patch`) conveys information about the nature and impact of the changes included in the release. diff --git a/mkdocs.yml b/mkdocs.yml index c4a9edcbc..01e8506ab 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -143,4 +143,5 @@ nav: - Chat with us ☕: https://discord.com/invite/R9DSu34mGd - How to contribute 🏗️: community/contribute.md - Your projects 👏: community/examples.md + - Versioning Guide 📌: community/versioning.md - Blog: blog/index.md