Skip to content

Commit 32e5a88

Browse files
authored
Add discovery landing page for GitHub Models docs (#60291)
1 parent 4a5cff8 commit 32e5a88

11 files changed

Lines changed: 32 additions & 0 deletions

content/github-models/about-github-models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ intro: '{% data variables.product.prodname_github_models %} is a suite of develo
44
versions:
55
feature: github-models
66
shortTitle: About GitHub Models
7+
category:
8+
- Build with AI models
79
---
810

911
{% data reusables.models.models-preview-note %}

content/github-models/github-models-at-scale/manage-models-at-scale.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ versions:
66
feature: github-models
77
permissions: Organization owners can manage the models used in an organization
88
allowTitleToDifferFromFilename: true
9+
category:
10+
- Manage GitHub Models for your organization
911
---
1012

1113
{% data reusables.models.models-preview-note %}

content/github-models/github-models-at-scale/use-models-at-scale.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ versions:
66
feature: github-models
77
permissions: 'Organization owners and enterprise owners'
88
allowTitleToDifferFromFilename: true
9+
category:
10+
- Manage GitHub Models for your organization
911
---
1012

1113
{% data reusables.models.models-preview-note %}

content/github-models/github-models-at-scale/using-your-own-api-keys-in-github-models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ permissions: 'Organization owners can add custom models to {% data variables.pro
88
allowTitleToDifferFromFilename: true
99
redirect_from:
1010
- /github-models/github-models-at-scale/set-up-custom-model-integration-models-byok
11+
category:
12+
- Manage GitHub Models for your organization
1113
---
1214

1315
{% data reusables.models.byok-preview-note %}

content/github-models/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,21 @@ versions:
55
fpt: '*'
66
ghes: '*'
77
ghec: '*'
8+
layout: discovery-landing
89
introLinks:
910
overview: /github-models/about-github-models
1011
quickstart: /github-models/quickstart
12+
includedCategories:
13+
- 'Build with AI models'
14+
- 'Manage GitHub Models for your organization'
15+
carousels:
16+
recommended:
17+
- /github-models/quickstart
18+
- /github-models/about-github-models
19+
- /github-models/use-github-models/prototyping-with-ai-models
20+
- /github-models/use-github-models/evaluating-ai-models
21+
- /github-models/use-github-models/optimizing-your-ai-powered-app-with-github-models
22+
- /github-models/github-models-at-scale/use-models-at-scale
1123
children:
1224
- /about-github-models
1325
- /quickstart

content/github-models/quickstart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ versions:
99
ghec: '*'
1010
shortTitle: Quickstart
1111
contentType: get-started
12+
category:
13+
- Build with AI models
1214
---
1315

1416
## Introduction

content/github-models/responsible-use-of-github-models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ intro: Learn how to use {% data variables.product.prodname_github_models %} resp
55
versions:
66
feature: github-models
77
contentType: rai
8+
category:
9+
- Build with AI models
810
---
911

1012
With {% data variables.product.prodname_github_models %}, you build your understanding of AI model capabilities by experimenting with model settings and sending prompts through a chat interface. Additionally, you can directly interact with models through an SDK. Refer to a model's "Getting Started" tab for more information about how to use the SDK. Refer to a model’s "README" tab for more information on the model. Remember when interacting with a model you are experimenting with AI, so content mistakes are possible.

content/github-models/use-github-models/evaluating-ai-models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ intro: 'Test and compare AI model outputs using evaluators and scoring metrics i
44
versions:
55
feature: github-models
66
shortTitle: Evaluate AI models
7+
category:
8+
- Build with AI models
79
---
810

911
## Overview

content/github-models/use-github-models/optimizing-your-ai-powered-app-with-github-models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ intro: 'Learn how to test models and refine prompts for your AI-powered applicat
55
versions:
66
feature: github-models
77
allowTitleToDifferFromFilename: true
8+
category:
9+
- Build with AI models
810
---
911

1012
With new AI models being released regularly, choosing the right one for your application can be challenging. {% data variables.product.prodname_github_models %} helps you optimize your AI-powered application by letting you **compare different models and prompt variations** against sample inputs, while using **built-in evaluators** to validate model output.

content/github-models/use-github-models/prototyping-with-ai-models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ versions:
66
feature: github-models
77
redirect_from:
88
- /github-models/prototyping-with-ai-models
9+
category:
10+
- Build with AI models
911
---
1012

1113
If you want to develop a generative AI application, you can use {% data variables.product.prodname_github_models %} to find and experiment with AI models for free. Once you are ready to bring your application to production, [opt in to paid usage](/billing/managing-billing-for-your-products/about-billing-for-github-models) for your enterprise.

0 commit comments

Comments
 (0)