Skip to content

Commit da0ca84

Browse files
author
pptfz
committed
删除ljq
1 parent 72090c4 commit da0ca84

6 files changed

Lines changed: 49 additions & 50 deletions

File tree

docs/Linux/生产环境开源项目/nexus/nexus安装.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,52 @@ EOF
172172

173173

174174

175+
## helm安装
176+
177+
[nexus3 helm安装github](https://github.com/sonatype/helm3-charts)
178+
179+
[nexus3 helm安装官方文档](https://sonatype.github.io/helm3-charts/)
180+
181+
182+
183+
### 添加仓库
184+
185+
```shell
186+
helm repo add sonatype https://sonatype.github.io/helm3-charts/
187+
```
188+
189+
190+
191+
### 下载包
192+
193+
```shell
194+
helm pull sonatype/nexus-repository-manager
195+
```
196+
197+
198+
199+
### 解压缩
200+
201+
```shell
202+
tar xf nexus-repository-manager-64.2.0.tgz
203+
```
204+
205+
206+
207+
208+
209+
210+
211+
212+
213+
214+
215+
216+
217+
218+
219+
220+
175221
## 使用systemd管理nexus
176222

177223
编辑配置文件 `/etc/systemd/system/nexus.service`
@@ -230,3 +276,5 @@ EOF
230276

231277

232278

279+
280+

docs/ljq/jq-linux/1.jq-linux.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/ljq/jq-linux/jq的第一个笔记/jq的第一个笔记.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/ljq/jq-云平台/1.jq-云平台.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

docusaurus.config.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,7 @@ const config = {
213213
{ label: 'LLM工程平台', to: '/docs/LLM工程平台' },
214214
{ label: 'AI应用可视化平台', to: '/docs/AI应用可视化平台' },
215215
]
216-
},
217-
{
218-
label: 'ljq',
219-
items: [
220-
{ label: 'jq-linux', to: '/docs/jq-linux' },
221-
{ label: 'jq-云平台', to: '/docs/jq-云平台' },
222-
]
223-
},
216+
},
224217

225218
// {
226219
// type: 'docSidebar',

sidebars.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ const sidebars = {
7979
LLM工程平台: [{ type: 'autogenerated', dirName: 'AI/LLM工程平台'}],
8080
AI应用可视化平台: [{ type: 'autogenerated', dirName: 'AI/AI应用可视化平台'}],
8181

82-
// ljq
83-
ljq_linux: [{ type: 'autogenerated', dirName: 'ljq/jq-linux'}],
84-
ljq_云平台: [{ type: 'autogenerated', dirName: 'ljq/jq-云平台'}],
8582
};
8683

8784
module.exports = sidebars;

0 commit comments

Comments
 (0)