Consider moving Table of Contents to the left-hand side of the page
Open
Nobody has claimed this yet.
dev: enhancement 🛠️✨
- Dominant language
- Python
- Stars
- 24
- Forks
- 15
- Avg merge
- 10d 3h
- Merged PRs (30d)
- 1
Description
Following from here: https://stackoverflow.com/a/71133751
In your custom css file, write:
.md-sidebar--secondary {
order: 0;
}
And in your mkdocs.yml, write:
extra_css:
- assets/<custom_css_filename>.css
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting mkdocs.yml and the custom CSS file referenced under assets. Apply the documented sidebar ordering and verify the Table of Contents appears on the left-hand side of the rendered documentation page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, yaml
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100