Skip to content

Commit c289d02

Browse files
committed
Update index branding
1 parent f3a901a commit c289d02

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

docs/index.mdx

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,46 @@
11
---
22
slug: /
3-
title: Perplexity Sonar API Cookbook
4-
description: A collection of practical examples and guides for building with Perplexity's Sonar API
3+
title: Perplexity API Cookbook
4+
description: A collection of practical examples and guides for building with Perplexity's API Platform
55
keywords: [perplexity, sonar, api, cookbook, examples, tutorials]
66
---
77

8-
# Perplexity Sonar API Cookbook
9-
10-
A collection of practical examples and guides for building with [**Perplexity's Sonar API**](https://sonar.perplexity.ai/) - the fastest, most cost-effective AI answer engine with real-time search capabilities.
8+
A collection of practical examples and guides for building with [**Perplexity's API Platform**](https://docs.perplexity.ai/) - the fastest, most cost-effective AI answer engine with real-time search capabilities.
119

1210
## Quick Start
1311

1412
To get started with any project in this cookbook:
1513

1614
1. **Browse examples** - Find the use case that matches your needs
1715
2. **Follow the guide** - Each example includes complete setup instructions
18-
3. **Get the code** - Full implementations are available in our [GitHub repository](https://github.com/ppl-ai/api-cookbook)
16+
3. **Get the code** - Full implementations are available in our [GitHub repository](https://github.com/perplexityai/api-cookbook)
1917
4. **Build and customize** - Use the examples as starting points for your projects
2018

2119
## What's Inside
2220

23-
### [Examples](/examples)
21+
### [Examples](/cookbook/examples/README)
2422
Ready-to-run projects that demonstrate specific use cases and implementation patterns.
2523

26-
### [Showcase](/showcase)
27-
Community-built applications that demonstrate real-world implementations of the Sonar API.
24+
### [Showcase](/cookbook/showcase/briefo/)
25+
Community-built applications that demonstrate real-world implementations of the API Platform.
2826

29-
### [Integration Guides](/articles)
27+
### [Integration Guides](/cookbook/articles/memory-management/chat-summary-memory-buffer/README)
3028
In-depth tutorials for advanced implementations and integrations with other tools.
3129

32-
> **Note**: All complete code examples, scripts, and project files can be found in our [GitHub repository](https://github.com/ppl-ai/api-cookbook). The documentation here provides guides and explanations, while the repository contains the full runnable implementations.
30+
> **Note**: All complete code examples, scripts, and project files can be found in our [GitHub repository](https://github.com/perplexityai/api-cookbook). The documentation here provides guides and explanations, while the repository contains the full runnable implementations.
3331
3432
## Contributing
3533

36-
Have a project built with Sonar API? We'd love to feature it! Check our [Contributing Guidelines](https://github.com/ppl-ai/api-cookbook/blob/main/CONTRIBUTING.md) to learn how to:
34+
Have a project built with API Platform? We'd love to feature it! Check our [Contributing Guidelines](https://github.com/perplexityai/api-cookbook/blob/main/CONTRIBUTING.md) to learn how to:
3735

3836
- Submit example tutorials
3937
- Add your project to the showcase
4038
- Improve existing content
4139

4240
## Resources
4341

44-
- [Sonar API Documentation](https://docs.perplexity.ai/home)
45-
- [API Playground](https://perplexity.ai/account/api/playground)
46-
- [GitHub Repository](https://github.com/ppl-ai/api-cookbook)
42+
- [API Documentation](https://docs.perplexity.ai/home)
43+
- [GitHub Repository](https://github.com/perplexityai/api-cookbook)
4744

4845
---
4946

0 commit comments

Comments
 (0)