From 634f0b4cc4c749782d2e5eb2fbf1734ab1c5fb2d Mon Sep 17 00:00:00 2001 From: Saba Date: Fri, 21 Jul 2023 08:30:00 -0700 Subject: [PATCH] Fix docs indexing issue --- docs/{overview.md => README.md} | 0 docs/_sidebar.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{overview.md => README.md} (100%) diff --git a/docs/overview.md b/docs/README.md similarity index 100% rename from docs/overview.md rename to docs/README.md diff --git a/docs/_sidebar.md b/docs/_sidebar.md index ab9db401..5713a54a 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,5 +1,5 @@ - Get Started - - [Overview](overview.md) + - [Overview](README.md) - [Install](setup.md) - [Windows Installation](windows_install.md) - [Demos](demos.md)