Skip to content

Commit 186bb11

Browse files
authored
Merge pull request #430 from stmcginnis/adapt-type
Fix adopt/adapt typo in user docs
2 parents 519012c + a28cc55 commit 186bb11

File tree

29 files changed

+43
-43
lines changed

29 files changed

+43
-43
lines changed

blog/2024-07-24-newsletter/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Thanks to all contributors for their outstanding work over the past two weeks (2
8080

8181
- Added Python, Java, NodeJs, Rust, Wasm, .NET, C/C++ and other multi-language API documents.
8282
- Updated the IDE Quick Start document.
83-
- Added New Blog [A Comparative Overview of Jsonnet and KCL](https://www.kcl-lang.io/blog/2024-07-22-jsonnet-kcl-comparison).
84-
- Updated the crd in [Adopt From Kubernetes](https://www.kcl-lang.io/docs/user_docs/guides/working-with-k8s/adopt-from-kubernetes).
83+
- Added New Blog [A Comparative Overview of Jsonnet and KCL](https://www.kcl-lang.io/blog/2024-07-22-Jsonnet-kcl-comparison).
84+
- Updated the crd in [Adapt From Kubernetes](https://www.kcl-lang.io/docs/user_docs/guides/working-with-k8s/adapt-from-kubernetes).
8585

8686
## Resources
8787

docs/user_docs/guides/working-with-k8s/0-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
2121
## Docs
2222

2323
<DocsCards>
24-
<DocsCard header="Adopt from Kubernetes" href="adopt-from-kubernetes">
24+
<DocsCard header="Adapt from Kubernetes" href="adapt-from-kubernetes">
2525
<p>Provides the guide to import Kubernetes manifests and CRDs to KCL.</p>
2626
</DocsCard>
2727
<DocsCard header="Generate Kubernetes" href="generate-k8s-manifests">

docs/user_docs/guides/working-with-k8s/1-adopt-from-kubernetes.md renamed to docs/user_docs/guides/working-with-k8s/1-adapt-from-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "Adopt From Kubernetes"
2+
title: "Adapt From Kubernetes"
33
sidebar_position: 1
44
---
55

66
## Introduction
77

8-
KCL provides many out of the box support for Kubernetes configuration. Through KCL tools, we can integrate Kubernetes manifests and types into KCL. This section will introduce how to adopt from Kubernetes.
8+
KCL provides many out of the box support for Kubernetes configuration. Through KCL tools, we can integrate Kubernetes manifests and types into KCL. This section will introduce how to adapt from Kubernetes.
99

1010
## Prerequisite
1111

i18n/en/docusaurus-plugin-content-docs/current.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -543,9 +543,9 @@
543543
"message": "Guides",
544544
"description": "The label for category Guides in sidebar docs"
545545
},
546-
"sidebar.docs.category.Adopting kcl-lang": {
547-
"message": "Adopting kcl-lang",
548-
"description": "The label for category Adopting kcl-lang in sidebar docs"
546+
"sidebar.docs.category.Adapting kcl-lang": {
547+
"message": "Adapting kcl-lang",
548+
"description": "The label for category Adapting kcl-lang in sidebar docs"
549549
},
550550
"sidebar.docs.category.Project Best Practices": {
551551
"message": "Project Best Practices",
@@ -575,9 +575,9 @@
575575
"message": "Guides",
576576
"description": "The label for category Guides in sidebar user_docs"
577577
},
578-
"sidebar.user_docs.category.Adopting kcl-lang": {
579-
"message": "Adopting kcl-lang",
580-
"description": "The label for category Adopting kcl-lang in sidebar user_docs"
578+
"sidebar.user_docs.category.Adapting kcl-lang": {
579+
"message": "Adapting kcl-lang",
580+
"description": "The label for category Adapting kcl-lang in sidebar user_docs"
581581
},
582582
"sidebar.user_docs.category.Project Best Practices": {
583583
"message": "Project Best Practices",

i18n/en/docusaurus-plugin-content-docs/version-0.7.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -535,9 +535,9 @@
535535
"message": "Guides",
536536
"description": "The label for category Guides in sidebar docs"
537537
},
538-
"sidebar.docs.category.Adopting kcl-lang": {
539-
"message": "Adopting kcl-lang",
540-
"description": "The label for category Adopting kcl-lang in sidebar docs"
538+
"sidebar.docs.category.Adapting kcl-lang": {
539+
"message": "Adapting kcl-lang",
540+
"description": "The label for category Adapting kcl-lang in sidebar docs"
541541
},
542542
"sidebar.docs.category.Project Best Practices": {
543543
"message": "Project Best Practices",
@@ -567,9 +567,9 @@
567567
"message": "Guides",
568568
"description": "The label for category Guides in sidebar user_docs"
569569
},
570-
"sidebar.user_docs.category.Adopting kcl-lang": {
571-
"message": "Adopting kcl-lang",
572-
"description": "The label for category Adopting kcl-lang in sidebar user_docs"
570+
"sidebar.user_docs.category.Adapting kcl-lang": {
571+
"message": "Adapting kcl-lang",
572+
"description": "The label for category Adapting kcl-lang in sidebar user_docs"
573573
},
574574
"sidebar.user_docs.category.Project Best Practices": {
575575
"message": "Project Best Practices",

i18n/en/docusaurus-plugin-content-docs/version-0.8.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,9 @@
539539
"message": "Guides",
540540
"description": "The label for category Guides in sidebar docs"
541541
},
542-
"sidebar.docs.category.Adopting kcl-lang": {
543-
"message": "Adopting kcl-lang",
544-
"description": "The label for category Adopting kcl-lang in sidebar docs"
542+
"sidebar.docs.category.Adapting kcl-lang": {
543+
"message": "Adapting kcl-lang",
544+
"description": "The label for category Adapting kcl-lang in sidebar docs"
545545
},
546546
"sidebar.docs.category.Project Best Practices": {
547547
"message": "Project Best Practices",
@@ -571,9 +571,9 @@
571571
"message": "Guides",
572572
"description": "The label for category Guides in sidebar user_docs"
573573
},
574-
"sidebar.user_docs.category.Adopting kcl-lang": {
575-
"message": "Adopting kcl-lang",
576-
"description": "The label for category Adopting kcl-lang in sidebar user_docs"
574+
"sidebar.user_docs.category.Adapting kcl-lang": {
575+
"message": "Adapting kcl-lang",
576+
"description": "The label for category Adapting kcl-lang in sidebar user_docs"
577577
},
578578
"sidebar.user_docs.category.Project Best Practices": {
579579
"message": "Project Best Practices",

i18n/en/docusaurus-plugin-content-docs/version-0.9.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -535,9 +535,9 @@
535535
"message": "Guides",
536536
"description": "The label for category Guides in sidebar docs"
537537
},
538-
"sidebar.docs.category.Adopting kcl-lang": {
539-
"message": "Adopting kcl-lang",
540-
"description": "The label for category Adopting kcl-lang in sidebar docs"
538+
"sidebar.docs.category.Adapting kcl-lang": {
539+
"message": "Adapting kcl-lang",
540+
"description": "The label for category Adapting kcl-lang in sidebar docs"
541541
},
542542
"sidebar.docs.category.Project Best Practices": {
543543
"message": "Project Best Practices",
@@ -567,9 +567,9 @@
567567
"message": "Guides",
568568
"description": "The label for category Guides in sidebar user_docs"
569569
},
570-
"sidebar.user_docs.category.Adopting kcl-lang": {
571-
"message": "Adopting kcl-lang",
572-
"description": "The label for category Adopting kcl-lang in sidebar user_docs"
570+
"sidebar.user_docs.category.Adapting kcl-lang": {
571+
"message": "Adapting kcl-lang",
572+
"description": "The label for category Adapting kcl-lang in sidebar user_docs"
573573
},
574574
"sidebar.user_docs.category.Project Best Practices": {
575575
"message": "Project Best Practices",

i18n/zh-CN/docusaurus-plugin-content-blog/2024-07-24-newsletter/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ image: /img/biweekly-newsletter.png
8181

8282
- 新增 Python, Java, NodeJs, Rust, Wasm, .NET, C/C++ 等多语言 API 文档。
8383
- 更新了 IDE Quick Start 文档。
84-
- 新增博客 [A Comparative Overview of Jsonnet and KCL](https://www.kcl-lang.io/blog/2024-07-22-jsonnet-kcl-comparison)
85-
- 更新文档[Adopt From Kubernetes](https://www.kcl-lang.io/docs/user_docs/guides/working-with-k8s/adopt-from-kubernetes)中的 crd 资源。
84+
- 新增博客 [A Comparative Overview of Jsonnet and KCL](https://www.kcl-lang.io/blog/2024-07-22-Jsonnet-kcl-comparison)
85+
- 更新文档[Adapt From Kubernetes](https://www.kcl-lang.io/docs/user_docs/guides/working-with-k8s/adapt-from-kubernetes)中的 crd 资源。
8686

8787
## 其他资源
8888

versioned_docs/version-0.4/user_docs/guides/working-with-k8s/adopt_from_kubernetes.md renamed to versioned_docs/version-0.4/user_docs/guides/working-with-k8s/adapt_from_kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Adopt From Kubernetes to KCL
1+
# Adapt From Kubernetes to KCL
22

33
## 1. Kubernetes OpenAPI Spec
44

versioned_docs/version-0.5/user_docs/guides/working-with-k8s/1-adopt-from-kubernetes.md renamed to versioned_docs/version-0.5/user_docs/guides/working-with-k8s/1-adapt-from-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Adopt From Kubernetes"
2+
title: "Adapt From Kubernetes"
33
sidebar_position: 1
44
---
55

versioned_docs/version-0.6/user_docs/guides/working-with-k8s/1-adopt-from-kubernetes.md renamed to versioned_docs/version-0.6/user_docs/guides/working-with-k8s/1-adapt-from-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Adopt From Kubernetes"
2+
title: "Adapt From Kubernetes"
33
sidebar_position: 1
44
---
55

versioned_docs/version-0.7/user_docs/guides/working-with-k8s/0-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
2121
## Docs
2222

2323
<DocsCards>
24-
<DocsCard header="Adopt from Kubernetes" href="adopt-from-kubernetes">
24+
<DocsCard header="Adapt from Kubernetes" href="adapt-from-kubernetes">
2525
<p>Provides the guide to import Kubernetes manifests and CRDs to KCL.</p>
2626
</DocsCard>
2727
<DocsCard header="Generate Kubernetes" href="generate-k8s-manifests">

versioned_docs/version-0.7/user_docs/guides/working-with-k8s/1-adopt-from-kubernetes.md renamed to versioned_docs/version-0.7/user_docs/guides/working-with-k8s/1-adapt-from-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "Adopt From Kubernetes"
2+
title: "Adapt From Kubernetes"
33
sidebar_position: 1
44
---
55

66
## Introduction
77

8-
KCL provides many out of the box support for Kubernetes configuration. Through KCL tools, we can integrate Kubernetes manifests and types into KCL. This section will introduce how to adopt from Kubernetes.
8+
KCL provides many out of the box support for Kubernetes configuration. Through KCL tools, we can integrate Kubernetes manifests and types into KCL. This section will introduce how to adapt from Kubernetes.
99

1010
## Prerequisite
1111

versioned_docs/version-0.8/user_docs/guides/working-with-k8s/0-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
2121
## Docs
2222

2323
<DocsCards>
24-
<DocsCard header="Adopt from Kubernetes" href="adopt-from-kubernetes">
24+
<DocsCard header="Adapt from Kubernetes" href="adapt-from-kubernetes">
2525
<p>Provides the guide to import Kubernetes manifests and CRDs to KCL.</p>
2626
</DocsCard>
2727
<DocsCard header="Generate Kubernetes" href="generate-k8s-manifests">

versioned_docs/version-0.8/user_docs/guides/working-with-k8s/1-adopt-from-kubernetes.md renamed to versioned_docs/version-0.8/user_docs/guides/working-with-k8s/1-adapt-from-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "Adopt From Kubernetes"
2+
title: "Adapt From Kubernetes"
33
sidebar_position: 1
44
---
55

66
## Introduction
77

8-
KCL provides many out of the box support for Kubernetes configuration. Through KCL tools, we can integrate Kubernetes manifests and types into KCL. This section will introduce how to adopt from Kubernetes.
8+
KCL provides many out of the box support for Kubernetes configuration. Through KCL tools, we can integrate Kubernetes manifests and types into KCL. This section will introduce how to adapt from Kubernetes.
99

1010
## Prerequisite
1111

versioned_docs/version-0.9/user_docs/guides/working-with-k8s/0-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
2121
## Docs
2222

2323
<DocsCards>
24-
<DocsCard header="Adopt from Kubernetes" href="adopt-from-kubernetes">
24+
<DocsCard header="Adapt from Kubernetes" href="adapt-from-kubernetes">
2525
<p>Provides the guide to import Kubernetes manifests and CRDs to KCL.</p>
2626
</DocsCard>
2727
<DocsCard header="Generate Kubernetes" href="generate-k8s-manifests">

versioned_docs/version-0.9/user_docs/guides/working-with-k8s/1-adopt-from-kubernetes.md renamed to versioned_docs/version-0.9/user_docs/guides/working-with-k8s/1-adapt-from-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "Adopt From Kubernetes"
2+
title: "Adapt From Kubernetes"
33
sidebar_position: 1
44
---
55

66
## Introduction
77

8-
KCL provides many out of the box support for Kubernetes configuration. Through KCL tools, we can integrate Kubernetes manifests and types into KCL. This section will introduce how to adopt from Kubernetes.
8+
KCL provides many out of the box support for Kubernetes configuration. Through KCL tools, we can integrate Kubernetes manifests and types into KCL. This section will introduce how to adapt from Kubernetes.
99

1010
## Prerequisite
1111

0 commit comments

Comments
 (0)