From c24ec6e6315a9da14a73fa4e0f2f90e22db53721 Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 29 May 2024 12:38:11 -0400 Subject: [PATCH] fix: use index.md instead of intro.md --- _toc.yml | 2 +- intro.md => index.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename intro.md => index.md (100%) diff --git a/_toc.yml b/_toc.yml index da8a26c..1cd3068 100644 --- a/_toc.yml +++ b/_toc.yml @@ -2,7 +2,7 @@ # Learn more at https://jupyterbook.org/customize/toc.html format: jb-book -root: intro +root: index title: Introduction chapters: - file: exercises-setup diff --git a/intro.md b/index.md similarity index 100% rename from intro.md rename to index.md