Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f361f82
Installing via YAML
Nov 3, 2019
cad9a16
Small fix.
Nov 4, 2019
7d1d40c
Update docs
Nov 4, 2019
210b508
Merge pull request #60 from joaedwar/master
Nov 4, 2019
9c58f85
Update Site
Nov 4, 2019
29fdd8d
Merge pull request #62 from joaedwar/master
Nov 4, 2019
c037eb9
Update index redirect
Nov 4, 2019
b819868
Merge pull request #63 from joaedwar/master
Nov 4, 2019
ab8b0fe
Update index.html
Nov 4, 2019
79f0202
Create index.html
Nov 4, 2019
6469648
Update
Nov 4, 2019
445aefe
Merge pull request #64 from joaedwar/master
Nov 4, 2019
4651ffb
Update index.html
Nov 4, 2019
6fa8e5e
Update index.html
Nov 4, 2019
7dbe383
Update index.html
Nov 4, 2019
0858209
Delete index.html
Nov 4, 2019
4d1dd8d
Update index.html
Nov 4, 2019
7e6ad10
Update index.html
Nov 4, 2019
37227e4
Update index.html
Nov 4, 2019
d0ebf0b
Update index.html
Nov 4, 2019
2edfca3
Update index.html
Nov 4, 2019
5bb2254
Update proc_working-with-pipelines-using-developer-perspective.html
Nov 6, 2019
ca3e9e1
Update proc_working-with-pipelines-using-developer-perspective.adoc
Nov 6, 2019
13efed0
removed operator group file
Nov 7, 2019
85cc35a
Rephrased the last sentence.
Nov 11, 2019
dd55a60
Preeti's feedback: punctuation and naming fixes.
Nov 11, 2019
dea688e
Renamed files.
Nov 11, 2019
9bd121a
Revert "Renamed files."
Nov 12, 2019
0d28884
Renaming files.
Nov 12, 2019
8667e4d
Installing via YAML
Nov 3, 2019
15430c9
Small fix.
Nov 4, 2019
acf7f0b
removed operator group file
Nov 7, 2019
cb6a959
Rephrased the last sentence.
Nov 11, 2019
904cd58
Preeti's feedback: punctuation and naming fixes.
Nov 11, 2019
2e42a93
Renamed files.
Nov 11, 2019
9f66ec7
Revert "Renamed files."
Nov 12, 2019
8897d87
Renaming files.
Nov 12, 2019
5c96876
Merge branch 'yaml' of github.com:boczkowska/pipelines-docs into yaml
Nov 12, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/0.5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h2 id="_additional_resources"><a class="anchor" href="#_additional_resources"><
<div class="ulist">
<ul>
<li>
<p>For more details on defining pipelines, see the <a href="https://openshift.github.io/pipelines-docs/docs/docs/assembly_using-pipelines.html">Using Pipelines documentation</a>.</p>
<p>For more details on defining pipelines, see the <a href="https://openshift.github.io/pipelines-docs/docs/docs/0.7/assembly_using-pipelines.html">Using Pipelines documentation</a>.</p>
</li>
<li>
<p>For more information on Tekton see the <a href="https://github.com/tektoncd">Tekton Pipelines documentation</a>.</p>
Expand Down
10 changes: 5 additions & 5 deletions docs/docs/0.7/assembly_cli-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ <h3 class="title"><a href="index.html">OpenShift Pipelines</a></h3>
</li>
</ul>
</li>
<li class="nav-item" data-depth="1">
<li class="nav-item is-current-page" data-depth="1">
<button class="nav-item-toggle"></button>
<a class="nav-link" href="#assembly_cli_reference.adoc">4. CLI Reference</a>
<a class="nav-link" href="assembly_cli-reference.html">4. CLI Reference</a>
<ul class="nav-list">
<li class="nav-item" data-depth="2">
<a class="nav-link" href="#proc_installing_cli.adoc">4.1 Installing CLI</a>
<a class="nav-link" href="proc_installing-cli.html">4.1 Installing CLI</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="#ref_cli_reference.adoc">4.2 Basic Commands</a>
<a class="nav-link" href="ref_cli-reference.html">4.2 Basic Commands</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -142,7 +142,7 @@ <h3 class="title"><a href="index.html">OpenShift Pipelines</a></h3>
<nav class="breadcrumbs" aria-label="breadcrumbs">
<ul>
<li><a href="index.html">OpenShift Pipelines</a></li>
<li><a href="assembly_cli-reference.html">About Tekton CLI</a></li>
<li><a href="assembly_cli-reference.html">4. CLI Reference</a></li>
</ul>
</nav>
</div>
Expand Down
Loading