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

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


    from 849419c  Docs sync done from apache/pulsar(#ca436a9)
     add a7b5933  feat: add versions dropdown menu in docs page
     add aa611d0  feat: versions dropdown in docs sidebar
     new 81c7810  Merge pull request #40 from 
apache/feature/versions-in-docs-sidebar

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 site2/website-next/docusaurus.config.js            |  15 ++-
 site2/website-next/src/css/custom.css              |   6 +-
 .../src/theme/DocSidebar/Desktop/index.js          |  59 ++++++++++
 .../src/theme/DocSidebar/Desktop/styles.module.css |  68 ++++++++++++
 .../src/theme/DocSidebar/Mobile/index.js           |  68 ++++++++++++
 .../src/theme/DocSidebar/Mobile/styles.module.css  |  23 ++++
 site2/website-next/src/theme/DocSidebar/index.js   |  24 ++++
 .../src/theme/DocsVersionDropdownNavbarItem.js     | 121 +++++++++++++++++++++
 site2/website-next/versions.json                   |   2 +-
 9 files changed, 380 insertions(+), 6 deletions(-)
 create mode 100644 site2/website-next/src/theme/DocSidebar/Desktop/index.js
 create mode 100644 
site2/website-next/src/theme/DocSidebar/Desktop/styles.module.css
 create mode 100644 site2/website-next/src/theme/DocSidebar/Mobile/index.js
 create mode 100644 
site2/website-next/src/theme/DocSidebar/Mobile/styles.module.css
 create mode 100644 site2/website-next/src/theme/DocSidebar/index.js
 create mode 100644 
site2/website-next/src/theme/DocsVersionDropdownNavbarItem.js

Reply via email to