sqlite-lines
sqlite-lines copied to clipboard
Put docs.md somewhere that's indexed by Google
I found out the other day that GitHub blocks access to crawlers to pages in the repo other than the main README - which means https://github.com/asg017/sqlite-lines/blob/main/docs.md is unlikely to be correctly indexed by search engines.
Details here: https://github.com/orgs/community/discussions/20958
A couple of options:
- Publish the documentation using GitHub pages
- Move all of the documentation into the README
- Ignore this because it's not a big deal
Hey thanks for the heads up, I didn't know that!
I definitely want this indexed, in case people lookup SQLITE_LINES_DISABLE_FILESYSTEM
or SQLITE_LINES_ENTRYPOINT
. Will probably push it to GitHub pages so the README doesn't get too cluttered.