From 07d1daff3578a533ed00e856de80e6b4048a2a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Breu=C3=9F?= Date: Fri, 15 May 2026 15:06:46 +0200 Subject: [PATCH] chore: drop sidebar_position from index frontmatter The package ships a single docs page, so its position among siblings does not need to be hinted in the upstream content. testably.org controls placement of this slice via its own pipeline configuration. --- Docs/pages/00-index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Docs/pages/00-index.md b/Docs/pages/00-index.md index 6ac960e..f9add78 100644 --- a/Docs/pages/00-index.md +++ b/Docs/pages/00-index.md @@ -1,6 +1,5 @@ --- title: Migration -sidebar_position: 8 --- [![Nuget](https://img.shields.io/nuget/v/Testably.Abstractions.Migration?label=Testably.Abstractions.Migration&logo=nuget)](https://www.nuget.org/packages/Testably.Abstractions.Migration)