Skip to content

Commit

Permalink
fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
idoyo7 committed Dec 16, 2024
1 parent 9917980 commit 6e57fa1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ WORKDIR /app
# 필요한 의존성 설치
RUN apk add --no-cache python3 make g++

# HonKit 설치
# HonKit 및 플러그인 설치
RUN npm install -g honkit
RUN npm install -g honkit gitbook-plugin-customize-footer
RUN npm install gitbook-plugin-customize-footer --save

# 프로젝트 소스 복사
COPY . .
Expand Down
6 changes: 3 additions & 3 deletions book.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"website": "styles/dark-mode.css"
},
"scripts": ["scripts/dark-mode.js"],
"plugins": [],
"plugins": ["customize-footer"],
"pluginsConfig": {
"theme-default": {
"showFooter": false
"customize-footer": {
"footer": ""
}
}
}
Expand Down

0 comments on commit 6e57fa1

Please sign in to comment.