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:36:15 UTC

[pulsar-site] 01/01: Merge pull request #40 from apache/feature/versions-in-docs-sidebar

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

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

commit 81c781097019913af6a1d30ca44e72095eee923e
Merge: 849419c aa611d0
Author: Li Li <ur...@apache.org>
AuthorDate: Thu Mar 31 15:36:10 2022 +0800

    Merge pull request #40 from apache/feature/versions-in-docs-sidebar
    
    [WIP]feat: add versions dropdown menu in docs page

 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(-)