mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 02:49:49 +00:00
docs: fix broken links (#3540)
# What does this PR do? <!-- Provide a short summary of what this PR does and why. Link to relevant issues if applicable. --> <!-- If resolving an issue, uncomment and update the line below --> <!-- Closes #[issue-number] --> - Fixes broken links and Docusaurus search Closes #3518 ## Test Plan The following should produce a clean build with no warnings and search enabled: ``` npm install npm run gen-api-docs all npm run build npm run serve ``` <!-- Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.* -->
This commit is contained in:
parent
8537ada11b
commit
6101c8e015
52 changed files with 188 additions and 981 deletions
|
|
@ -1,4 +1,9 @@
|
|||
# Core Concepts
|
||||
---
|
||||
title: Core Concepts
|
||||
description: Understanding Llama Stack's service-oriented philosophy and key concepts
|
||||
sidebar_label: Overview
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
Given Llama Stack's service-oriented philosophy, a few concepts and workflows arise which may not feel completely natural in the LLM landscape, especially if you are coming with a background in other frameworks.
|
||||
|
||||
|
|
@ -6,38 +11,21 @@ Given Llama Stack's service-oriented philosophy, a few concepts and workflows ar
|
|||
|
||||
This section covers the fundamental concepts of Llama Stack:
|
||||
|
||||
- **[Architecture](./architecture.md)** - Learn about Llama Stack's architectural design and principles
|
||||
- **[APIs](./apis/index.mdx)** - Understanding the core APIs and their stability levels
|
||||
- [API Overview](./apis/index.mdx) - Core APIs available in Llama Stack
|
||||
- [API Providers](./apis/api_providers.mdx) - How providers implement APIs
|
||||
- [API Stability Leveling](./apis/api_leveling.mdx) - API stability and versioning
|
||||
- **[Distributions](./distributions.md)** - Pre-configured deployment packages
|
||||
- **[Resources](./resources.md)** - Understanding Llama Stack resources and their lifecycle
|
||||
- **[External Integration](./external.md)** - Integrating with external services and providers
|
||||
- **[Architecture](architecture.mdx)** - Learn about Llama Stack's architectural design and principles
|
||||
- **[APIs](/docs/concepts/apis/)** - Understanding the core APIs and their stability levels
|
||||
- [API Overview](apis/index.mdx) - Core APIs available in Llama Stack
|
||||
- [API Providers](apis/api_providers.mdx) - How providers implement APIs
|
||||
- [External APIs](apis/external.mdx) - External APIs available in Llama Stack
|
||||
- [API Stability Leveling](apis/api_leveling.mdx) - API stability and versioning
|
||||
- **[Distributions](distributions.mdx)** - Pre-configured deployment packages
|
||||
- **[Resources](resources.mdx)** - Understanding Llama Stack resources and their lifecycle
|
||||
|
||||
## Getting Started
|
||||
|
||||
If you're new to Llama Stack, we recommend starting with:
|
||||
|
||||
1. **[Architecture](./architecture.md)** - Understand the overall system design
|
||||
2. **[APIs](./apis/index.mdx)** - Learn about the available APIs and their purpose
|
||||
3. **[Distributions](./distributions.md)** - Choose a pre-configured setup for your use case
|
||||
1. **[Architecture](architecture.mdx)** - Understand the overall system design
|
||||
2. **[APIs](apis/index.mdx)** - Learn about the available APIs and their purpose
|
||||
3. **[Distributions](distributions.mdx)** - Choose a pre-configured setup for your use case
|
||||
|
||||
Each concept builds upon the previous ones to give you a comprehensive understanding of how Llama Stack works and how to use it effectively.---
|
||||
title: Core Concepts
|
||||
description: Understanding Llama Stack's service-oriented philosophy and key concepts
|
||||
sidebar_label: Overview
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Core Concepts
|
||||
|
||||
Given Llama Stack's service-oriented philosophy, a few concepts and workflows arise which may not feel completely natural in the LLM landscape, especially if you are coming with a background in other frameworks.
|
||||
|
||||
This section covers the key concepts you need to understand to work effectively with Llama Stack:
|
||||
|
||||
- **[Architecture](./architecture)** - Llama Stack's service-oriented design and benefits
|
||||
- **[APIs](./apis)** - Available REST APIs and planned capabilities
|
||||
- **[API Providers](./api_providers)** - Remote vs inline provider implementations
|
||||
- **[Distributions](./distributions)** - Pre-packaged provider configurations
|
||||
- **[Resources](./resources)** - Resource federation and registration
|
||||
Each concept builds upon the previous ones to give you a comprehensive understanding of how Llama Stack works and how to use it effectively.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue