This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from dfdf8e75d8 fix: handle undefined template variables safely in query
rendering. (#35009)
add f9be2b816a feat(docs): add resources admonition with external links
(#36761)
No new revisions were added by this update.
Summary of changes:
docs/docs/api.mdx | 5 +
docs/docs/configuration/alerts-reports.mdx | 5 +
docs/docs/configuration/async-queries-celery.mdx | 4 +
docs/docs/configuration/cache.mdx | 5 +
docs/docs/configuration/configuring-superset.mdx | 4 +
docs/docs/configuration/databases.mdx | 128 ++++++++++++++++++---
docs/docs/configuration/sql-templating.mdx | 4 +
docs/docs/configuration/theming.mdx | 8 ++
docs/docs/contributing/contributing.mdx | 4 +
docs/docs/contributing/development.mdx | 7 +-
docs/docs/installation/kubernetes.mdx | 5 +
docs/docs/quickstart.mdx | 6 +
docs/docs/security/securing_superset.mdx | 5 +
.../creating-your-first-dashboard.mdx | 11 ++
docs/docs/using-superset/exploring-data.mdx | 9 ++
docs/docusaurus.config.ts | 12 ++
docs/src/styles/custom.css | 39 +++++++
docs/src/theme/Admonition/Types.js | 63 ++++++++++
18 files changed, 310 insertions(+), 14 deletions(-)
create mode 100644 docs/src/theme/Admonition/Types.js