mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-22 21:09:58 +00:00
Just letting people know where to look starting June 1st. Both docsites should be pointing to lancedb.github.io/documentation. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Added a notification banner to the documentation site informing users about a new URL for accessing the latest documentation starting June 1st, 2025. The message includes a clickable link that opens in a new tab. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Will Jones <willjones127@gmail.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
5 lines
254 B
HTML
5 lines
254 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block announce %}
|
|
📚 Starting June 1st, 2025, please use <a href="https://lancedb.github.io/documentation" target="_blank" rel="noopener noreferrer">lancedb.github.io/documentation</a> for the latest docs.
|
|
{% endblock %} |