Skip to content

Commit bc4f45b

Browse files
committed
Merge branch 'fix/ci-pack-output' of github.com:buildpacks/docs into fix/ci-pack-output
2 parents 2a9415a + 9a596f4 commit bc4f45b

File tree

5 files changed

+2
-8
lines changed

5 files changed

+2
-8
lines changed

content/docs/buildpack-author-guide/create-buildpack/build-app.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ You will see the following output:
129129
```
130130
===> DETECTING
131131
...
132-
===> ANALYZING
133-
...
134132
===> RESTORING
135133
===> BUILDING
136134
---> Ruby Buildpack

content/docs/buildpack-author-guide/create-buildpack/detection.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ pack build test-ruby-app --path ./ruby-sample-app --buildpack ./ruby-buildpack
3838
You should see the following output:
3939

4040
```
41-
===> ANALYZING
4241
Previous image with name "test-ruby-app" not found
4342
===> DETECTING
4443
examples/ruby 0.0.1
@@ -57,4 +56,4 @@ You will also notice that `ANALYZING` now appears in the build output. This step
5756
---
5857

5958
<a href="/docs/buildpack-author-guide/create-buildpack/build-app" class="button bg-pink">Next Step</a>
60-
<!--+end+-->
59+
<!--+end+-->

katacoda/scenarios/buildpack-author-guide/build-app.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ You will see the following output:
125125
```
126126
===> DETECTING
127127
...
128-
===> ANALYZING
129-
...
130128
===> RESTORING
131129
===> BUILDING
132130
---> Ruby Buildpack

katacoda/scenarios/buildpack-author-guide/detection.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ pack build test-ruby-app --path ./ruby-sample-app --buildpack ./ruby-buildpack
3434
You should see the following output:
3535
3636
```
37-
===> ANALYZING
3837
Previous image with name "test-ruby-app" not found
3938
===> DETECTING
4039
examples/ruby 0.0.1

themes/buildpacks/layouts/partials/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
{{- if ne $numberOfPages 0 }}
5353
{{- $depth = add (int $depth) 1 }}
5454
<ul class="ml-2">
55-
{{- $expand = .Params.expand -}}
55+
{{- $expand = (or .Params.expand $isCurrent) -}}
5656
{{- $pages := (.Pages | union .Sections) }}
5757
{{- range $pages.ByWeight }}
5858
{{- if (not .Params.hidden) }}

0 commit comments

Comments
 (0)