ci: add check-docs workflow (#93)

* ci: add check-docs workflow

* chore: ignore node_modules

* chore(deps): add package-lock

* style: apply formatting

* style: apply formatting

* fix: fix typo

* fix: fix all proposed changes by markdown-lint

* fix: fix trailing spaces

* fix(troubleshooting.md): apply minor fi

* fix(getting-started): apply minior fix

* ci: dont' kick off build when changes made to check-doc.yml

* ci: ONLY kick off build when target workflow file changes

* trigger build

* fix(build.yml): fix syntax

* trigger build

* fix: fix broken syntax
This commit is contained in:
Kevin Yu
2023-05-21 00:41:44 +08:00
committed by GitHub
parent ae6667bb5d
commit eac04e991b
24 changed files with 10005 additions and 90 deletions

View File

@ -9,7 +9,7 @@ dae can run as a daemon(systemd) service so that it can run at boot.
## Prerequisites
**Optional Geo Data Files**
### Optional Geo Data Files
For more convenient traffic split, dae relies on the following data sources, [geoip.dat](https://github.com/v2ray/geoip/releases/latest) and [geosite.dat](https://github.com/v2fly/domain-list-community/releases/latest).
@ -21,10 +21,9 @@ curl -L -o geosite.dat https://github.com/v2ray/domain-list-community/releases/l
popd
```
**Configuration File**
### Configuration File
> **Note**
> The config file is recommended to save under `/etc/dae`
> **Note**: The config file is recommended to save under `/etc/dae`
Download the sample config file: