docs: add the isLocal flags description
This complete the feature added previously about masking local url link when startpage is accessed from the outside world aka internet :)
This commit is contained in:
parent
1f2686d3ec
commit
686464932a
1 changed files with 6 additions and 5 deletions
11
docs/data.md
11
docs/data.md
|
@ -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. |
|
||||
|
|
Loading…
Add table
Reference in a new issue