From 5b702aab3ceabd90ba25bf8251436b66affc8683 Mon Sep 17 00:00:00 2001 From: Gokul-social Date: Tue, 24 Feb 2026 14:40:58 +0530 Subject: [PATCH 1/2] docs: roll intro into single OpenML Server nav item --- mkdocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index d174e474..46619526 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,15 +13,16 @@ theme: - content.code.copy nav: - - Intro: index.md + - OpenML Server: index.md - Getting Started: installation.md + - Changes: migration.md + - Contributing: - contributing/index.md - Development: contributing/contributing.md - Tests: contributing/tests.md - Documentation: contributing/documentation.md - Project Overview: contributing/project_overview.md - - Changes: migration.md markdown_extensions: - attr_list From eccee64d636aeb5d557a6d902ffa5fae41912ab4 Mon Sep 17 00:00:00 2001 From: Gokul-social Date: Tue, 24 Feb 2026 14:58:09 +0530 Subject: [PATCH 2/2] docs: restore original nav order, avoid unintended reordering --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 46619526..8587ea7e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -15,7 +15,6 @@ theme: nav: - OpenML Server: index.md - Getting Started: installation.md - - Changes: migration.md - Contributing: - contributing/index.md @@ -24,6 +23,8 @@ nav: - Documentation: contributing/documentation.md - Project Overview: contributing/project_overview.md + - Changes: migration.md + markdown_extensions: - attr_list - admonition