Skip to content

Commit 2ceb709

Browse files
kinlaneclaude
andcommitted
Refresh API stories from 2026-06-22 blog pull; switch theme to logo blue
Regenerated _api_stories, _data, and page chrome via build-area-sites.py. Hero/header palette changed from green to the API Evangelist logo blue (#3098d8) to match the rest of api-evangelist. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3d0345d commit 2ceb709

6 files changed

Lines changed: 29 additions & 21 deletions

File tree

_api_stories/0000-leandata.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: 'AI-Powered Power BI reporting: From design to deployment with agent skills
3+
(Preview)'
4+
link: https://community.fabric.microsoft.com/t5/Power-BI-Updates-Blog/AI-Powered-Power-BI-reporting-From-design-to-deployment-with/ba-p/5190703
5+
published: '2026-06-08'
6+
provider: microsoft-power-bi
7+
repo: https://github.com/api-evangelist/microsoft-power-bi
8+
domain: community.fabric.microsoft.com
9+
---

_api_stories/0001-async-apis.md

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

_api_stories/0001-truto.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: How to Build a Dedicated SLA & Security Page for Managed MCP Offerings
3+
link: https://truto.one/blog/how-to-create-a-dedicated-sla-security-page-for-managed-mcp-offerings/
4+
published: '2026-05-27'
5+
provider: truto
6+
repo: https://github.com/api-evangelist/truto
7+
domain: truto.one
8+
---

_api_stories/0002-ilert.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Bring incident response to AI stack with ilert's MCP Server
3+
link: https://www.ilert.com/blog/bring-incident-response-to-ai-stack-with-ilerts-mcp-server
4+
published: '2025-10-27'
5+
provider: ilert
6+
repo: https://github.com/api-evangelist/ilert
7+
domain: www.ilert.com
8+
---

_layouts/default.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@
3434

3535
<style>
3636
:root {
37-
--ae-green: #3d8b37;
37+
--ae-green: #3098d8; /* API Evangelist logo blue (brand primary) */
3838
--ae-dark: #1a1a2e;
3939
--ae-light: #f8f9fa;
40-
--ae-accent: #6c9e3a;
40+
--ae-accent: #38a0e0; /* lighter logo blue */
4141
}
4242
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: #333; }
4343
.navbar-ae { background-color: #fff; border-bottom: 1px solid #e9ecef; }
4444
.navbar-ae .navbar-brand img { height: 40px; }
4545
.navbar-ae .nav-link { color: #495057; font-size: 0.9rem; font-weight: 500; }
4646
.navbar-ae .nav-link:hover, .navbar-ae .nav-link.active { color: var(--ae-green); }
4747
.text-emphasis { color: var(--ae-green) !important; }
48-
.hero { background: linear-gradient(135deg, #f7faf6 0%, #eaf3e6 100%); border-bottom: 1px solid #e9ecef; }
48+
.hero { background: linear-gradient(135deg, #f5f9fc 0%, #e4f0f9 100%); border-bottom: 1px solid #e9ecef; }
4949
.hero h1 { font-size: 2rem; font-weight: 700; }
5050
.section-title { font-size: 1.25rem; font-weight: 600; display:flex; align-items:center; }
5151
.section-title .material-symbols-outlined { color: var(--ae-green); margin-right: 0.5rem; }
@@ -59,7 +59,7 @@
5959
.footer-ae { border-top: 1px solid #e9ecef; font-size: 0.85rem; color: #6c757d; }
6060
.card { border: 1px solid #e9ecef; border-radius: 0.5rem; }
6161
.list-group-item { border-color: #f0f0f0; }
62-
.list-group-item:hover { background-color: #f9fbf8; }
62+
.list-group-item:hover { background-color: #f5fafd; }
6363
a { color: var(--ae-green); }
6464
</style>
6565
</head>

0 commit comments

Comments
 (0)