CrystalNavigation is a simple navigation web app copy style from DokiDokiWeb and implement configure ability by asp.net core
All of the configuration stored at BookmarkConfig
section in appsettings.json
IconApiUrl
is the url for automatic getting website's favicon
Title
is the text display on browser tab
Slogan
is the text display at center top of the page
BookmarkGroups
is an array of BookmarkGroup
which has a Name
and serval Bookmark
Bookmark
controls the display of url
- Name DisplayName
- Url Url to jump
- Emoji Emoji display after
Name
, whenEmoji
has a value, auto icon and custom icon will not work - CustomIconUrl Url for custom icon
- Note
Note
will display after you click the bookmark button