Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit d957d77

Browse files
MiloBemgregturn
authored andcommitted
fix level 0 section error and update the header
1 parent f25e029 commit d957d77

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

README.adoc

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
---
2-
tags: [rest,hateoas,data,react,security]
3-
projects: [spring-data-rest,spring-data-jpa,spring-hateoas,spring-security,spring-boot,]
4-
---
1+
:doctype: book
2+
:tags: [rest,hateoas,data,react,security]
3+
:projects: [spring-data-rest,spring-data-jpa,spring-hateoas,spring-security,spring-boot,]
54
:toc: left
65
:icons: font
76
:source-highlighter: prettify

tohtml

+5-10
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@
22

33
asciidoctor -a linkcss -s README.adoc
44

5-
cd basic
6-
asciidoctor -a linkcss -s README.adoc
5+
asciidoctor -a linkcss -s basic/README.adoc
76

8-
cd ../hypermedia
9-
asciidoctor -a linkcss -s README.adoc
7+
asciidoctor -a linkcss -s hypermedia/README.adoc
108

11-
cd ../conditional
12-
asciidoctor -a linkcss -s README.adoc
9+
asciidoctor -a linkcss -s conditional/README.adoc
1310

14-
cd ../events
15-
asciidoctor -a linkcss -s README.adoc
11+
asciidoctor -a linkcss -s events/README.adoc
1612

17-
cd ../security
18-
asciidoctor -a linkcss -s README.adoc
13+
asciidoctor -a linkcss -s security/README.adoc

0 commit comments

Comments
 (0)