Skip to content

Commit 2d4fca4

Browse files
committed
[remove] remove unnecessary content.
1 parent 5015970 commit 2d4fca4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/deploy.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ frontend:
147147
You need prepare the initial files (generated by run `docsify init ./docs`) instead of making in container.
148148

149149
```sh
150-
.nojekyll
151150
index.html
152151
README.md
153152
```
@@ -156,7 +155,6 @@ frontend:
156155

157156
```Dockerfile
158157
FROM node:latest
159-
MAINTAINER Koooooo-7(https://github.com/Koooooo-7)
160158
LABEL description="A demo Dockerfile for build Docsify."
161159
WORKDIR /docs
162160
RUN npm install -g docsify-cli@latest
@@ -168,7 +166,6 @@ frontend:
168166
So, current directory structure should be this:
169167

170168
```sh
171-
.nojekyll
172169
index.html
173170
README.md
174171
Dockerfile

0 commit comments

Comments
 (0)