Commit ca4441c
feat(website): Add note about .gitignore only being respected in Git repositories (#14443)
- [x] Understand the PR changes that need to be replicated in the oxc
repository
- [x] Modify the CLI documentation generation code to add the note about
.gitignore
- [x] Update the test snapshots
- [x] Verify the changes work correctly
- [x] Explore using Rust doc comments to generate the note (as requested
in review)
- [x] Confirmed that bpaf doesn't support footer documentation in
structs
- [x] Kept the string replacement approach as it's the only way to
achieve the desired output
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: camc314 <[email protected]>1 parent 422f54e commit ca4441c
2 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
54 | 61 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
0 commit comments