Skip to content

Commit

Permalink
docs: add auto redirect to main docs (#2094)
Browse files Browse the repository at this point in the history
# Description
Add an automatic redirect from landing page of old docs to new docs. Old
(sphinx) docs already had a note at the top of the landing page pointing
to new docs. Now the page will auto-redirect to new docs at the client
side. There is no way to add a server side redirect because docs are
served directly from file system.

The other alternative was to remove the old docs completely but looks
like Pypi is still pointing to them so taking a gradual aproach.

---------

Signed-off-by: Nikolay Ulmasov <[email protected]>
  • Loading branch information
r3stl355 authored Jan 20, 2024
1 parent ee555ca commit 0f7653b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta http-equiv="refresh" content="0;URL='https://delta-io.github.io/delta-rs/'" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Python deltalake package &mdash; delta-rs documentation</title>
Expand Down

0 comments on commit 0f7653b

Please sign in to comment.