Skip to content

Commit

Permalink
docs: add webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kris7t committed Apr 10, 2024
1 parent 0d03795 commit 68bfc25
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 4 deletions.
7 changes: 7 additions & 0 deletions subprojects/docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,13 @@ export default {
sizes: '180x180',
},
},
{
tagName: 'link',
attributes: {
rel: 'manifest',
href: '/manifest.webmanifest',
},
},
{
tagName: 'meta',
attributes: {
Expand Down
3 changes: 3 additions & 0 deletions subprojects/docs/static/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 The Refinery Authors

SPDX-License-Identifier: CC0-1.0
Binary file modified subprojects/docs/static/icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion subprojects/docs/static/icon-192x192.png.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>
SPDX-FileCopyrightText: 2021-2024 The Refinery Authors <https://refinery.tools/>

SPDX-License-Identifier: EPL-2.0
Binary file modified subprojects/docs/static/icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion subprojects/docs/static/icon-512x512.png.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>
SPDX-FileCopyrightText: 2021-2024 The Refinery Authors <https://refinery.tools/>

SPDX-License-Identifier: EPL-2.0
2 changes: 1 addition & 1 deletion subprojects/docs/static/icon-any.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion subprojects/docs/static/icon-any.svg.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>
SPDX-FileCopyrightText: 2021-2024 The Refinery Authors <https://refinery.tools/>

SPDX-License-Identifier: EPL-2.0
35 changes: 35 additions & 0 deletions subprojects/docs/static/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "Refinery Documentation",
"short_name": "Refinery Docs",
"description": "An efficient graph solver for generating well-formed models",
"theme_color": "#f5f5f5",
"start_url": ".",
"display": "standalone",
"background_color": "#282c34",
"icons": [
{
"src": "icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icon-any.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "mask-icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "monochrome"
}
]
}
3 changes: 3 additions & 0 deletions subprojects/docs/static/manifest.webmanifest.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 The Refinery Authors <https://refinery.tools/>

SPDX-License-Identifier: EPL-2.0
8 changes: 8 additions & 0 deletions subprojects/docs/static/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SPDX-FileCopyrightText: 2024 The Refinery Authors
#
# SPDX-License-Identifier: CC0-1.0

Sitemap: https://refinery.tools/sitemap.xml

User-agent: *
Allow: /
1 change: 1 addition & 0 deletions subprojects/frontend/public/mask-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions subprojects/frontend/public/mask-icon.svg.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>

SPDX-License-Identifier: EPL-2.0

0 comments on commit 68bfc25

Please sign in to comment.