Skip to content

Commit

Permalink
Merge pull request #430 from stmcginnis/adapt-type
Browse files Browse the repository at this point in the history
Fix adopt/adapt typo in user docs
  • Loading branch information
Peefy authored Jul 26, 2024
2 parents 519012c + a28cc55 commit 186bb11
Show file tree
Hide file tree
Showing 29 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions blog/2024-07-24-newsletter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ Thanks to all contributors for their outstanding work over the past two weeks (2

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

## Resources

Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/guides/working-with-k8s/0-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
## Docs

<DocsCards>
<DocsCard header="Adopt from Kubernetes" href="adopt-from-kubernetes">
<DocsCard header="Adapt from Kubernetes" href="adapt-from-kubernetes">
<p>Provides the guide to import Kubernetes manifests and CRDs to KCL.</p>
</DocsCard>
<DocsCard header="Generate Kubernetes" href="generate-k8s-manifests">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "Adopt From Kubernetes"
title: "Adapt From Kubernetes"
sidebar_position: 1
---

## Introduction

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.
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.

## Prerequisite

Expand Down
12 changes: 6 additions & 6 deletions i18n/en/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,9 +543,9 @@
"message": "Guides",
"description": "The label for category Guides in sidebar docs"
},
"sidebar.docs.category.Adopting kcl-lang": {
"message": "Adopting kcl-lang",
"description": "The label for category Adopting kcl-lang in sidebar docs"
"sidebar.docs.category.Adapting kcl-lang": {
"message": "Adapting kcl-lang",
"description": "The label for category Adapting kcl-lang in sidebar docs"
},
"sidebar.docs.category.Project Best Practices": {
"message": "Project Best Practices",
Expand Down Expand Up @@ -575,9 +575,9 @@
"message": "Guides",
"description": "The label for category Guides in sidebar user_docs"
},
"sidebar.user_docs.category.Adopting kcl-lang": {
"message": "Adopting kcl-lang",
"description": "The label for category Adopting kcl-lang in sidebar user_docs"
"sidebar.user_docs.category.Adapting kcl-lang": {
"message": "Adapting kcl-lang",
"description": "The label for category Adapting kcl-lang in sidebar user_docs"
},
"sidebar.user_docs.category.Project Best Practices": {
"message": "Project Best Practices",
Expand Down
12 changes: 6 additions & 6 deletions i18n/en/docusaurus-plugin-content-docs/version-0.7.json
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,9 @@
"message": "Guides",
"description": "The label for category Guides in sidebar docs"
},
"sidebar.docs.category.Adopting kcl-lang": {
"message": "Adopting kcl-lang",
"description": "The label for category Adopting kcl-lang in sidebar docs"
"sidebar.docs.category.Adapting kcl-lang": {
"message": "Adapting kcl-lang",
"description": "The label for category Adapting kcl-lang in sidebar docs"
},
"sidebar.docs.category.Project Best Practices": {
"message": "Project Best Practices",
Expand Down Expand Up @@ -567,9 +567,9 @@
"message": "Guides",
"description": "The label for category Guides in sidebar user_docs"
},
"sidebar.user_docs.category.Adopting kcl-lang": {
"message": "Adopting kcl-lang",
"description": "The label for category Adopting kcl-lang in sidebar user_docs"
"sidebar.user_docs.category.Adapting kcl-lang": {
"message": "Adapting kcl-lang",
"description": "The label for category Adapting kcl-lang in sidebar user_docs"
},
"sidebar.user_docs.category.Project Best Practices": {
"message": "Project Best Practices",
Expand Down
12 changes: 6 additions & 6 deletions i18n/en/docusaurus-plugin-content-docs/version-0.8.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,9 @@
"message": "Guides",
"description": "The label for category Guides in sidebar docs"
},
"sidebar.docs.category.Adopting kcl-lang": {
"message": "Adopting kcl-lang",
"description": "The label for category Adopting kcl-lang in sidebar docs"
"sidebar.docs.category.Adapting kcl-lang": {
"message": "Adapting kcl-lang",
"description": "The label for category Adapting kcl-lang in sidebar docs"
},
"sidebar.docs.category.Project Best Practices": {
"message": "Project Best Practices",
Expand Down Expand Up @@ -571,9 +571,9 @@
"message": "Guides",
"description": "The label for category Guides in sidebar user_docs"
},
"sidebar.user_docs.category.Adopting kcl-lang": {
"message": "Adopting kcl-lang",
"description": "The label for category Adopting kcl-lang in sidebar user_docs"
"sidebar.user_docs.category.Adapting kcl-lang": {
"message": "Adapting kcl-lang",
"description": "The label for category Adapting kcl-lang in sidebar user_docs"
},
"sidebar.user_docs.category.Project Best Practices": {
"message": "Project Best Practices",
Expand Down
12 changes: 6 additions & 6 deletions i18n/en/docusaurus-plugin-content-docs/version-0.9.json
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,9 @@
"message": "Guides",
"description": "The label for category Guides in sidebar docs"
},
"sidebar.docs.category.Adopting kcl-lang": {
"message": "Adopting kcl-lang",
"description": "The label for category Adopting kcl-lang in sidebar docs"
"sidebar.docs.category.Adapting kcl-lang": {
"message": "Adapting kcl-lang",
"description": "The label for category Adapting kcl-lang in sidebar docs"
},
"sidebar.docs.category.Project Best Practices": {
"message": "Project Best Practices",
Expand Down Expand Up @@ -567,9 +567,9 @@
"message": "Guides",
"description": "The label for category Guides in sidebar user_docs"
},
"sidebar.user_docs.category.Adopting kcl-lang": {
"message": "Adopting kcl-lang",
"description": "The label for category Adopting kcl-lang in sidebar user_docs"
"sidebar.user_docs.category.Adapting kcl-lang": {
"message": "Adapting kcl-lang",
"description": "The label for category Adapting kcl-lang in sidebar user_docs"
},
"sidebar.user_docs.category.Project Best Practices": {
"message": "Project Best Practices",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ image: /img/biweekly-newsletter.png

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

## 其他资源

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Adopt From Kubernetes to KCL
# Adapt From Kubernetes to KCL

## 1. Kubernetes OpenAPI Spec

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Adopt From Kubernetes"
title: "Adapt From Kubernetes"
sidebar_position: 1
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Adopt From Kubernetes"
title: "Adapt From Kubernetes"
sidebar_position: 1
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
## Docs

<DocsCards>
<DocsCard header="Adopt from Kubernetes" href="adopt-from-kubernetes">
<DocsCard header="Adapt from Kubernetes" href="adapt-from-kubernetes">
<p>Provides the guide to import Kubernetes manifests and CRDs to KCL.</p>
</DocsCard>
<DocsCard header="Generate Kubernetes" href="generate-k8s-manifests">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "Adopt From Kubernetes"
title: "Adapt From Kubernetes"
sidebar_position: 1
---

## Introduction

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.
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.

## Prerequisite

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
## Docs

<DocsCards>
<DocsCard header="Adopt from Kubernetes" href="adopt-from-kubernetes">
<DocsCard header="Adapt from Kubernetes" href="adapt-from-kubernetes">
<p>Provides the guide to import Kubernetes manifests and CRDs to KCL.</p>
</DocsCard>
<DocsCard header="Generate Kubernetes" href="generate-k8s-manifests">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "Adopt From Kubernetes"
title: "Adapt From Kubernetes"
sidebar_position: 1
---

## Introduction

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.
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.

## Prerequisite

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
## Docs

<DocsCards>
<DocsCard header="Adopt from Kubernetes" href="adopt-from-kubernetes">
<DocsCard header="Adapt from Kubernetes" href="adapt-from-kubernetes">
<p>Provides the guide to import Kubernetes manifests and CRDs to KCL.</p>
</DocsCard>
<DocsCard header="Generate Kubernetes" href="generate-k8s-manifests">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "Adopt From Kubernetes"
title: "Adapt From Kubernetes"
sidebar_position: 1
---

## Introduction

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.
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.

## Prerequisite

Expand Down

0 comments on commit 186bb11

Please sign in to comment.