Skip to content

Commit 66e980d

Browse files
author
Natalie Arellano
committed
Move tools to operators how-to
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 56d9346 commit 66e980d

File tree

14 files changed

+16
-13
lines changed

14 files changed

+16
-13
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $RECYCLE.BIN/
1717
*.iml
1818

1919
# Generated files
20-
content/docs/tools/pack/cli/pack*
20+
content/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack*
2121

2222
# Hugo
2323
.hugo_build.lock

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ install-ugo:
108108
.PHONY: pack-docs-update
109109
pack-docs-update: upgrade-pack
110110
@echo "> Updating Pack CLI Documentation"
111-
@echo "> SHA of contents (before update):" `find ./content/docs/tools/pack -type f -print0 | xargs -0 sha1sum | sha1sum | cut -d' ' -f1`
111+
@echo "> SHA of contents (before update):" `find ./content/docs/for-platform-operators/how-to/integrate-ci/pack -type f -print0 | xargs -0 sha1sum | sha1sum | cut -d' ' -f1`
112112
cd tools; go run -mod=mod get_pack_commands.go
113-
@echo "> SHA of contents (after update):" `find ./content/docs/tools/pack -type f -print0 | xargs -0 sha1sum | sha1sum | cut -d' ' -f1`
113+
@echo "> SHA of contents (after update):" `find ./content/docs/for-platform-operators/how-to/integrate-ci/pack -type f -print0 | xargs -0 sha1sum | sha1sum | cut -d' ' -f1`
114114

115115
.PHONY: pack-version
116116
pack-version: export PACK_VERSION:=$(PACK_VERSION)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
+++
2+
title="Integrate with your favorite CI tooling"
3+
weight=1
4+
expand=false
5+
include_summaries=true
6+
+++

content/docs/tools/circleci.md renamed to content/docs/for-platform-operators/how-to/integrate-ci/circleci.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
+++
22
title="CircleCI"
3+
weight=3
34
+++
45

56
[CircleCI][circleci] is a continuous integration and delivery platform. The CNB project maintains an integration, called an [orb](https://circleci.com/orbs/),

content/docs/tools/gitlab.md renamed to content/docs/for-platform-operators/how-to/integrate-ci/gitlab.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
+++
22
title="Gitlab Auto DevOps"
3+
weight=4
34
+++
45

56
[Gitlab][about-gitlab] is a web based DevOps platform. It uses [`pack`][pack] as part of the [Auto DevOps][devops] feature, to

content/docs/tools/kpack.md renamed to content/docs/for-platform-operators/how-to/integrate-ci/kpack.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
+++
22
title="kpack"
3+
weight=2
34
+++
45

56
[kpack][kpack] is a Kubernetes native platform, belonging to the [Buildpacks Community](https://github.com/buildpacks-community) organization. It utilizes unprivileged Kubernetes primitives to provide builds of OCI images as a platform implementation of Cloud Native Buildpacks (CNB).

content/docs/tools/pack/_index.md renamed to content/docs/for-platform-operators/how-to/integrate-ci/pack/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title="Pack"
33
include_summaries=false
44
expand=false
55
aliases=["/docs/install-pack/", "/docs/tools/pack/cli/install/"]
6-
weight=100
6+
weight=1
77
+++
88

99
Pack is a tool maintained by the Cloud Native Buildpacks project to support the use of buildpacks.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)