Skip to content

Commit 5382539

Browse files
authored
Remove PWA (#548)
1 parent b0791c3 commit 5382539

File tree

117 files changed

+0
-507
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+0
-507
lines changed

demo/docusaurus.config.js

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -258,34 +258,6 @@ const config = {
258258
},
259259
},
260260
],
261-
[
262-
"@docusaurus/plugin-pwa",
263-
{
264-
debug: true,
265-
offlineModeActivationStrategies: [
266-
"appInstalled",
267-
"standalone",
268-
"queryString",
269-
],
270-
pwaHead: [
271-
{
272-
tagName: "link",
273-
rel: "icon",
274-
href: "/img/docusaurus-openapi-docs-logo.svg",
275-
},
276-
{
277-
tagName: "link",
278-
rel: "manifest",
279-
href: "/manifest.json", // your PWA manifest
280-
},
281-
{
282-
tagName: "meta",
283-
name: "theme-color",
284-
content: "rgb(37, 194, 160)",
285-
},
286-
],
287-
},
288-
],
289261
],
290262
themes: ["docusaurus-theme-openapi-docs"],
291263
stylesheets: [

demo/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"dependencies": {
2424
"@docusaurus/core": ">=2.0.1 <2.3.0",
2525
"@docusaurus/plugin-google-gtag": ">=2.0.1 <2.3.0",
26-
"@docusaurus/plugin-pwa": ">=2.0.1 <2.3.0",
2726
"@docusaurus/preset-classic": ">=2.0.1 <2.3.0",
2827
"@mdx-js/react": "^1.6.22",
2928
"clsx": "^1.1.1",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

demo/static/apple-touch-icon.png

-6.65 KB
Binary file not shown.

demo/static/ios/100.png

-3.15 KB
Binary file not shown.

0 commit comments

Comments
 (0)