Skip to content

Split troubleshooting, add contributing index, clean VPN structure#1804

Merged
dmbaturin merged 13 commits intocurrentfrom
fix/docs-structural-reorg
Mar 30, 2026
Merged

Split troubleshooting, add contributing index, clean VPN structure#1804
dmbaturin merged 13 commits intocurrentfrom
fix/docs-structural-reorg

Conversation

@andamasov
Copy link
Copy Markdown
Member

@andamasov andamasov commented Mar 21, 2026

Summary

  • Split troubleshooting/index.rst (460 lines) into 5 focused sub-pages: connectivity, interfaces, monitoring, terminal, system
  • Create contributing/index.rst with toctree, simplify root index.rst
  • Remove "pages to sort" placeholders from VPN and IPsec index files, integrate dmvpn into main toctree

Test plan

  • Verify Sphinx build succeeds without warnings
  • Verify troubleshooting sub-pages render correctly and navigation works
  • Verify contributing section appears correctly in sidebar
  • Verify VPN section navigation is clean
  • Verify .. _boot-steps: and .. _troubleshooting: cross-references still work

Generated with Claude Code

andamasov and others added 7 commits March 21, 2026 01:11
Covers 4 work streams: mechanical fixes (headings, indentation, typos),
content quality (TODO flags, TBD fills, stub markers), structural
reorganization (troubleshooting split, contributing index, VPN cleanup),
and RTD platform cleanup (hide versions, delete stale redirects).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…numbers

Addresses 10 reviewer findings: corrected heading character types
(^ was actually -), removed ip.rst (already correct), updated file
count from 37 to 35, listed all 13 tab-containing files, fixed
troubleshooting line count to 460, added heading level guidance for
split pages, clarified contributing/documentation.rst scope, removed
current from hide list, added rollback verification step, updated
success criteria.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 tasks across 4 work streams: mechanical fixes (PR 1, tasks 1-6),
content quality (PR 2, tasks 7-10), structural reorg (PR 3, tasks 11-14),
and RTD platform cleanup (tasks 15-16).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Replace hardcoded RTD token with $RTD_TOKEN variable
- Fix Task 7 heading reference to be format-agnostic
- Correct RTD PATCH expected response (200, not 204)
- Fix version verification to check hidden field, not active
- Account for blank lines 402-403 in troubleshooting split
- Clarify start/stop_vyoslinter handling in system.rst

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Split monolithic 460-line troubleshooting/index.rst into:
- connectivity.rst (ping, traceroute, mtr, IPv6 discovery)
- interfaces.rst (interface naming, MAC addresses)
- monitoring.rst (traffic dumps, bandwidth, iperf)
- terminal.rst (console clearing, counter resets)
- system.rst (boot steps, system information)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR restructures the documentation to improve navigation and maintainability by splitting a large troubleshooting page into focused sub-pages, adding a contributing index, and cleaning up VPN section placeholders.

Changes:

  • Split docs/troubleshooting/index.rst into a small index page plus five topic pages (connectivity, interfaces, monitoring, terminal, system).
  • Add docs/contributing/index.rst and simplify the root “Development” toctree to point to it.
  • Clean up VPN/IPsec indexes by removing placeholder sections and integrating dmvpn into the main VPN toctree.

Reviewed changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 11 comments.

Show a summary per file
File Description
docs/troubleshooting/index.rst Replaced long monolithic content with a toctree to sub-pages
docs/troubleshooting/connectivity.rst New connectivity troubleshooting page (ping/traceroute/mtr/IPv6 discovery)
docs/troubleshooting/interfaces.rst New interface renaming/MAC troubleshooting page
docs/troubleshooting/monitoring.rst New monitoring page (traffic dumps, bandwidth, bandwidth-test, monitor command)
docs/troubleshooting/terminal.rst New terminal/console “clear counters” page
docs/troubleshooting/system.rst New system info/boot steps page with reference definitions
docs/contributing/index.rst New contributing landing page with toctree
docs/index.rst Simplified “Development” toctree to point at contributing index; rewrapped front page card text
docs/configuration/vpn/index.rst Integrated dmvpn into main toctree; removed placeholder content
docs/configuration/vpn/ipsec/index.rst Removed “pages to sort” placeholder and empty toctree
docs/superpowers/specs/2026-03-21-docs-improvements-design.md Added design spec describing docs improvements workstreams
docs/superpowers/plans/2026-03-21-docs-improvements.md Added implementation plan detailing step-by-step execution

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/index.rst Outdated
Comment thread docs/troubleshooting/terminal.rst Outdated
Comment thread docs/troubleshooting/terminal.rst Outdated
Comment thread docs/troubleshooting/monitoring.rst Outdated
Comment thread docs/index.rst Outdated
Comment thread docs/troubleshooting/connectivity.rst
Comment thread docs/troubleshooting/connectivity.rst Outdated
Comment thread docs/troubleshooting/monitoring.rst Outdated
Comment thread docs/troubleshooting/monitoring.rst Outdated
Comment thread docs/troubleshooting/interfaces.rst Outdated
andamasov and others added 2 commits March 21, 2026 19:04
…fixes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Shorten :ref: display text on two lines that exceeded the 80-char
limit: "Virtual Environment" -> "VM" (line 24, 90 -> 73 chars) and
"Configuration Blueprints" -> "Blueprints" (line 51, 85 -> 71 chars).
Both targets remain correct; display text is clear in context.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@andamasov andamasov requested a review from dmbaturin March 30, 2026 09:16
@andamasov
Copy link
Copy Markdown
Member Author

Specs moved to personal branch yuriy/docs-modernization-specs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dmbaturin dmbaturin merged commit dad1394 into current Mar 30, 2026
5 checks passed
@dmbaturin dmbaturin deleted the fix/docs-structural-reorg branch March 30, 2026 10:33
@c-po
Copy link
Copy Markdown
Member

c-po commented Apr 2, 2026

@Mergifyio backport circinus

@mergify
Copy link
Copy Markdown

mergify bot commented Apr 2, 2026

backport circinus

✅ Backports have been created

Details

mergify bot pushed a commit that referenced this pull request Apr 2, 2026
…1804)

* Add design spec for documentation improvements

Covers 4 work streams: mechanical fixes (headings, indentation, typos),
content quality (TODO flags, TBD fills, stub markers), structural
reorganization (troubleshooting split, contributing index, VPN cleanup),
and RTD platform cleanup (hide versions, delete stale redirects).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Fix spec issues from review: correct heading chars, tab counts, line numbers

Addresses 10 reviewer findings: corrected heading character types
(^ was actually -), removed ip.rst (already correct), updated file
count from 37 to 35, listed all 13 tab-containing files, fixed
troubleshooting line count to 460, added heading level guidance for
split pages, clarified contributing/documentation.rst scope, removed
current from hide list, added rollback verification step, updated
success criteria.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Add implementation plan for documentation improvements

16 tasks across 4 work streams: mechanical fixes (PR 1, tasks 1-6),
content quality (PR 2, tasks 7-10), structural reorg (PR 3, tasks 11-14),
and RTD platform cleanup (tasks 15-16).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Fix 6 issues from plan review

- Replace hardcoded RTD token with $RTD_TOKEN variable
- Fix Task 7 heading reference to be format-agnostic
- Correct RTD PATCH expected response (200, not 204)
- Fix version verification to check hidden field, not active
- Account for blank lines 402-403 in troubleshooting split
- Clarify start/stop_vyoslinter handling in system.rst

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* refactor: split troubleshooting into 5 focused sub-pages

Split monolithic 460-line troubleshooting/index.rst into:
- connectivity.rst (ping, traceroute, mtr, IPv6 discovery)
- interfaces.rst (interface naming, MAC addresses)
- monitoring.rst (traffic dumps, bandwidth, iperf)
- terminal.rst (console clearing, counter resets)
- system.rst (boot steps, system information)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* refactor: create contributing/index.rst, simplify root toctree

* fix: remove 'pages to sort' placeholders from VPN section

* fix: wrap long lines in index.rst for linter compliance

* Add design spec for sitemap generation improvement

* Fix sitemap spec: remove invalid sitemap_excludes, add version pin

* fix: address Copilot review suggestions — grammar, typos, RST markup fixes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: resolve remaining long lines in index.rst

Shorten :ref: display text on two lines that exceeded the 80-char
limit: "Virtual Environment" -> "VM" (line 24, 90 -> 73 chars) and
"Configuration Blueprints" -> "Blueprints" (line 51, 85 -> 71 chars).
Both targets remain correct; display text is clear in context.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: remove superpowers specs from PR

Specs moved to personal branch yuriy/docs-modernization-specs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
(cherry picked from commit dad1394)
dmbaturin pushed a commit that referenced this pull request Apr 3, 2026
…1804) (#1815)

* Add design spec for documentation improvements

Covers 4 work streams: mechanical fixes (headings, indentation, typos),
content quality (TODO flags, TBD fills, stub markers), structural
reorganization (troubleshooting split, contributing index, VPN cleanup),
and RTD platform cleanup (hide versions, delete stale redirects).



* Fix spec issues from review: correct heading chars, tab counts, line numbers

Addresses 10 reviewer findings: corrected heading character types
(^ was actually -), removed ip.rst (already correct), updated file
count from 37 to 35, listed all 13 tab-containing files, fixed
troubleshooting line count to 460, added heading level guidance for
split pages, clarified contributing/documentation.rst scope, removed
current from hide list, added rollback verification step, updated
success criteria.



* Add implementation plan for documentation improvements

16 tasks across 4 work streams: mechanical fixes (PR 1, tasks 1-6),
content quality (PR 2, tasks 7-10), structural reorg (PR 3, tasks 11-14),
and RTD platform cleanup (tasks 15-16).



* Fix 6 issues from plan review

- Replace hardcoded RTD token with $RTD_TOKEN variable
- Fix Task 7 heading reference to be format-agnostic
- Correct RTD PATCH expected response (200, not 204)
- Fix version verification to check hidden field, not active
- Account for blank lines 402-403 in troubleshooting split
- Clarify start/stop_vyoslinter handling in system.rst



* refactor: split troubleshooting into 5 focused sub-pages

Split monolithic 460-line troubleshooting/index.rst into:
- connectivity.rst (ping, traceroute, mtr, IPv6 discovery)
- interfaces.rst (interface naming, MAC addresses)
- monitoring.rst (traffic dumps, bandwidth, iperf)
- terminal.rst (console clearing, counter resets)
- system.rst (boot steps, system information)



* refactor: create contributing/index.rst, simplify root toctree

* fix: remove 'pages to sort' placeholders from VPN section

* fix: wrap long lines in index.rst for linter compliance

* Add design spec for sitemap generation improvement

* Fix sitemap spec: remove invalid sitemap_excludes, add version pin

* fix: address Copilot review suggestions — grammar, typos, RST markup fixes



* fix: resolve remaining long lines in index.rst

Shorten :ref: display text on two lines that exceeded the 80-char
limit: "Virtual Environment" -> "VM" (line 24, 90 -> 73 chars) and
"Configuration Blueprints" -> "Blueprints" (line 51, 85 -> 71 chars).
Both targets remain correct; display text is clear in context.



* chore: remove superpowers specs from PR

Specs moved to personal branch yuriy/docs-modernization-specs.



---------


(cherry picked from commit dad1394)

Co-authored-by: Yuriy Andamasov <yuriy@vyos.io>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants