Skip to content

Commit 20dd658

Browse files
authored
docs: fix links to external providers, and base url for edits (#5822)
# What does this PR do? This PR fixes the incorrect repo names and broken links on the [Known External Providers](https://ogx-ai.github.io/docs/providers/external/external-providers-list) page. In addition, the base URL for editing docs is corrected so clicking on "Edit this page" on the docs site will lead to the corresponding file edit view in github. Resolves #5821 ## Test Plan Link changes verified. No code change.
1 parent ce121e2 commit 20dd658

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OGX Documentation
22

3-
Here's a collection of comprehensive guides, examples, and resources for building AI applications with OGX. For the complete documentation, visit our [Github page](https://ogx-ai.github.io/getting_started/quickstart).
3+
Here's a collection of comprehensive guides, examples, and resources for building AI applications with OGX. For the complete documentation, visit our [Github page](https://ogx-ai.github.io/docs/getting_started/quickstart).
44

55
## Render locally
66

docs/docs/providers/external/external-providers-list.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Here's a list of known external providers that you can use with OGX:
44

55
| Name | Description | API | Type | Repository |
66
|------|-------------|-----|------|------------|
7-
| KubeFlow Training | Train models with KubeFlow | Post Training | Remote | [ogx-provider-kft](https://github.com/opendatahub-io/ogx-provider-kft) |
8-
| KubeFlow Pipelines | Train models with KubeFlow Pipelines | Post Training | Inline **and** Remote | [ogx-provider-kfp-trainer](https://github.com/opendatahub-io/ogx-provider-kfp-trainer) |
7+
| KubeFlow Training | Train models with KubeFlow | Post Training | Remote | [llama-stack-provider-kft](https://github.com/opendatahub-io/llama-stack-provider-kft) |
8+
| KubeFlow Pipelines | Train models with KubeFlow Pipelines | Post Training | Inline **and** Remote | [llama-stack-provider-kfp-trainer](https://github.com/opendatahub-io/llama-stack-provider-kfp-trainer) |
99
| RamaLama | Inference models with RamaLama | Inference | Remote | [ramalama-stack](https://github.com/containers/ramalama-stack) |
10-
| TrustyAI LM-Eval | Evaluate models with TrustyAI LM-Eval | Eval | Remote | [ogx-provider-lmeval](https://github.com/trustyai-explainability/ogx-provider-lmeval) |
11-
| MongoDB | VectorIO with MongoDB | Vector_IO | Remote | [mongodb-ogx](https://github.com/mongodb-partners/mongodb-ogx) |
10+
| TrustyAI LM-Eval | Evaluate models with TrustyAI LM-Eval | Eval | Remote | [llama-stack-provider-lmeval](https://github.com/trustyai-explainability/llama-stack-provider-lmeval) |
11+
| MongoDB | VectorIO with MongoDB | Vector_IO | Remote | [mongodb-llama-stack](https://github.com/mongodb-partners/mongodb-llama-stack) |

docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const config: Config = {
7171
sidebarPath: require.resolve("./sidebars.ts"),
7272
// disableVersioning: true,
7373
docItemComponent: "@theme/ApiItem", // Derived from docusaurus-theme-openapi
74-
editUrl: 'https://github.com/ogx-ai/ogx/edit/main/',
74+
editUrl: 'https://github.com/ogx-ai/ogx/edit/main/docs/',
7575
showLastUpdateTime: true,
7676
showLastUpdateAuthor: false,
7777
remarkPlugins: [

0 commit comments

Comments
 (0)