From 1490107755ae041f2944161affd256dfddfb3890 Mon Sep 17 00:00:00 2001 From: DanRoscigno Date: Tue, 10 Oct 2023 14:49:54 -0400 Subject: [PATCH 1/3] remove unmaintained banner Signed-off-by: DanRoscigno --- docusaurus.config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index b5729edab1..346aaf1f92 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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. From 9912fb09a39684263d728eade6d68c9e8be45c49 Mon Sep 17 00:00:00 2001 From: DanRoscigno Date: Tue, 10 Oct 2023 14:55:15 -0400 Subject: [PATCH 2/3] no Markdown files here Signed-off-by: DanRoscigno --- .github/workflows/mdx-check.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/mdx-check.yml diff --git a/.github/workflows/mdx-check.yml b/.github/workflows/mdx-check.yml deleted file mode 100644 index 5b03950966..0000000000 --- a/.github/workflows/mdx-check.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Check markdown files - -on: - pull_request: - types: - - synchronize - - reopened - - opened - -jobs: - DocsCheck: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }} - - name: docusaurus-mdx-checker - run: | - npx docusaurus-mdx-checker -c docs - From 651546dd3fabb4f522c75f371ec463dffd7a153f Mon Sep 17 00:00:00 2001 From: DanRoscigno Date: Tue, 10 Oct 2023 15:02:28 -0400 Subject: [PATCH 3/3] remove unmaintained banner Signed-off-by: DanRoscigno --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 346aaf1f92..a8bcafc2ba 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -54,11 +54,11 @@ const config = { docs: { lastVersion: '3.1', versions: { - 3.1: { + '3.1': { label: 'latest-3.1', path: 'latest', }, - 3.0: { + '3.0': { label: '3.0', path: '3.0', banner: 'none',