docs: merge database config under Configuration section (#28281)

This commit is contained in:
Maxime Beauchemin
2024-04-30 18:39:32 -07:00
committed by GitHub
parent 3ac387bb66
commit 538d1bb245
63 changed files with 1728 additions and 1901 deletions

View File

@@ -33,10 +33,10 @@ const supersetTextDocs = getDatabaseDocumentationLinks();
export const DOCUMENTATION_LINK = supersetTextDocs
? supersetTextDocs.support
: 'https://superset.apache.org/docs/databases/installing-database-drivers';
: 'https://superset.apache.org/docs/configuration/databases#installing-database-drivers';
const irregularDocumentationLinks = {
postgresql: 'https://superset.apache.org/docs/databases/postgres',
postgresql: 'https://superset.apache.org',
mssql: 'https://superset.apache.org/docs/databases/sql-server',
gsheets: 'https://superset.apache.org/docs/databases/google-sheets',
};