mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
docs: set up client-side redirects from previous era docs urls (#10921)
* one simple redirect, as a test * adding license to header * painstakingly added SEO redirects! * addressed feedback and ran lint-fix! * lets try newline again! * Revert "lets try newline again!" This reverts commit20f89bd23c. * Revert "Revert "lets try newline again!"" This reverts commite441edc54a. * wait... there were TWO newlines? Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
@@ -450,7 +450,9 @@ const Theme = () => {
|
||||
|
||||
<ul className="databaseList">
|
||||
{Databases.map(
|
||||
({ title, href, imgName: imageName, width, height }) => (
|
||||
({
|
||||
title, href, imgName: imageName, width, height,
|
||||
}) => (
|
||||
<a
|
||||
href={href}
|
||||
target="_blank"
|
||||
@@ -472,11 +474,14 @@ const Theme = () => {
|
||||
</ul>
|
||||
<span className="databaseSub">
|
||||
{' '}
|
||||
... and any other SQLAlchemy{' '}
|
||||
... and any other SQLAlchemy
|
||||
{' '}
|
||||
<a href="https://superset.incubator.apache.org/installation.html#database-dependencies">
|
||||
{' '}
|
||||
compatible databases{' '}
|
||||
</a>{' '}
|
||||
compatible databases
|
||||
{' '}
|
||||
</a>
|
||||
{' '}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user