Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes alfred ai assistant to alfred ai #36

Merged
merged 3 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ export default defineConfig({
label: 'Treblle',
collapsed: false,
items: [{
label: 'Workspace',
link: '/treblle/workspace/'
}, {
label: 'Alfred - AI Assistant',
label: 'Alfred AI',
link: '/treblle/alfred/'
}, {
label: 'API Insights',
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ import { Steps } from '@astrojs/starlight/components';
<img src="https://assets-global.website-files.com/6446b3c46dac08ff137e3b2b/652f96f06a6463e2a01bfec4_security.svg" loading="lazy" alt="Major Security" class="block mx-auto" />
<p class="text-accent-900 dark:text-white text-center text-sm md:text-md font-semibold">Security</p>
</a>
<a href="/treblle/ai-assistant/" class="col-span-1 flex flex-col items-center justify-center p-4 bg-gray-200 dark:bg-accent-950 border border-1 border-accent-800 dark:border-gray-600 rounded-lg no-underline hover:-translate-y-6 dark:hover:border-gray-400 transition ease-in-out dealy-100">
<a href="/treblle/alfred/" class="col-span-1 flex flex-col items-center justify-center p-4 bg-gray-200 dark:bg-accent-950 border border-1 border-accent-800 dark:border-gray-600 rounded-lg no-underline hover:-translate-y-6 dark:hover:border-gray-400 transition ease-in-out dealy-100">
<img src="https://assets-global.website-files.com/6446b3c46dac08ff137e3b2b/652f96f070f031652b6e4034_alfred(1).svg" loading="lazy" alt="AI Specialist Alfred" class="block mx-auto" />
<p class="text-accent-900 dark:text-white text-center text-sm md:text-md font-semibold">A<sup>(P)</sup>I Assistant</p>
<p class="text-accent-900 dark:text-white text-center text-sm md:text-md font-semibold">Alfred AI</p>
</a>
</div>

Expand Down
3 changes: 1 addition & 2 deletions src/content/docs/treblle/alfred.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Alfred - AI Assistant
title: Alfred AI
description: Learn how to use Alfred, Treblle's AI assistant for improving API workflows.
image: /AI-assistant.png
---

## What is Alfred?
Expand Down