From 37e533c3b745f1cd420050b90e3c273c32d60b58 Mon Sep 17 00:00:00 2001 From: Harshal Mehta Date: Sun, 1 Mar 2026 00:14:15 +0530 Subject: [PATCH] OpenML rolls to the top of the nav list correctly --- mkdocs.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index d174e474..23be6b19 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,20 +8,23 @@ repo_url: https://github.com/openml/server-api theme: name: material - features: - content.code.copy + - navigation.indexes + - navigation.sections + - navigation.tabs nav: - - Intro: index.md - - Getting Started: installation.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 @@ -34,4 +37,5 @@ markdown_extensions: - tables plugins: + - search - section-index