From 51befe2ec1268b11585a2591523f9dadf5b10693 Mon Sep 17 00:00:00 2001 From: mozhenghua Date: Mon, 21 Oct 2024 11:29:17 +0800 Subject: [PATCH] includeCurrentVersion = false --- .idea/workspace.xml | 36 +++++++++++++++++------------------- docusaurus.config.js | 2 +- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index fe5f27b..27a4220 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,10 +6,7 @@ - - - - + - { + "keyToString": { + "RunOnceActivity.ShowReadmeOnStart": "true", + "WebServerToolWindowFactoryState": "false", + "last_opened_file_path": "/opt/misc/tis-docs2/docs/guide/transformer", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "settings.editor.selected.configurable": "preferences.fileTypes", + "ts.external.directory.path": "/Applications/WebStorm.app/Contents/plugins/javascript-impl/jsLanguageServicesImpl/external", + "vue.rearranger.settings.migration": "true" } -}]]> +} @@ -150,7 +147,8 @@ - + + diff --git a/docusaurus.config.js b/docusaurus.config.js index 62fbbe2..d6ee1a6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -33,7 +33,7 @@ const config = { /** @type {import('@docusaurus/preset-classic').Options} */ ({ docs: { - includeCurrentVersion: true, + includeCurrentVersion: false, sidebarPath: require.resolve('./sidebars.js'), // Please change this to your repo. // Remove this to remove the "edit this page" links.