Skip to content

Commit def4358

Browse files
feat: wire imessage-plugin into home page + navbar
Add imessage-plugin to config.extra.projects so it shows up in the projects dropdown and home-page grid alongside Bookmarks, MotherDuck CLI, and Zorto. Peer of the ready projects, not incubating.
1 parent 3944396 commit def4358

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ menu_items = [
3232

3333
projects = [
3434
{ name = "Bookmarks", url = "/bookmarks", github = "dkdc-io/bookmarks", description = "Bookmarks in your filesystem." },
35+
{ name = "iMessage Plugin", url = "/imessage-plugin", github = "dkdc-io/imessage-plugin", description = "iMessage MCP plugin for LLM CLIs." },
3536
{ name = "MotherDuck CLI", url = "/md-cli", github = "dkdc-io/md-cli", description = "CLI for the MotherDuck REST API." },
3637
{ name = "Zorto", url = "https://zorto.dev", github = "dkdc-io/zorto", description = "The AI-native static site generator (SSG) with executable code blocks." },
3738
]

0 commit comments

Comments
 (0)