-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from HiDeoo/hd-docs-improvements
- Loading branch information
Showing
17 changed files
with
1,251 additions
and
951 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
title: Showcase | ||
description: Discover Starlight project using the Starlight OpenAPI plugin. | ||
--- | ||
|
||
import { ShowcaseIntro, Showcase } from '@hideoo/starlight-plugins-docs-components' | ||
|
||
<ShowcaseIntro | ||
cta="Have you built a documentation using Starlight OpenAPI?" | ||
href="https://github.com/HiDeoo/starlight-openapi/edit/main/docs/src/content/docs/resources/showcase.mdx" | ||
/> | ||
|
||
## Sites | ||
|
||
Starlight OpenAPI is already being used in production. These are some of the sites around the web: | ||
|
||
<Showcase | ||
entries={[ | ||
{ | ||
thumbnail: import('../../../assets/showcase/openpayments.dev.png'), | ||
href: 'https://openpayments.dev/', | ||
title: 'Open Payments', | ||
}, | ||
{ | ||
thumbnail: import('../../../assets/showcase/classchartsapi.github.io.png'), | ||
href: 'https://classchartsapi.github.io/api-docs/', | ||
title: 'ClassCharts API', | ||
}, | ||
{ | ||
thumbnail: import('../../../assets/showcase/openpodcastapi.org.png'), | ||
href: 'https://openpodcastapi.org/', | ||
title: 'Open Podcast API', | ||
}, | ||
{ | ||
thumbnail: import('../../../assets/showcase/docs.garajonai.com.png'), | ||
href: 'https://docs.garajonai.com/', | ||
title: 'GarajonAI', | ||
}, | ||
{ | ||
thumbnail: import('../../../assets/showcase/fxhu.kripod.dev.png'), | ||
href: 'https://fxhu.kripod.dev/', | ||
title: 'FXHU', | ||
}, | ||
{ | ||
thumbnail: import('../../../assets/showcase/docs.taiko.xyz.png'), | ||
href: 'https://docs.taiko.xyz/start-here/getting-started', | ||
title: 'Taiko', | ||
}, | ||
]} | ||
/> | ||
|
||
See all the [public project repos using Starlight on GitHub](https://github.com/hideoo/starlight-openapi/network/dependents). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Starlight Plugins and Tools | ||
description: Discover other Starlight plugins, components and tools developed by HiDeoo. | ||
--- | ||
|
||
import { ResourcesIntro, Resources } from '@hideoo/starlight-plugins-docs-components' | ||
|
||
<ResourcesIntro /> | ||
|
||
## Plugins | ||
|
||
<Resources type="plugins" /> | ||
|
||
## Components | ||
|
||
<Resources type="components" /> | ||
|
||
## Tools | ||
|
||
<Resources type="tools" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.