uabrc / uabrc/uabrc.github.io

Consider moving Table of Contents to the left-hand side of the page

Open
#610 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.