Skip to content

Commit 8cac8d4

Browse files
committed
chore: remove outdated OAuth setup documentation and update favicon
- Deleted the `oauth-setup.md` file as it contained outdated information regarding OAuth configuration. - Updated the favicon in `favicon.svg` to a new design for improved branding and visual appeal. - Enhanced the `index.html` file with additional meta tags for better SEO and social media sharing.
1 parent 11bfa98 commit 8cac8d4

4 files changed

Lines changed: 13 additions & 63 deletions

File tree

docs/oauth-setup.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

web/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Devsper Plugin Registry</title>
8+
<meta name="description" content="Discover and install plugins for the devsper AI swarm runtime. The AI swarm platform for developers." />
9+
<meta property="og:title" content="Devsper Plugin Registry" />
10+
<meta property="og:description" content="Discover and install plugins for the devsper AI swarm runtime. The AI swarm platform for developers." />
11+
<meta property="og:image" content="https://registry.devsper.com/og.png" />
12+
<meta property="og:url" content="https://registry.devsper.com/" />
13+
<meta property="og:type" content="website" />
14+
<meta property="og:locale" content="en_US" />
15+
<meta name="twitter:card" content="summary_large_image" />
16+
<meta name="twitter:title" content="Devsper Plugin Registry" />
17+
<meta name="twitter:description" content="Discover and install plugins for the devsper AI swarm runtime. The AI swarm platform for developers." />
18+
<meta name="twitter:image" content="https://registry.devsper.com/og.png" />
819
<link rel="preconnect" href="https://fonts.googleapis.com" />
920
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1021
<link

web/public/favicon.svg

Lines changed: 2 additions & 9 deletions
Loading

web/public/og.png

750 KB
Loading

0 commit comments

Comments
 (0)