documentationgood first issue
説明
whenever we deploy a new version of the docs we should make sure none of the links are broken.
- Add CI job that fails if there are warnings from mkdocs
- Investigate why
searchlink in https://lancedb.github.io/lancedb/ann_indexes/#querying-an-ann-index goes to https://lancedb.github.io/lancedb/python/#lancedb.table.LanceTable.search instead of https://lancedb.github.io/lancedb/python/python/#lancedb.table.Table.search - Perhaps use https://pypi.org/project/mkdocs-linkcheck/ as an additional link checker