Skip to content

Commit e8bb3e3

Browse files
author
Natalie Arellano
committed
Move buildpack author tutorial to buildpack author section
Signed-off-by: Natalie Arellano <[email protected]>
1 parent c4bba6a commit e8bb3e3

File tree

14 files changed

+36
-46
lines changed

14 files changed

+36
-46
lines changed

content/docs/buildpack-author-guide/_index.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

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

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
+++
2+
title="Write buildpacks"
3+
weight=1
4+
expand=false
5+
include_summaries=true
6+
+++

content/docs/for-buildpack-authors/how-to/write-extensions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title="Work with extensions"
2+
title="Write extensions"
33
weight=2
44
expand=false
55
include_summaries=true

content/docs/for-buildpack-authors/tutorials/basic-buildpack/_index.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,32 @@ weight=1
44
expand=true
55
include_summaries=true
66
+++
7+
8+
## Prerequisites
9+
10+
Before we get started, make sure you've got the following installed:
11+
12+
{{< download-button href="https://store.docker.com/search?type=edition&offering=community" color="blue" >}} Install Docker {{</>}}
13+
{{< download-button href="/docs/install-pack" color="pink" >}} Install pack {{</>}}
14+
15+
16+
## Overview
17+
<!--+end+-->
18+
19+
This is a step-by-step tutorial for creating a nodeJS Cloud Native Buildpack.
20+
21+
- [Set up your local environment](/docs/buildpack-author-guide/create-buildpack/setup-local-environment)
22+
- [Building blocks of a Cloud Native Buildpack](/docs/buildpack-author-guide/create-buildpack/building-blocks-cnb)
23+
- [Detecting your application](/docs/buildpack-author-guide/create-buildpack/detection)
24+
- [Building your application](/docs/buildpack-author-guide/create-buildpack/build-app)
25+
- [Making your application runnable](/docs/buildpack-author-guide/create-buildpack/make-app-runnable)
26+
- [Specifying multiple process types](/docs/buildpack-author-guide/create-buildpack/specify-multiple-process-types)
27+
- [Improving performance with caching](/docs/buildpack-author-guide/create-buildpack/caching)
28+
- [Making your buildpack configurable](/docs/buildpack-author-guide/create-buildpack/make-buildpack-configurable)
29+
- [Adding a Bill-of-Materials](/docs/buildpack-author-guide/create-buildpack/adding-bill-of-materials)
30+
31+
<!--+if false+-->
32+
---
33+
34+
<a href="/docs/buildpack-author-guide/create-buildpack/setup-local-environment" class="button bg-pink">Start Tutorial</a>
35+
<!--+end+-->

0 commit comments

Comments
 (0)