Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .github/workflows/check_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ jobs:

- name: Run Markdown Lint
run: markdownlint -c .github/workflows/markdown_config.json ./


- name: Check Markdown Lint Cli2
uses: DavidAnson/markdownlint-cli2-action@v20
with:
config: '.github/workflows/.markdownlint-cli2.jsonc'
globs: 'docs/**/*.md,docs/**/*.mdx'

- name: Check Typos
uses: crate-ci/[email protected]
with:
Expand All @@ -49,12 +55,7 @@ jobs:
reviewdog: true
args: ./docs/**/*.md ./docs/**/*.mdx

- name: Check Markdown Lint Cli2
uses: DavidAnson/markdownlint-cli2-action@v20
with:
config: '.github/workflows/.markdownlint-cli2.jsonc'
globs: 'docs/**/*.md,docs/**/*.mdx'



build:
needs:
Expand Down
2 changes: 1 addition & 1 deletion docs/03-get-started/01-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ TDengine AI 提供了 Docker 镜像,用户可以通过 Docker 快速启动 TDe
docker run -d --name tdengine-ai
```

4. 启动后,你可以通过浏览器访问 TDengine AI 的 Web 界面,默认地址为 `http://localhost:6042`。
4. 启动D后,你可以通过浏览器访问 TDengine AI 的 Web 界面,默认地址为 `http://localhost:6042`。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [AutoCorrect Lint] <AutoCorrect> reported by reviewdog 🐶

Suggested change
4. 启动D后,你可以通过浏览器访问 TDengine AI 的 Web 界面,默认地址为 `http://localhost:6042`
4. 启动 D 后,你可以通过浏览器访问 TDengine AI 的 Web 界面,默认地址为 `http://localhost:6042`


## 在 Docker 环境下体验 TDengine AI