diff --git a/docs/getting-started/install/third-party.md b/docs/getting-started/install/third-party.md deleted file mode 100644 index a7f1a96..0000000 --- a/docs/getting-started/install/third-party.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: 三方指南 ---- - -:::tip -此类指南或教程均来自第三方或者网友提供,我们不能一直保证其具有有效性,请参考的时候仔细甄别。另外,如果您有写类似的教程,也可以[联系我们](mailto:hi@halo.run)放在下方。 -::: - -## Halo 1.0 - -- [Halo 博客安装教程,一款优秀的 Java 开源博客系统](https://www.cnblogs.com/bronya0/p/14198512.html) -- [如何用服务器优雅地搭建一个博客—Hello,Halo!](https://www.bilibili.com/video/BV1JN411Q7Na/) -- [Halo+云服务器+Nginx反向代理实现个人博客搭建](https://yusart.xyz/archives/halo%E4%B8%AA%E4%BA%BA%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA) -- [如何在 Windows 下搭建 Halo](https://ykanade.cn/2021/08/11/HaloInWindows/) -- [Halo 博客建站记录](https://catchersun.cn/archives/halo%E5%8D%9A%E5%AE%A2%E5%BB%BA%E7%AB%99%E8%AE%B0%E5%BD%95) -- [Windows下搭建halo并配置nginx与SSL](https://blog.shikangsi.cn/archives/halo-windows) -- [Linux环境下如何分布式部署Halo](https://luoxx.top/archives/halo-distributed-deploy) diff --git a/sidebars.js b/sidebars.js index 9e4b75c..7024480 100644 --- a/sidebars.js +++ b/sidebars.js @@ -39,7 +39,6 @@ module.exports = { label: "其他指南", items: ["getting-started/install/other/oneinstack"], }, - "getting-started/install/third-party", ], }, "getting-started/migrate-from-1.x", diff --git a/versioned_docs/version-2.0/getting-started/install/third-party.md b/versioned_docs/version-2.0/getting-started/install/third-party.md deleted file mode 100644 index a7f1a96..0000000 --- a/versioned_docs/version-2.0/getting-started/install/third-party.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: 三方指南 ---- - -:::tip -此类指南或教程均来自第三方或者网友提供,我们不能一直保证其具有有效性,请参考的时候仔细甄别。另外,如果您有写类似的教程,也可以[联系我们](mailto:hi@halo.run)放在下方。 -::: - -## Halo 1.0 - -- [Halo 博客安装教程,一款优秀的 Java 开源博客系统](https://www.cnblogs.com/bronya0/p/14198512.html) -- [如何用服务器优雅地搭建一个博客—Hello,Halo!](https://www.bilibili.com/video/BV1JN411Q7Na/) -- [Halo+云服务器+Nginx反向代理实现个人博客搭建](https://yusart.xyz/archives/halo%E4%B8%AA%E4%BA%BA%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA) -- [如何在 Windows 下搭建 Halo](https://ykanade.cn/2021/08/11/HaloInWindows/) -- [Halo 博客建站记录](https://catchersun.cn/archives/halo%E5%8D%9A%E5%AE%A2%E5%BB%BA%E7%AB%99%E8%AE%B0%E5%BD%95) -- [Windows下搭建halo并配置nginx与SSL](https://blog.shikangsi.cn/archives/halo-windows) -- [Linux环境下如何分布式部署Halo](https://luoxx.top/archives/halo-distributed-deploy) diff --git a/versioned_sidebars/version-2.0-sidebars.json b/versioned_sidebars/version-2.0-sidebars.json index f5103c1..2801daa 100644 --- a/versioned_sidebars/version-2.0-sidebars.json +++ b/versioned_sidebars/version-2.0-sidebars.json @@ -22,11 +22,8 @@ { "type": "category", "label": "其他指南", - "items": [ - "getting-started/install/other/oneinstack" - ] - }, - "getting-started/install/third-party" + "items": ["getting-started/install/other/oneinstack"] + } ] }, "getting-started/migrate-from-1.x", @@ -63,10 +60,7 @@ "link": { "type": "generated-index" }, - "items": [ - "developer-guide/core/prepare", - "developer-guide/core/run" - ] + "items": ["developer-guide/core/prepare", "developer-guide/core/run"] }, { "type": "category", @@ -74,9 +68,7 @@ "link": { "type": "generated-index" }, - "items": [ - "developer-guide/plugin/prepare" - ] + "items": ["developer-guide/plugin/prepare"] }, { "type": "category", @@ -141,10 +133,7 @@ "link": { "type": "generated-index" }, - "items": [ - "contribution/issue", - "contribution/pr" - ] + "items": ["contribution/issue", "contribution/pr"] }, "about" ]