-
|
I know the blog plug has If docs file names are: 2023-01-01-Ana.md, 2023-01-02-Aaron.md, 2023-01-03-Baron.md.... Now the up-to-date file always display at the bottom. But I want it display at the top. So how to do it? descending or ascending? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
If you are using explicit sidebars, you define the order yourself. If you are using auto-generated sidebars, you can tweak the sidebar generator logic to implement your own ordering convention: https://docusaurus.io/docs/sidebar/autogenerated#customize-the-sidebar-items-generator |
Beta Was this translation helpful? Give feedback.

If you are using explicit sidebars, you define the order yourself.
If you are using auto-generated sidebars, you can tweak the sidebar generator logic to implement your own ordering convention: https://docusaurus.io/docs/sidebar/autogenerated#customize-the-sidebar-items-generator