Skip to content

Commit 1b63aab

Browse files
minor offline review comments
1 parent 019f194 commit 1b63aab

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

content/en/docs/neo-porch/2_concepts/architectural.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,16 @@ aggregation layer. The benefits of this approach are:
5454
The Porch server serves the primary Kubernetes
5555
resources required for basic package authoring and lifeycle management, including:
5656

57+
* A `Repository` [custom resource][crds], which supports repository registration.
5758
* For each package revision (see [Package Revisions]({{% relref "/docs/neo-porch/2_concepts/fundamentals.md#package-revisions" %}})):
5859
* `PackageRevision` - represents the *metadata* of the package revision stored in a repository.
5960
* `PackageRevisionResources` - represents the *file contents* of the package revision.
60-
{{% alert color="primary" %}}
61-
Note that each package revision is represented by both a `PackageRevision` and a `PackageRevisionResources` - each presents
62-
a different view (or [representation](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#differing-representations))
63-
of the same underlying package revision.
64-
{{% /alert %}}
65-
* A `Repository` [custom resource][crds], which supports repository registration.
61+
62+
{{% alert color="primary" %}}
63+
Note that each package revision is represented by both a `PackageRevision` and a `PackageRevisionResources` - each presents
64+
a different view (or [representation](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#differing-representations))
65+
of the same underlying package revision.
66+
{{% /alert %}}
6667

6768
The **Porch server** itself includes the following key components:
6869

content/en/docs/neo-porch/2_concepts/fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: |
88

99
## Core Concepts
1010

11-
Let us introduce some core concepts of Porch's package orchestration:
11+
This section introduces some core concepts of Porch's package orchestration:
1212

1313
* ***Package***: A package, in Porch, is specifically a [kpt package](https://kpt.dev/) - a collection of related YAML
1414
files including one or more **[KRM resources][krm]** and a [Kptfile](https://kpt.dev/book/02-concepts/#packages).

content/en/docs/neo-porch/2_concepts/theory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "Theoretical Concepts"
33
type: docs
44
weight: 3
55
description: |
6-
The principles and theories behind Porch; Porch as "kpt as a service", implementing a "configuration as data" approach
7-
to management of kpt packages.
6+
The principles and theories behind Porch; Porch as a service which provides kpt workflows, implementing a "configuration as
7+
data" approach to management of kpt packages.
88
---
99

1010
## Configuration as Data (CaD)

0 commit comments

Comments
 (0)