Skip to content

Commit 84ea16d

Browse files
committed
Fixed level issue reported by asciidoc: build.asciidoc: line 49: section title out of sequence: expected level 2, got level 3. Removed footer option since there was none in the table.
1 parent dbb1456 commit 84ea16d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/build.asciidoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cd $COROOT
4646
make setup
4747
....
4848

49-
==== Compiling the PostgreSQL Operator
49+
=== Compiling the PostgreSQL Operator
5050
....
5151
cd $COROOT
5252
make all
@@ -163,7 +163,7 @@ export CO_APISERVER_URL=https://postgres-operator.demo.svc.cluster.local:8443
163163

164164
The following table describes the Makefile targets:
165165
.Makefile Targets
166-
[width="80%",frame="topbot",options="header,footer"]
166+
[width="80%",frame="topbot",options="header"]
167167
|======================
168168
|Target | Description
169169
|all | compile all binaries and build all images
@@ -182,5 +182,3 @@ The following table describes the Makefile targets:
182182
|rmdataimage | build the data deletion Docker image
183183
|release | build the postgres-operator release
184184
|======================
185-
186-

0 commit comments

Comments
 (0)