Skip to content

Commit

Permalink
sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
yjchoi1 committed Oct 20, 2023
1 parent 4c16c41 commit 5a77e87
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- [Read Me](README)
- [Inputs](inputs.md)
- [Read Me](README)
- [Inputs](inputs.md)
15 changes: 10 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'
};
</script>

Expand Down

0 comments on commit 5a77e87

Please sign in to comment.