From 5a77e87e40aac0cec1231da4d96278a45219fa41 Mon Sep 17 00:00:00 2001 From: baagee Date: Fri, 20 Oct 2023 15:38:29 -0500 Subject: [PATCH] sidebar --- docs/_sidebar.md | 4 ++-- docs/index.html | 15 ++++++++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 14a299e..b10d844 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,2 +1,2 @@ -- [Read Me](README) -- [Inputs](inputs.md) \ No newline at end of file + - [Read Me](README) + - [Inputs](inputs.md) \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 0a8f10f..7ea676e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26,16 +26,21 @@ // Sidebar Configuration auto2top: true, loadSidebar: true, - maxLevel: 0, + maxLevel: 1, // Set subMaxLevel to 0 to remove automatic display of page table of contents (TOC) in Sidebar subMaxLevel: 3, - - // Search Plugin Configuration - search: 'auto', alias: { '/.*/_sidebar.md': '/_sidebar.md' }, - repo: 'https://yjchoi1.github.io/mpm_column_inputgen' + + // Search Plugin Configuration + search: { + placeholder: 'Type to search', + noData: 'No matches found.', + // Headline depth, 1 - 6 + depth: 2, + }, + repo: 'https://github.com/yjchoi1/mpm_column_inputgen' };