Websoft9 / doc.websoft9.com

Websoft9 Documentation and Support
https://support.websoft9.com/docs
33 stars 16 forks source link

去掉提示:此为 Websoft9 Next 版尚未发行的文档。 #114

Open chendelin1982 opened 3 months ago

chendelin1982 commented 3 months ago

Next 版本的文档每个页面都有 “此为 Websoft9 Next 版尚未发行的文档” 这个提示,如何去掉

qiaofeng1227 commented 3 months ago

image

qiaofeng1227 commented 3 months ago

docusaurus.config.js中,这里编译报错

  plugins: [
    [
      '@docusaurus/plugin-client-redirects',
      {
        redirects: [
          {
            to: '/docs/next/runtime', 
            from: ['/docs/next/php', '/docs/next/nodejs', '/docs/next/ruby', '/docs/next/python', '/docs/next/dotnet', '/docs/next/openjdk', '/docs/next/maven', '/docs/next/tomcat', '/docs/next/tomee', '/docs/next/jetty'], 
          },
        ],
      },
    ],
  ],
qiaofeng1227 commented 3 months ago

code.json line 142, 150

chendelin1982 commented 3 months ago

code.json line 142, 150

english is ok, how to modify chinese?