Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Sidebar Single Menu Item #28

Open
ItsJamesMurray opened this issue Aug 12, 2020 · 0 comments
Open

Sidebar Single Menu Item #28

ItsJamesMurray opened this issue Aug 12, 2020 · 0 comments

Comments

@ItsJamesMurray
Copy link

Hiya!

I really love this theme! Is there a way to have a single item in the sidebar menu without having it as a sub-item? Currently, the sidebar has a title and a 'items' section. With only one item under the menu it is taking unneeded real estate.

Currently I have something like:

sidebar: [
  {
    name: 'menu',
    sections: [
      {
        title: 'Single',
        items: ['/page/']
      },
      {
        title: 'Nested',
        items: [
          '/page/one/',
          '/page/two/',
          '/page/three/'
        ]
      },
    ]
   }
]

Best -
James

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant