Skip to content

Commit

Permalink
test filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ufonion committed Jan 6, 2021
1 parent 8d0079a commit 0e3ce0a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
6 changes: 4 additions & 2 deletions book.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"puml",
"edit-link",
"page-toc",
"codeblock-filename",
"todo"
"todo",
"page-ref",
"code",
"codeblock-filename"
],
"pluginsConfig": {
"edit-link": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"build": "gitbook build"
},
"dependencies": {
"gitbook-plugin-page-ref": "^0.0.17",
"gitbook-plugin-puml": "^1.0.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# v2ray

{% code title="docker-compose.yml" %}
```yaml
```yaml:docker-compose.yml
version: "3.8"
services:
v2fly-proxy:
Expand All @@ -14,10 +13,8 @@ services:
- "127.0.0.1:1080:10808"
- "127.0.0.1:8080:10809"
```
{% endcode %}

{% code title="v2ray-perparation.sh" %}
```bash
```bash:v2ray-perparation.sh
#!/bin/sh

# Set ARG
Expand Down Expand Up @@ -105,10 +102,8 @@ rm -rfv ${dir_tmp}/

echo "Done"
```
{% endcode %}

{% code title="Dockerfile" %}
```bash
```bash:Dockerfile
FROM alpine:latest
LABEL maintainer "V2Fly Community <[email protected]>"
Expand All @@ -127,7 +122,6 @@ VOLUME /etc/v2ray
CMD [ "/usr/bin/v2ray", "-confdir", "/etc/v2ray/" ]
```
{% endcode %}



5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# yarn lockfile v1


gitbook-plugin-page-ref@^0.0.17:
version "0.0.17"
resolved "https://registry.yarnpkg.com/gitbook-plugin-page-ref/-/gitbook-plugin-page-ref-0.0.17.tgz#a7b501b2b7e0617e278621da39985fcfce5b393c"
integrity sha512-jsqKphbdAy3SW9v4zs622tlApTb1iyOFcTNljhr7cpY1pBs0RxRwdLD7AtIRlGMJFNP2caVjbGOJXRVIF+3hHw==

gitbook-plugin-puml@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/gitbook-plugin-puml/-/gitbook-plugin-puml-1.0.1.tgz#8930d54b51e7574e352cf08f6e156baa50ce6d17"
Expand Down

0 comments on commit 0e3ce0a

Please sign in to comment.