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

Sidebar Single Menu Item #28

@ItsJamesMurray

Description

@ItsJamesMurray

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions