We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a509c3a commit fd8ab01Copy full SHA for fd8ab01
TODOS.md
@@ -5,3 +5,5 @@
5
- [ ] Table formatting in Markdown
6
- [ ] Pagination
7
- [ ] Hoverable heading links
8
+- [ ] `/start` and `/concepts` pages
9
+- [ ] Missing icons (footer, etc.)
lychee.toml
@@ -1,4 +1,5 @@
1
exclude = [
2
- 'https://github.com\.*', # TODO: remove this when we figure out a way around GitHub's rate limits
+ 'https://flakehub.com\.*',
3
+ 'https://github.com\.*', # TODO: remove this when we figure out a way around GitHub's rate limits
4
'file://*',
]
0 commit comments