From 81c85ff7023e3f6bc7a9a7affe5a8951edf8ebd2 Mon Sep 17 00:00:00 2001 From: David Myriel Date: Tue, 3 Jun 2025 17:55:02 +0200 Subject: [PATCH] docs: announcement for Documentation (#2410) Just letting people know where to look starting June 1st. Both docsites should be pointing to lancedb.github.io/documentation. ## 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. --------- Co-authored-by: Will Jones Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- docs/overrides/partials/main.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/overrides/partials/main.html diff --git a/docs/overrides/partials/main.html b/docs/overrides/partials/main.html new file mode 100644 index 00000000..e3f98827 --- /dev/null +++ b/docs/overrides/partials/main.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block announce %} + 📚 Starting June 1st, 2025, please use lancedb.github.io/documentation for the latest docs. +{% endblock %} \ No newline at end of file