File tree Expand file tree Collapse file tree 5 files changed +2
-8
lines changed
content/docs/buildpack-author-guide/create-buildpack
katacoda/scenarios/buildpack-author-guide
themes/buildpacks/layouts/partials Expand file tree Collapse file tree 5 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,6 @@ You will see the following output:
129
129
```
130
130
===> DETECTING
131
131
...
132
- ===> ANALYZING
133
- ...
134
132
===> RESTORING
135
133
===> BUILDING
136
134
---> Ruby Buildpack
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ pack build test-ruby-app --path ./ruby-sample-app --buildpack ./ruby-buildpack
38
38
You should see the following output:
39
39
40
40
```
41
- ===> ANALYZING
42
41
Previous image with name "test-ruby-app" not found
43
42
===> DETECTING
44
43
examples/ruby 0.0.1
@@ -57,4 +56,4 @@ You will also notice that `ANALYZING` now appears in the build output. This step
57
56
---
58
57
59
58
<a href =" /docs/buildpack-author-guide/create-buildpack/build-app " class =" button bg-pink " >Next Step</a >
60
- <!-- +end+-->
59
+ <!-- +end+-->
Original file line number Diff line number Diff line change @@ -125,8 +125,6 @@ You will see the following output:
125
125
` ` `
126
126
===> DETECTING
127
127
...
128
- ===> ANALYZING
129
- ...
130
128
===> RESTORING
131
129
===> BUILDING
132
130
---> Ruby Buildpack
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ pack build test-ruby-app --path ./ruby-sample-app --buildpack ./ruby-buildpack
34
34
You should see the following output:
35
35
36
36
` ` `
37
- ===> ANALYZING
38
37
Previous image with name " test-ruby-app" not found
39
38
===> DETECTING
40
39
examples/ruby 0.0.1
Original file line number Diff line number Diff line change 52
52
{{- if ne $numberOfPages 0 }}
53
53
{{- $depth = add (int $depth) 1 }}
54
54
< ul class ="ml-2 ">
55
- {{- $expand = .Params.expand -}}
55
+ {{- $expand = (or .Params.expand $isCurrent) -}}
56
56
{{- $pages := (.Pages | union .Sections) }}
57
57
{{- range $pages.ByWeight }}
58
58
{{- if (not .Params.hidden) }}
You can’t perform that action at this time.
0 commit comments