[New Feature] Add web folder to support web documentation

This commit is contained in:
Rudy Haryanto
2022-10-04 20:17:17 +07:00
parent c27f624ca8
commit a54aa04c9b
251 changed files with 11079 additions and 0 deletions

View 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"
}
]
}