diff --git a/docs/README.md b/docs/README.md
index 5e0eee335ad..0f9867ae08b 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -36,14 +36,14 @@ Tekton Pipelines defines the following entities:
Pipeline |
Defines a series of Tasks that accomplish a specific build or delivery goal. Can be triggered by an event or invoked from a PipelineRun . |
-
- PipelineResource |
- Defines locations for inputs ingested and outputs produced by the steps in Tasks . |
-
PipelineRun |
Instantiates a Pipeline for execution with specific inputs, outputs, and execution parameters. |
+
+ PipelineResource |
+ Defines locations for inputs ingested and outputs produced by the steps in Tasks . |
+
## Getting started
diff --git a/docs/conditions.md b/docs/conditions.md
index 06a8f84a73e..8d4e1074da9 100644
--- a/docs/conditions.md
+++ b/docs/conditions.md
@@ -8,8 +8,6 @@ weight: 11
This document defines `Conditions` and their capabilities.
----
-
- [Syntax](#syntax)
- [Check](#check)
- [Parameters](#parameters)
diff --git a/docs/pipelineruns.md b/docs/pipelineruns.md
index fbd865294d8..33f0460e2e1 100644
--- a/docs/pipelineruns.md
+++ b/docs/pipelineruns.md
@@ -353,13 +353,6 @@ spec:
status: "PipelineRunCancelled"
```
----
-
-Except as otherwise noted, the content of this page is licensed under the
-[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
-and code samples are licensed under the
-[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
-
## Specifying task run specs
Specifies a list of `PipelineRunTaskSpec` which contains `TaskServiceAccountName`,`TaskPodTemplate` and `TaskName`. Mapping the specs to the corresponding `Task` based upon the `TaskName` a PipelineTask will run with the configured `TaskServiceAccountName` and `TaskPodTemplate` overwriting the pipeline wide [`ServiceAccountName`](#service-account) and [`podTemplate`](#pod-template) configuration, for example:
@@ -380,3 +373,10 @@ spec:
```
If used with this `Pipeline`, `build-task` will use the task specific pod template (where `nodeSelector` has `disktype` equal to `ssd`).
+
+---
+
+Except as otherwise noted, the content of this page is licensed under the
+[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
+and code samples are licensed under the
+[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
diff --git a/docs/tasks.md b/docs/tasks.md
index 985853656d7..4e443ae216b 100644
--- a/docs/tasks.md
+++ b/docs/tasks.md
@@ -937,6 +937,8 @@ More information about Pod and Container Security Contexts can be found via the
The example Task/TaskRun above can be found as a [TaskRun example](../examples/v1beta1/taskruns/run-steps-as-non-root.yaml).
+---
+
Except as otherwise noted, the contents of this page are licensed under the
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/).
Code samples are licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).