Skip to content

Commit 6f4ae73

Browse files
committed
docs(examples): replace emoji in example definitions with real logo URLs
The rename made emoji invalid under the URL-only `logo` schema, so the example server definitions would not validate. Use the matching GitHub organisation avatars for each example's real-world service (GitHub, Atlassian, Cloudflare, Notion) so copy-paste templates pass validation out of the box. Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 54fd3c7 commit 6f4ae73

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

β€Žexamples/complete-example.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "GitHub",
55
"alias": "gh",
66
"description": "Interact with GitHub repositories, issues, pull requests, and more through the GitHub API.",
7-
"logo": "πŸ™",
7+
"logo": "https://avatars.githubusercontent.com/u/9919?v=4",
88
"schema_version": "2.1",
99
"categories": [
1010
"developer-tools",

β€Žexamples/read-only-example.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Cloudflare Docs",
55
"alias": "cfdocs",
66
"description": "Search and browse Cloudflare documentation",
7-
"logo": "πŸ“š",
7+
"logo": "https://avatars.githubusercontent.com/u/314135?v=4",
88
"schema_version": "2.1",
99
"categories": [
1010
"documentation",

β€Žexamples/remote-hosted-example.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Atlassian (Jira & Confluence)",
55
"alias": "atlassian",
66
"description": "Interact with Jira issues and Confluence pages",
7-
"logo": "πŸ”·",
7+
"logo": "https://avatars.githubusercontent.com/u/168166?v=4",
88
"schema_version": "2.1",
99
"categories": [
1010
"productivity",

β€Žexamples/sponsored-example.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Notion",
55
"alias": "notion",
66
"description": "Read and write Notion pages, databases, and blocks",
7-
"logo": "πŸ“",
7+
"logo": "https://avatars.githubusercontent.com/u/4792552?v=4",
88
"schema_version": "2.1",
99
"categories": [
1010
"productivity",

0 commit comments

Comments
Β (0)