documentationgood first issue
仓库指标
- 星标
- (10,303 个星标)
- PR 合并指标
- (平均合并 2天 17小时) (30 天内合并 82 个 PR)
描述
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