-
-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'sidebar-i18n' of https://github.com/liruifengv/starlight …
…into sidebar-i18n
- Loading branch information
Showing
52 changed files
with
2,167 additions
and
744 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Apply with: | ||
# `git config --local blame.ignoreRevsFile .git-blame-ignore-revs` | ||
|
||
# [Add Prettier and format files](https://github.com/withastro/starlight/pull/393) | ||
9b172f5ee09697d80f301e9b70aca1946419ce24 |
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 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,61 @@ | ||
--- | ||
import Card from './showcase-card.astro'; | ||
import FluidGrid from './fluid-grid.astro'; | ||
--- | ||
|
||
<FluidGrid> | ||
<Card title="Athena OS" href="https://athenaos.org" thumbnail="www.athenaos.org.png" /> | ||
<Card | ||
title="PubIndexAPI Docs" | ||
href="https://docs.pubindexapi.com/" | ||
thumbnail="docs.pubindexapi.com.png" | ||
/> | ||
<Card title="pls" href="https://dhruvkb.github.io/pls" thumbnail="dhruvkb.github.io-pls.png" /> | ||
<Card title="capo.js" href="https://rviscomi.github.io/capo.js/" thumbnail="capo.js.png" /> | ||
<Card | ||
title="Web Monetization API" | ||
href="https://webmonetization.org/" | ||
thumbnail="webmonetization.org.png" | ||
/> | ||
<Card | ||
title="QBCore Docs" | ||
href="https://brycerussell.github.io/qbcore-docs/" | ||
thumbnail="brycerussell.github.io-qbcore-docs.png" | ||
/> | ||
<Card title="har.fyi" href="https://har.fyi/" thumbnail="har.fyi.png" /> | ||
<Card title="xs-dev docs" href="https://xs-dev.js.org" thumbnail="xs-dev.js.org.png" /> | ||
<Card title="Felicity" href="https://felicity.pages.dev/" thumbnail="felicity.pages.dev.png" /> | ||
<Card | ||
title="NgxEditor" | ||
href="https://sibiraj-s.github.io/ngx-editor/" | ||
thumbnail="sibiraj-s.github.io-ngx-editor.png" | ||
/> | ||
<Card | ||
title="Astro Error Pages" | ||
href="https://astro-error-page-documentation.vercel.app/" | ||
thumbnail="astro-error-page-documentation.vercel.app.png" | ||
/> | ||
<Card title="Terrateam Docs" href="https://terrateam.io/docs" thumbnail="terrateam.io-docs.png" /> | ||
<Card | ||
title="simple-fm" | ||
href="https://simple.arciniega.one" | ||
thumbnail="simple.arciniega.one.png" | ||
/> | ||
<Card | ||
title="CommandKit" | ||
href="https://commandkit.underctrl.io" | ||
thumbnail="commandkit.underctrl.io.png" | ||
/> | ||
<Card | ||
title="Obytes Starter" | ||
href="https://starter.obytes.com" | ||
thumbnail="starter.obytes.com.jpg" | ||
/> | ||
<Card title="Kanri" href="https://kanriapp.com" thumbnail="kanriapp.com.png" /> | ||
<Card | ||
title="VRCFR Creator" | ||
href="https://dev.vrchatfrance.fr" | ||
thumbnail="dev.vrchatfrance.fr.png" | ||
/> | ||
<Card title="Refact" href="https://docs.refact.ai/" thumbnail="refact.ai.png" /> | ||
</FluidGrid> |
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.