Skip to content

Commit ca0627c

Browse files
committed
docs: clean up formatting and typos
Tidy up a few rough edges in the docs, including broken list formatting and a stray typo in the LLM guide, to make the pages easier to read.
1 parent 6c53a75 commit ca0627c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/content/docs/guides/llm-analysis/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,3 @@ When you set `commit_content: true`, Pipelines-as-Code includes the following fi
129129
- Pipelines-as-Code **intentionally excludes email addresses** from the commit context to protect personally identifiable information (PII) when sending data to external LLM providers.
130130
- Fields appear only if your Git provider makes them available. Some providers supply limited information (for example, Bitbucket Cloud provides only the author name).
131131
- Author and committer may be the same person or different (for example, when using `git commit --amend` or rebasing).
132-
asing).

docs/content/docs/installation/requirements.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,13 @@ oc version
7979

8080
These tools enhance the Pipelines-as-Code experience:
8181

82-
1
82+
1. `tkn`
83+
84+
The Tekton CLI for managing Tekton resources.
8385

84-
tkn
86+
**Installation**: [Tekton CLI installation](https://tekton.dev/docs/cli/)
8587

86-
The Tekton CLI for managing Tekton resources.**Installation**: [Tekton CLI installation](https://tekton.dev/docs/cli/)**Install via Homebrew**:
88+
**Install via Homebrew**:
8789

8890
```bash
8991
brew install tektoncd-cli
@@ -95,11 +97,11 @@ brew install tektoncd-cli
9597
tkn version
9698
```
9799

98-
2
100+
2. `tkn-pac`
99101

100-
tkn-pac
102+
The Pipelines-as-Code CLI plugin for `tkn`.
101103

102-
The Pipelines-as-Code CLI plugin for tkn.**Install via Homebrew**:
104+
**Install via Homebrew**:
103105

104106
```bash
105107
brew install openshift-pipelines/pipelines-as-code/tkn-pac

0 commit comments

Comments
 (0)