- Doc site UI improvements and fixes
- Added Discord widget
- Fixed some styling issues
- Added command docs briefs and details
- Briefs are shown in the right-hand panel
- Details can be shown by clicking `Open full details`
- Added ShaiWatchers' logo as the site favicon
- Moved HTML template to static file for responsiveness improvements
13 lines
382 B
JSON
13 lines
382 B
JSON
{
|
|
"name": "ShaiWatcher",
|
|
"short_name": "ShaiWatcher",
|
|
"icons": [
|
|
{ "src": "/assets/docs/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/assets/docs/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
|
],
|
|
"theme_color": "#0f172a",
|
|
"background_color": "#0b0f14",
|
|
"display": "standalone",
|
|
"start_url": "/"
|
|
}
|