You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/03/31 07:35:10 UTC

[pulsar-site] branch feature/versions-in-docs-sidebar updated (a7b5933 -> aa611d0)

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a change to branch feature/versions-in-docs-sidebar
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git.


    from a7b5933  feat: add versions dropdown menu in docs page
     add aa611d0  feat: versions dropdown in docs sidebar

No new revisions were added by this update.

Summary of changes:
 site2/website-next/docusaurus.config.js            |  15 ++-
 site2/website-next/src/css/custom.css              |   2 +-
 .../src/theme/DocSidebar/Desktop/index.js          |   2 +-
 .../src/theme/DocVersionBanner/index.js            | 144 ---------------------
 .../src/theme/DocsVersionDropdownNavbarItem.js     |  58 ++++++---
 site2/website-next/versions.json                   |   2 +-
 6 files changed, 55 insertions(+), 168 deletions(-)
 delete mode 100644 site2/website-next/src/theme/DocVersionBanner/index.js