Skip to content

Commit 0b1520a

Browse files
committed
remove the word of daocloud
1 parent bea70df commit 0b1520a

File tree

9 files changed

+11
-13
lines changed

9 files changed

+11
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "\U0001F6D1 Report a bug in the DaoCloud Enterprise Documents"
2+
name: "\U0001F6D1 Report a bug in the Documents"
33
about: Create a report to help us improve
44
title: ''
55
labels: bug

.github/ISSUE_TEMPLATE/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: ✅ Connect US when your having questions.
4-
url: https://www.daocloud.io
5-
about: If you have questions about DaoCloud product or need support building applicaion, please ask us
4+
url: https://sophongo.github.io/sophdoc/
5+
about: If you have questions about product or need support building applicaion, please ask us

.github/ISSUE_TEMPLATE/feature_request.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: "\U0001F7E1 Request a feature in the DaoCloud Enterprise Documents"
3-
about: If you have feature idea for DaoCloud Enterprise Documents
2+
name: "\U0001F7E1 Request a feature in the Documents"
3+
about: If you have feature idea for Documents
44
title: ''
55
labels: enhancement
66
assignees: ''

docs/en/admin/baize/best-practice/change-notebook-image.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In most cases, this will meet the developers' needs.
55

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

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

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

docs/en/admin/kpanda/namespaces/createns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Supports easy creation of namespaces through forms, and quick creation of namesp
2727

2828
!!! info
2929

30-
- 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).
30+
- 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).
3131

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

docs/en/admin/kpanda/workloads/create-daemonset.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Date: 2024-02-28
77

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

10-
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.
10+
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.
1111

1212
Common cases for daemons include:
1313

docs/en/end-user/kpanda/namespaces/createns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Supports easy creation of namespaces through forms, and quick creation of namesp
2727

2828
!!! info
2929

30-
- 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).
30+
- 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).
3131

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

docs/en/end-user/kpanda/workloads/create-daemonset.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Date: 2024-02-28
77

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

10-
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.
10+
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.
1111

1212
Common cases for daemons include:
1313

mkdocs.yml

-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ theme:
8080
# Plugins
8181
plugins:
8282
search:
83-
jieba_dict: dict.txt.small
84-
jieba_dict_user: dict.txt.daocloud
8583
lang:
8684
zh
8785
en

0 commit comments

Comments
 (0)