-
-
Notifications
You must be signed in to change notification settings - Fork 102
Add Table of Contents (TOC) to wiki/Run-ScanAPI-Locally-Manually.md #885
Copy link
Copy link
Open
Labels
DocumentationImprovements or additions to documentationImprovements or additions to documentationGood First IssueGood for newcomers or first time contributors.Good for newcomers or first time contributors.PyCon DE 2026Issues marked with this label are specifically intended for participants of the PyCon DE tutorial.Issues marked with this label are specifically intended for participants of the PyCon DE tutorial.
Metadata
Metadata
Assignees
Labels
DocumentationImprovements or additions to documentationImprovements or additions to documentationGood First IssueGood for newcomers or first time contributors.Good for newcomers or first time contributors.PyCon DE 2026Issues marked with this label are specifically intended for participants of the PyCon DE tutorial.Issues marked with this label are specifically intended for participants of the PyCon DE tutorial.
This issue is currently reserved for participants of a tutorial at PyCon DE & PyData 2026. It is part of a guided session, so contributions may be coordinated during the event. If the issue is not resolved during the tutorial, it will be reopened for general contributions afterward. Thank you for your understanding and interest in contributing 💜
Description
The document
wiki/Run-ScanAPI-Locally-Manually.mdis a detailed guide with multiple sections, but it currently lacks a Table of Contents (TOC). Adding a TOC would improve navigation and make it easier for users to jump directly to specific steps.Goal
Add a Table of Contents to the top of the document with links to all main sections and relevant subsections.
What needs to be done
Add a TOC below the main title (
# Run ScanAPI locally manually)Include links to all main sections:
Include subsections where applicable (e.g. section 5)
Ensure all links work correctly using Markdown anchor links
Example
Here is an example of how the TOC could look:
Acceptance criteria