Skip to content
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pnpm start

## 🤝 Contributing

All contributions are welcome! Please check out our [Contributing Guide](CONTRIBUTION.md) for details on how to get started.
All contributions are welcome! Please check out our [Contributing Guide](CONTRIBUTING.md) for details on how to get started.

## 🌍 Community

Expand Down
2 changes: 1 addition & 1 deletion apps/adk-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ We welcome various types of contributions:

- **[Check existing issues](https://github.com/IQAIcom/adk-ts/issues)** for similar questions or problems
- **[Ask in discussions](https://github.com/IQAIcom/adk-ts/discussions)** for clarification on development topics
- **[Contributing Guide](../../CONTRIBUTION.md)** - Main project contribution guidelines
- **[Contributing Guide](../../CONTRIBUTING.md)** - Main project contribution guidelines

---

Expand Down
4 changes: 2 additions & 2 deletions apps/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ We welcome various types of contributions to improve the documentation:
- **[Check existing issues](https://github.com/IQAIcom/adk-ts/issues)** for similar questions or problems
- **[Ask in discussions](https://github.com/IQAIcom/adk-ts/discussions)** for clarification on documentation topics

For more detailed contribution guidelines, see the main project's [Contributing Guide](../../CONTRIBUTION.md).
For more detailed contribution guidelines, see the main project's [Contributing Guide](../../CONTRIBUTING.md).

## 📚 Resources for Contributors

Expand All @@ -149,7 +149,7 @@ For more detailed contribution guidelines, see the main project's [Contributing

- **[ADK-TS Repository](https://github.com/IQAIcom/adk-ts)** - Main framework repository
- **[Live Documentation](https://adk.iqai.com)** - Published documentation site
- **[Contributing Guide](../../CONTRIBUTION.md)** - General project contribution guidelines
- **[Contributing Guide](../../CONTRIBUTING.md)** - General project contribution guidelines
- **[Examples](../../apps/examples/)** - Code examples and tutorials

### Writing & Style Resources
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/app/(home)/_components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const developerLinks = [
];

const resourceLinks = [
{ href: "https://blog.iqai.com/", text: "Blog", external: true },
{ href: "https://blog.iqai.com/tag/dev//", text: "Blog", external: true },
{ href: "/showcase", text: "Showcase" },
{
href: "https://github.com/IQAIcom/adk-ts-samples",
Expand All @@ -112,7 +112,7 @@ const supportLinks = [
external: true,
},
{
href: "https://github.com/IQAIcom/adk-ts/blob/main/CONTRIBUTION.md",
href: "https://github.com/IQAIcom/adk-ts/blob/main/CONTRIBUTING.md",
text: "Contributing",
external: true,
},
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/app/layout.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const baseNavLinks = [
},
{
text: "Blog",
url: "https://blog.iqai.com/",
url: "https://blog.iqai.com/tag/dev//",
icon: <PenTool className="w-4 h-4" />,
external: true,
},
Expand Down Expand Up @@ -78,7 +78,7 @@ const docsResourceMenuItems = [
...resourceMenuItems,
{
text: "Blog",
url: "https://blog.iqai.com/",
url: "https://blog.iqai.com/tag/dev//",
icon: <PenTool className="w-4 h-4" />,
external: true,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const dxHighlights = [
},
{
icon: LayoutDashboard,
title: "7 Starter Templates",
title: "7+ Starter Templates",
description: "RAG, chat, workflow & more out of the box",
},
{
Expand Down
Loading
Loading