Skip to content

Commit

Permalink
Merge pull request #88 from sophongo/fixhtt
Browse files Browse the repository at this point in the history
remove the word of daocloud
  • Loading branch information
windsonsea authored Nov 18, 2024
2 parents bea70df + 0b1520a commit a710b7d
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "\U0001F6D1 Report a bug in the DaoCloud Enterprise Documents"
name: "\U0001F6D1 Report a bug in the Documents"
about: Create a report to help us improve
title: ''
labels: bug
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: ✅ Connect US when your having questions.
url: https://www.daocloud.io
about: If you have questions about DaoCloud product or need support building applicaion, please ask us
url: https://sophongo.github.io/sophdoc/
about: If you have questions about product or need support building applicaion, please ask us
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "\U0001F7E1 Request a feature in the DaoCloud Enterprise Documents"
about: If you have feature idea for DaoCloud Enterprise Documents
name: "\U0001F7E1 Request a feature in the Documents"
about: If you have feature idea for Documents
title: ''
labels: enhancement
assignees: ''
Expand Down
4 changes: 2 additions & 2 deletions docs/en/admin/baize/best-practice/change-notebook-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In most cases, this will meet the developers' needs.

![Creating notebook interface](../images/notebook-images.png)

DaoCloud provides a default Notebook image that contains all necessary development tools and resources.
This AI platform provides a default Notebook image that contains all necessary development tools and resources.

```markdown
baize/baize-notebook
Expand All @@ -21,7 +21,7 @@ This Notebook includes basic development tools. Taking `baize-notebook:v0.5.0` (
| conda(mamba) | 23.3.1 | |
| jupyterlab | 3.6.6 | JupyterLab image, providing a complete Notebook experience |
| codeserver | v4.89.1 | Mainstream Code development tool for a familiar experience |
| *baizectl | v0.5.0 | DaoCloud built-in CLI task management tool |
| *baizectl | v0.5.0 | A built-in CLI task management tool |
| *SSH | - | Supports local SSH direct access to the Notebook container |
| *kubectl | v1.27 | Kubernetes CLI for managing container resources within Notebook |

Expand Down
2 changes: 1 addition & 1 deletion docs/en/admin/kpanda/namespaces/createns.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Supports easy creation of namespaces through forms, and quick creation of namesp

!!! info

- After binding a namespace to a workspace, the resources of that namespace will be shared with the bound workspace. For a detailed explanation of workspaces, refer to [Workspaces and Hierarchies](../../../ghippo/workspace/workspace.md).
- After binding a namespace to a workspace, the resources of that namespace will be shared with the bound workspace. For a detailed explanation of workspaces, refer to [Workspaces and Folders](../../ghippo/workspace/workspace.md).

- After the namespace is created, you can still bind/unbind the workspace.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/admin/kpanda/workloads/create-daemonset.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Date: 2024-02-28

This page introduces how to create a daemonSet through image and YAML files.

DaemonSet is connected to [taint](https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/) through [node affinity]( ://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) feature ensures that a replica of a Pod is running on all or some of the nodes. For nodes that newly joined the cluster, DaemonSet automatically deploys the proper Pod on the new node and tracks the running status of the Pod. When a node is removed, the DaemonSet deletes all Pods it created.
DaemonSet is connected to [taint](https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/) through [node affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) feature ensures that a replica of a Pod is running on all or some of the nodes. For nodes that newly joined the cluster, DaemonSet automatically deploys the proper Pod on the new node and tracks the running status of the Pod. When a node is removed, the DaemonSet deletes all Pods it created.

Common cases for daemons include:

Expand Down
2 changes: 1 addition & 1 deletion docs/en/end-user/kpanda/namespaces/createns.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Supports easy creation of namespaces through forms, and quick creation of namesp

!!! info

- After binding a namespace to a workspace, the resources of that namespace will be shared with the bound workspace. For a detailed explanation of workspaces, refer to [Workspaces and Hierarchies](../../../ghippo/workspace/workspace.md).
- After binding a namespace to a workspace, the resources of that namespace will be shared with the bound workspace. For a detailed explanation of workspaces, refer to [Workspaces and Folders](../../ghippo/workspace/workspace.md).

- After the namespace is created, you can still bind/unbind the workspace.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/end-user/kpanda/workloads/create-daemonset.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Date: 2024-02-28

This page introduces how to create a daemonSet through image and YAML files.

DaemonSet is connected to [taint](https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/) through [node affinity]( ://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) feature ensures that a replica of a Pod is running on all or some of the nodes. For nodes that newly joined the cluster, DaemonSet automatically deploys the proper Pod on the new node and tracks the running status of the Pod. When a node is removed, the DaemonSet deletes all Pods it created.
DaemonSet is connected to [taint](https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/) through [node affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) feature ensures that a replica of a Pod is running on all or some of the nodes. For nodes that newly joined the cluster, DaemonSet automatically deploys the proper Pod on the new node and tracks the running status of the Pod. When a node is removed, the DaemonSet deletes all Pods it created.

Common cases for daemons include:

Expand Down
2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ theme:
# Plugins
plugins:
search:
jieba_dict: dict.txt.small
jieba_dict_user: dict.txt.daocloud
lang:
zh
en
Expand Down

0 comments on commit a710b7d

Please sign in to comment.