From d01b30c7a707a6bbec08c43b8af8d0c11b68a303 Mon Sep 17 00:00:00 2001 From: Harshal <161102555+kronzter@users.noreply.github.com> Date: Thu, 19 Feb 2026 00:09:10 +0530 Subject: [PATCH] Group Intro under OpenML Server nav Grouped it together. --- mkdocs.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index d174e474..ee8ee172 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,15 +13,18 @@ theme: - content.code.copy nav: - - Intro: index.md - - Getting Started: installation.md + - OpenML Server: + - Intro: 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