Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 committed May 7, 2024
1 parent 19aa34a commit 61c8fa4
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 14 deletions.
13 changes: 0 additions & 13 deletions PRD.md

This file was deleted.

30 changes: 30 additions & 0 deletions developer.md
@@ -0,0 +1,30 @@
# Developer

## docsearch-scraper

```
- CONFIG={
"index_name":"websoft9",
"start_urls":["https://support.websoft9.com/"],
"selectors":{
"lvl0":{
"selector":"(//ul[contains(@class,'menu__list')]//a[contains(@class, 'menu__link menu__link--sublist menu__link--active')]/text() | //nav[contains(@class, 'navbar')]//a[contains(@class, 'navbar__link--active')]/text())[last()]",
"type":"xpath",
"global":true,
"default_value":"Documentation"},
"lvl1":"header h1",
"lvl2":"article h2",
"lvl3":"article h3",
"lvl4":"article h4",
"lvl5":"article h5,article td:first-child",
"lvl6":"article h6",
"text":"article p, article li, article td:last-child"},
"strip_chars":" .,;:#",
"custom_settings":{
"separatorsToIndex":"_",
"attributesForFaceting":["language","version","type","docusaurus_tag"],
"attributesToRetrieve":["hierarchy","content","anchor","url","url_without_anchor","type"]},
"conversation_id":["833762294"],
"nb_hits":46250}
```

4 changes: 3 additions & 1 deletion docs/apps/codeserver.md
Expand Up @@ -114,7 +114,9 @@ java -version

#### 文件权限不足?

如果上传到宿主机的文件,code-server 容器没有访问权限,则需要修正它们。
问题描述:切换到 root 账号 git clone 项目后,code-server 权限不足,导致无法修改或删除项目文件
原因分析:code-server 容器默认用户是 abc,无法修改 root 权限的文件
解决方案:`chown -R abc:abc workspace` 修正

#### Terminal 安装组件时权限不足?

Expand Down
Binary file removed docs/business/assets/aliyun-getinvoice-websoft9.png
Binary file not shown.

0 comments on commit 61c8fa4

Please sign in to comment.