Skip to content

Proofreading chapter 3#4534

Closed
mpgreaves wants to merge 0 commit into
kptdev:mainfrom
nokia:proofreading-chapter-3
Closed

Proofreading chapter 3#4534
mpgreaves wants to merge 0 commit into
kptdev:mainfrom
nokia:proofreading-chapter-3

Conversation

@mpgreaves
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings May 21, 2026 08:52
@netlify
Copy link
Copy Markdown

netlify Bot commented May 21, 2026

Deploy Preview for kptdocs ready!

Name Link
🔨 Latest commit 42fc54a
🔍 Latest deploy log https://app.netlify.com/projects/kptdocs/deploys/6a21291e1d1aad000880476d
😎 Deploy Preview https://deploy-preview-4534--kptdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. documentation Improvements or additions to documentation labels May 21, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR proofreads and rewrites portions of Chapter 3 (“Packages”) in the kpt book to improve readability and clarity of the package lifecycle workflow documentation.

Changes:

  • Rephrases and restructures multiple explanatory paragraphs across package workflows (get/explore/edit/render/update/publish).
  • Adjusts headings and list formatting within the chapter content.
  • Updates wording around command references and examples.
Comments suppressed due to low confidence (1)

documentation/content/en/book/03-packages/_index.md:80

  • List item 3 also has an unindented continuation line ("status of operations...") which will break the numbered list formatting in Markdown. Wrap/indent continuation lines under the list item indentation level.
3. The `status` section records the operational state of the package. This is managed by kpt and tracks the execution
status of operations such as `render`. The `status.conditions` field contains a list of condition objects, similarly to the way in which Kubernetes tracks the conditions on the resources. For example, after running `kpt fn render`, a `Rendered` condition is automatically recorded to indicate whether the last render succeeded or failed.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread documentation/content/en/book/03-packages/_index.md Outdated
Comment thread documentation/content/en/book/03-packages/_index.md Outdated
Comment thread documentation/content/en/book/03-packages/_index.md Outdated
Comment thread documentation/content/en/book/03-packages/_index.md Outdated
Comment thread documentation/content/en/book/03-packages/_index.md Outdated

Start by initializing the the `wordpress` directory as a Git repo if you haven't
already done so:
Start by initializing the the `wordpress` directory as a Git repository, if you have not already done so:
Comment thread documentation/content/en/book/03-packages/_index.md Outdated
Comment thread documentation/content/en/book/03-packages/_index.md Outdated
Comment thread documentation/content/en/book/03-packages/_index.md Outdated
Copilot AI review requested due to automatic review settings May 28, 2026 09:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 7 comments.

Comment thread documentation/content/en/book/03-packages/_index.md Outdated
The `Kptfile` contains several sections to keep track of the package and its state: the `upstream` section, the `upstreamLock` section, and the `status` section. These sections are defined as follows:

1. The `upstream` section contains the user-specified Git reference to the upstream package. This contains three pieces
1. The `upstream` section contains the user-specified Git
Comment thread documentation/content/en/book/03-packages/_index.md Outdated
Comment thread documentation/content/en/book/03-packages/_index.md Outdated
Comment thread documentation/content/en/book/03-packages/_index.md Outdated
Comment thread documentation/content/en/book/03-packages/_index.md Outdated
Comment thread documentation/content/en/book/03-packages/_index.md Outdated
Copilot AI review requested due to automatic review settings June 4, 2026 07:19
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

The `Kptfile` contains several sections to keep track of the package and its state: the `upstream` section, the `upstreamLock` section, and the `status` section. These sections are defined as follows:

1. The `upstream` section contains the user-specified Git reference to the upstream package. This contains three pieces
1. The `upstream` section contains the user-specified Git

A package in a Git repo can be fetched by specifying a branch, tag, or commit SHA. In this case, we are specifying tag
`v1.0.0-beta.61`.
A package in a Git repository can be fetched by specifying a branch, tag, or commit SHA. In the above example, `v1.0.0-beta.61` is specified.
@CsatariGergely CsatariGergely force-pushed the proofreading-chapter-3 branch from 2719a82 to 42fc54a Compare June 4, 2026 07:28
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Jun 4, 2026
@CsatariGergely
Copy link
Copy Markdown
Contributor

Uh-oh. I do not know what happened, but I've managed to annihilate this pr with some Git operations.
I've recreated the same in #4572

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants