Skip to content

Commit 6cdaf7d

Browse files
committed
change directory name: doc -> book
1 parent a006c98 commit 6cdaf7d

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
doc/_book
1+
book/_book
File renamed without changes.
File renamed without changes.

book/book.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"language": "ja",
3+
"plugins": [
4+
"-sharing"
5+
]
6+
}

doc/book.json

-3
This file was deleted.

docker-compose.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ services:
55
build: .
66
ports:
77
- 9999:4000
8-
working_dir: /opt/gitbook/doc
8+
- 35729:35729
9+
working_dir: /opt/gitbook/book
910
volumes:
10-
- ./doc:/opt/gitbook/doc
11+
- ./book:/opt/gitbook/book
1112
command: >
1213
bash -c
1314
"

0 commit comments

Comments
 (0)