forked from nutomic/joinpeertube
21 lines
288 B
TOML
21 lines
288 B
TOML
|
[about]
|
||
|
Name = "About"
|
||
|
URL = "https://appernetic.io/app/#/about"
|
||
|
|
||
|
[blog]
|
||
|
Name = "Blog"
|
||
|
URL = "https://blog.appernetic.io/"
|
||
|
|
||
|
[dashboard]
|
||
|
Name = "Dashboard"
|
||
|
URL = "https://appernetic.io/app/#/dashboard/list/create"
|
||
|
|
||
|
|
||
|
[posts]
|
||
|
Name = "Posts"
|
||
|
URL = "/post"
|
||
|
|
||
|
[tags]
|
||
|
Name = "Tags"
|
||
|
URL = "/tags"
|