Skip to content

Commit

Permalink
Merge pull request #2 from recogito/jf/content
Browse files Browse the repository at this point in the history
Updated name, screenshot
  • Loading branch information
lwjameson authored Mar 21, 2024
2 parents de1fced + a56ff48 commit 3e34a21
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 58 deletions.
11 changes: 9 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@ export default defineConfig({
site: 'https://recogito.github.io/',
integrations: [
starlight({
title: 'Recogito Plus Platform',
title: 'Recogito v4.0.0',
defaultLocale: 'root', // optional
locales: {
root: {
label: 'English',
lang: 'en', // lang is required for root locales
},
},
logo: {
src: './src/assets/logo.svg',
},
social: {
github: 'https://github.com/withastro/starlight',
github: 'https://github.com/recogito/',
},
sidebar: [
{
Expand Down
120 changes: 72 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.21.1",
"astro": "^4.3.5",
"sharp": "^0.32.5",
"@astrojs/check": "^0.5.9",
"@astrojs/starlight": "^0.21.2",
"astro": "^4.5.8",
"sharp": "^0.32.5",
"typescript": "^5.4.2"
}
}
}
Binary file added src/assets/recogito-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Recogito Plus
description: Modern, Powerful Annotation Platform
title: Recogito v4.0.0
description: A Modern Platform for Collaborative, Standards-Based Annotation of TEI Text, IIIF Images, and PDFs.
template: splash
hero:
tagline: A Modern, Powerful Annotation Platform
tagline: A Modern Platform for Collaborative, Standards-Based Annotation of TEI Text, IIIF Images, and PDFs.
image:
file: ../../assets/hero.png
file: ../../assets/recogito-text.png
---

import { Card, CardGrid } from '@astrojs/starlight/components';
Expand Down

0 comments on commit 3e34a21

Please sign in to comment.