Skip to content

Commit

Permalink
Merge pull request #22 from DanRoscigno/set-version-options
Browse files Browse the repository at this point in the history
remove unmaintained banner
  • Loading branch information
DanRoscigno authored Oct 10, 2023
2 parents c6b658e + 651546d commit 4b0faca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/mdx-check.yml

This file was deleted.

12 changes: 12 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
lastVersion: '3.1',
versions: {
'3.1': {
label: 'latest-3.1',
path: 'latest',
},
'3.0': {
label: '3.0',
path: '3.0',
banner: 'none',
},
},
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
Expand Down

0 comments on commit 4b0faca

Please sign in to comment.