Skip to content

Commit f4304a7

Browse files
committed
docs: add link to kpt issues
1 parent 87e8490 commit f4304a7

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

docs/develop/develop-quickstart/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
cd kpt-functions-sdk/ts/hello-world Install all dependencies:" />
2929
<meta property="og:type" content="article" />
3030
<meta property="og:url" content="https://googlecontainertools.github.io/kpt-functions-sdk/develop/develop-quickstart/" />
31-
<meta property="article:modified_time" content="2020-03-26T19:18:35-07:00" /><meta property="og:site_name" content="Kpt Functions SDK" />
31+
<meta property="article:modified_time" content="2020-03-27T15:08:35-07:00" /><meta property="og:site_name" content="Kpt Functions SDK" />
3232
<meta itemprop="name" content="Quickstart">
3333
<meta itemprop="description" content="This quickstart will get you started developing a KPT Function with the TypeScript SDK, using an existing Hello World package.
3434
Prerequisites System Requirements Currently supported platforms: amd64 Linux/Mac
3535
Setting Up Your Local Environment Install node Install docker Install kpt and add it to $PATH Hello World Package Get the hello-world package:
3636
git clone --depth 1 https://github.com/GoogleContainerTools/kpt-functions-sdk.git All subsequent commands are run from the hello-world directory:
3737
cd kpt-functions-sdk/ts/hello-world Install all dependencies:">
38-
<meta itemprop="dateModified" content="2020-03-26T19:18:35-07:00" />
38+
<meta itemprop="dateModified" content="2020-03-27T15:08:35-07:00" />
3939
<meta itemprop="wordCount" content="188">
4040

4141

@@ -312,7 +312,7 @@ <h2 id="next-steps">Next Steps</h2>
312312

313313

314314

315-
<div class="text-muted mt-5 pt-3 border-top">Last modified March 26, 2020: <a href="https://github.com/GoogleContainerTools/kpt-functions-sdk/commit/da23d25ce2cc8a2f9886e26ab76168f6124e7993">Minor doc sites changes. (#129) (da23d25)</a>
315+
<div class="text-muted mt-5 pt-3 border-top">Last modified March 27, 2020: <a href="https://github.com/GoogleContainerTools/kpt-functions-sdk/commit/e8b4f5bb129611b471c4264125faa38897fcc609">Regenerate hugo site (e8b4f5b)</a>
316316
</div>
317317
</div>
318318

docs/develop/develop/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
Setting Up Your Local Environment Install node The SDK requires npm version 6 or higher. If installing node from binaries (i.e. without a package manager), follow these installation instructions. Install docker Your Kubernetes Cluster For the type generation functionality to work, you need a Kubernetes cluster with the CRD OpenAPI Publishing feature which is beta with Kubernetes 1." />
2727
<meta property="og:type" content="article" />
2828
<meta property="og:url" content="https://googlecontainertools.github.io/kpt-functions-sdk/develop/develop/" />
29-
<meta property="article:modified_time" content="2020-03-26T19:18:35-07:00" /><meta property="og:site_name" content="Kpt Functions SDK" />
29+
<meta property="article:modified_time" content="2020-03-27T15:08:35-07:00" /><meta property="og:site_name" content="Kpt Functions SDK" />
3030
<meta itemprop="name" content="Complete User Guide">
3131
<meta itemprop="description" content="This guide will walk you through developing a KPT function using the Typescript SDK.
3232
Setup System Requirements Currently supported platforms: amd64 Linux/Mac
3333
Setting Up Your Local Environment Install node The SDK requires npm version 6 or higher. If installing node from binaries (i.e. without a package manager), follow these installation instructions. Install docker Your Kubernetes Cluster For the type generation functionality to work, you need a Kubernetes cluster with the CRD OpenAPI Publishing feature which is beta with Kubernetes 1.">
34-
<meta itemprop="dateModified" content="2020-03-26T19:18:35-07:00" />
34+
<meta itemprop="dateModified" content="2020-03-27T15:08:35-07:00" />
3535
<meta itemprop="wordCount" content="785">
3636

3737

@@ -409,7 +409,7 @@ <h2 id="implement-the-function">Implement the function</h2>
409409

410410

411411

412-
<div class="text-muted mt-5 pt-3 border-top">Last modified March 26, 2020: <a href="https://github.com/GoogleContainerTools/kpt-functions-sdk/commit/da23d25ce2cc8a2f9886e26ab76168f6124e7993">Minor doc sites changes. (#129) (da23d25)</a>
412+
<div class="text-muted mt-5 pt-3 border-top">Last modified March 27, 2020: <a href="https://github.com/GoogleContainerTools/kpt-functions-sdk/commit/e8b4f5bb129611b471c4264125faa38897fcc609">Regenerate hugo site (e8b4f5b)</a>
413413
</div>
414414
</div>
415415

docs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<li><a href="#why-a-typescript-sdk">Why a Typescript SDK</a></li>
280280
</ul>
281281
</li>
282-
<li><a href="#community">Community</a></li>
282+
<li><a href="#community-and-feedback">Community and Feedback</a></li>
283283
</ul>
284284
</nav>
285285

@@ -359,10 +359,11 @@ <h3 id="why-a-typescript-sdk">Why a Typescript SDK</h3>
359359
files. It provides the scaffolding required to develop, build, test, and publish functions,
360360
allowing you to focus on implementing your business-logic.</li>
361361
</ul>
362-
<h2 id="community">Community</h2>
362+
<h2 id="community-and-feedback">Community and Feedback</h2>
363363
<p><strong>We&rsquo;d love to hear from you!</strong></p>
364364
<ul>
365365
<li><a href="https://groups.google.com/forum/#!forum/kpt-users">kpt-users mailing list</a></li>
366+
<li><a href="https://github.com/GoogleContainerTools/kpt/issues">filing issues</a></li>
366367
</ul>
367368

368369
<div class="section-index">

docs/sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
<url>
1111
<loc>https://googlecontainertools.github.io/kpt-functions-sdk/develop/develop-quickstart/</loc>
12-
<lastmod>2020-03-26T19:18:35-07:00</lastmod>
12+
<lastmod>2020-03-27T15:08:35-07:00</lastmod>
1313
</url>
1414

1515
<url>
1616
<loc>https://googlecontainertools.github.io/kpt-functions-sdk/develop/develop/</loc>
17-
<lastmod>2020-03-26T19:18:35-07:00</lastmod>
17+
<lastmod>2020-03-27T15:08:35-07:00</lastmod>
1818
</url>
1919

2020
<url>

site/content/en/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,14 @@ advantages:
6363
files. It provides the scaffolding required to develop, build, test, and publish functions,
6464
allowing you to focus on implementing your business-logic.
6565

66-
## Community
66+
## Community and Feedback
6767

6868
**We'd love to hear from you!**
6969

7070
- [kpt-users mailing list][kpt-users]
71+
- [filing issues][kpt-issues]
7172

7273
[spec]: https://github.com/kubernetes-sigs/kustomize/blob/master/cmd/config/docs/api-conventions/functions-spec.md
7374
[kpt-users]: https://groups.google.com/forum/#!forum/kpt-users
75+
[kpt-issues]: https://github.com/GoogleContainerTools/kpt/issues
7476
[catalog]: https://googlecontainertools.github.io/kpt-functions-catalog/

0 commit comments

Comments
 (0)