Skip to content

Commit

Permalink
Add logo, update astro & starlight
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiefolsom committed Jun 27, 2024
1 parent c29852f commit bbcb9c7
Show file tree
Hide file tree
Showing 9 changed files with 434 additions and 1,320 deletions.
5 changes: 3 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import starlight from '@astrojs/starlight';
export default defineConfig({
site: 'https://recogito.github.io/',
integrations: [starlight({
title: 'Recogito Studio',
title: 'Developer Documentation',
defaultLocale: 'root',
// optional
locales: {
Expand All @@ -15,7 +15,8 @@ export default defineConfig({
}
},
logo: {
src: './src/assets/logo.svg'
light: '/src/assets/recogito_logo_horizontal_black.png',
dark: '/src/assets/recogito_logo_horizontal_white.png'
},
social: {
github: 'https://github.com/recogito/'
Expand Down
1,741 changes: 427 additions & 1,314 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/starlight": "^0.23.1",
"astro": "^4.9.2",
"@astrojs/starlight": "^0.24.4",
"astro": "^4.11.3",
"sharp": "^0.32.5",
"typescript": "^5.4.2"
}
Expand Down
Binary file added src/assets/recogito_emblem_black&blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/recogito_logo_horizontal_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/recogito_logo_horizontal_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/recogito_logo_stacked_black.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/recogito_logo_stacked_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hero:
import { Card, CardGrid } from '@astrojs/starlight/components';


{/* <CardGrid stagger>
<CardGrid stagger>
<Card title="Update content" icon="pencil">
Edit `src/content/docs/index.mdx` to see this page change.
</Card>
Expand All @@ -24,4 +24,4 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
<Card title="Read the docs" icon="open-book">
Learn more in [the Starlight Docs](https://starlight.astro.build/).
</Card>
</CardGrid> */}
</CardGrid>

0 comments on commit bbcb9c7

Please sign in to comment.