[New Feature] Add web folder to support web documentation
This commit is contained in:
58
docs/website/static/manifest.json
Normal file
58
docs/website/static/manifest.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"name": "OpenDBM Documentation",
|
||||
"short_name": "OpenDBM",
|
||||
"description": "Learn once, write anywhere.",
|
||||
"theme_color": "#20232a",
|
||||
"background_color": "#20232a",
|
||||
"display": "minimal-ui",
|
||||
"orientation": "any",
|
||||
"scope": "./",
|
||||
"start_url": "./index.html",
|
||||
"id": "./index.html",
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "Docummentation",
|
||||
"short_name": "Docs",
|
||||
"url": "/docs/getting-started",
|
||||
"icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
|
||||
},
|
||||
{
|
||||
"name": "Core Components",
|
||||
"short_name": "Components",
|
||||
"url": "/docs/components-and-apis",
|
||||
"icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
|
||||
},
|
||||
{
|
||||
"name": "Core APIs",
|
||||
"short_name": "APIs",
|
||||
"url": "/docs/biomaker-variables",
|
||||
"icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
|
||||
},
|
||||
{
|
||||
"name": "Community",
|
||||
"short_name": "Community",
|
||||
"url": "/help",
|
||||
"icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
|
||||
},
|
||||
{
|
||||
"name": "Blog",
|
||||
"short_name": "Blog",
|
||||
"url": "/blog",
|
||||
"icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
|
||||
}
|
||||
],
|
||||
"icons": [
|
||||
{
|
||||
"src": "img/pwa/manifest-icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "img/pwa/manifest-icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user