Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sidebar sort order #133

Open
jrfnl opened this issue Mar 8, 2021 · 0 comments
Open

Sidebar sort order #133

jrfnl opened this issue Mar 8, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@jrfnl
Copy link

jrfnl commented Mar 8, 2021

Describe the BUG

Given a directory layout set up like so:

project root
 |- Sniffs
    |- Classes
    |- Constants
    |- ....
    |- MethodUse
    |- ....

Where each of these folders contains a README.md file with the following contents and one or more additional markdown files:

# DirectoryName

{% include list.liquid all=true %}

I would expect these directories to show alphabetically sorted in the side bar, and they do, except for this one folder MethodUse, which appears at the top of the submenu, completely out of the alphabetic order. (red color added to highlight the problem)

image

And yes, I have verified that there is no front matter with a sort in the Sniffs/MethodUse/README.md file.

Relevant parts from the _config.yml:

remote_theme: rundocs/jekyll-rtd-theme

readme_index:
  with_frontmatter: true

To Reproduce

Site link or Repository
not yet public

@jrfnl jrfnl added the bug Something isn't working label Mar 8, 2021
@ghost ghost added this to To Do in 100-star cumulative update via automation Apr 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant