Skip to content

Commit b42b000

Browse files
committed
minor #748 Move RST documentation to /docs (OskarStark)
This PR was squashed before being merged into the main branch. Discussion ---------- Move RST documentation to `/docs` | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | yes | Issues | -- | License | MIT Restructured documentation by moving all RST files from component-specific doc/ directories to a centralized /docs/ directory. Organized documentation into bundles/ and components/ subdirectories for better discoverability. Commits ------- 9b95df1 Move RST documentation to `/docs`
2 parents d875bb0 + 9b95df1 commit b42b000

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed

.github/workflows/doctor-rst.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
paths:
66
- '**.rst'
7-
- 'src/*/doc/**'
7+
- 'docs/**'
88
pull_request:
99
paths:
1010
- '**.rst'
11-
- 'src/*/doc/**'
11+
- 'docs/**'
1212

1313
jobs:
1414
doctor-rst:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)