mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
docs: merge database config under Configuration section (#28281)
This commit is contained in:
committed by
GitHub
parent
3ac387bb66
commit
538d1bb245
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user