mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 03:49:40 -08:00
docs: make sidebars collapsible
This commit is contained in:
parent
27d324441b
commit
f203d928f4
|
@ -11,7 +11,6 @@ module.exports = {
|
|||
onBrokenLinks: "ignore",
|
||||
plugins: [path.resolve(__dirname, 'plugins', 'appinsights')],
|
||||
themeConfig: {
|
||||
sidebarCollapsible: false,
|
||||
prism: {
|
||||
theme: require("prism-react-renderer/themes/duotoneLight"),
|
||||
darkTheme: require("prism-react-renderer/themes/oceanicNext"),
|
||||
|
|
|
@ -3,6 +3,7 @@ module.exports = {
|
|||
{
|
||||
type: "category",
|
||||
label: "Getting Started",
|
||||
collapsed: false,
|
||||
items: [
|
||||
"introduction",
|
||||
"upgrading",
|
||||
|
@ -23,6 +24,7 @@ module.exports = {
|
|||
{
|
||||
type: "category",
|
||||
label: "Segments",
|
||||
collapsed: true,
|
||||
items: [
|
||||
"angular",
|
||||
"aws",
|
||||
|
@ -65,6 +67,7 @@ module.exports = {
|
|||
{
|
||||
type: "category",
|
||||
label: "Contributing",
|
||||
collapsed: true,
|
||||
items: [
|
||||
"contributing_started",
|
||||
"contributing_segment",
|
||||
|
|
Loading…
Reference in a new issue