Skip to content

Commit 6474cb1

Browse files
committed
updated chapter organization
1 parent f0f2e8c commit 6474cb1

File tree

148 files changed

+7039
-11693
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+7039
-11693
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: html docbook pdf epub build clean
1+
.PHONY: html docbook pdf epub build clean server
22

33
# Consider Docker https://github.com/asciidoctor/docker-asciidoctor
44

@@ -8,6 +8,11 @@ build b:
88
@make docbook
99
@make pdf
1010

11+
server s:
12+
@make html
13+
@echo "http://localhost:8000"
14+
@cd docs && python3 -m http.server
15+
1116
html h:
1217
@mkdir -p docs/book/
1318
@rm -rf docs/index.html

book/chapters/01/chapter.adoc

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

book/chapters/02/chapter.adoc

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

book/chapters/03/chapter.adoc

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

book/chapters/04/chapter.adoc

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

book/chapters/05/chapter.adoc

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

0 commit comments

Comments
 (0)