fix(docs): handle symlinked file in lychee link checker

This restores absolute root-relative paths in CONTRIBUTING.md and README.md, and adds them to .lycheeignore. Because CONTRIBUTING.md is symlinked in docs/, relative paths resolve incorrectly during link checking but work on GitHub. Ignoring them prevents the false positive link check failures.
This commit is contained in:
Bryan Morgan
2026-03-18 20:21:38 -04:00
parent 34773fdd72
commit 33d8d954ce
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -409,7 +409,7 @@ To debug the CLI's React-based UI, you can use React DevTools.
```
Your running CLI application should then connect to React DevTools.
![](./docs/assets/connected_devtools.png)
![](/docs/assets/connected_devtools.png)
### Sandboxing
@@ -505,7 +505,7 @@ code.
### Documentation structure
Our documentation is organized using [sidebar.json](./docs/sidebar.json) as the
Our documentation is organized using [sidebar.json](/docs/sidebar.json) as the
table of contents. When adding new documentation:
1. Create your markdown file **in the appropriate directory** under `/docs`.