This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch docs/api-reference-integration
in repository https://gitbox.apache.org/repos/asf/superset.git
from 1c8a5204358 fix(docs): address review feedback on API docs
add 577ae1822f4 fix(docs): fix API links, replace tag cards with tables,
fix sidebar CSS
No new revisions were added by this update.
Summary of changes:
docs/docs/api.mdx | 486 ++++++++++++++++----------------
docs/package.json | 2 +-
docs/scripts/generate-api-index.mjs | 61 +++-
docs/scripts/generate-api-tag-pages.mjs | 176 ++++++++++++
docs/src/styles/custom.css | 21 +-
5 files changed, 479 insertions(+), 267 deletions(-)
create mode 100644 docs/scripts/generate-api-tag-pages.mjs