Commit fbf130e
Make docs/ a pure Markdown content directory (#4583)
Remove the Read the Docs and Sphinx configuration (.readthedocs.yaml,
conf.py, requirements.txt, Makefile, theme templates and static assets)
along with the docs pip ecosystem in dependabot and the .readthedocs.yaml
entries in workflow paths-ignore lists.
Port the three remaining reStructuredText files to Markdown:
index.rst becomes index.md, and language-support and using-go-and-pgx
are now GitHub-flavored Markdown using alert-style admonitions. Links
that pointed at .rst files now point at their .md replacements.
Add docs/toc.yaml, which declares the navigation order previously held
in index.rst's toctree directives: every page appears exactly once,
either in a titled section or in the unlisted set. This file is the
contract a docs site consumer reads, and a future Go-based linter will
enforce it.
Claude-Session: https://claude.ai/code/session_013XDcHxZk9UzfzMLayG66Zq
Co-authored-by: Claude <noreply@anthropic.com>1 parent eb76767 commit fbf130e
24 files changed
Lines changed: 255 additions & 515 deletions
File tree
- .github
- workflows
- docs
- _static
- _templates
- guides
- reference
- tutorials
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
Binary file not shown.
Binary file not shown.
0 commit comments