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
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: