Merge pull request #16 from claneys/patch-1

docs: add the isLocal flags description
This commit is contained in:
Nhan Phan 2022-10-17 11:07:22 +07:00 committed by GitHub
commit eda1d1bbec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,9 @@ Your bookmark data is in `/data/data.yaml`. You can take a look at sample file f
## BookmarkData
| Field | Type | Meaning |
| ----- | ------ | ------------------------------------------------------ |
| name | string | Bookmark name |
| icon | string | Bookmark icon, can be fontawesome class or direct link |
| url | string | Bookmark url |
| Field | Type | Meaning |
| ------- | ------- | -------------------------------------------------------------------------------------- |
| name | string | Bookmark name |
| icon | string | Bookmark icon, can be fontawesome class or direct link |
| url | string | Bookmark url |
| isLocal | boolean | Is this bookmark a local url that is not meant to be expose when accessed by internet. |