Skip to content

Commit

Permalink
Update name to reflect internal and external conversations. Add scree…
Browse files Browse the repository at this point in the history
…nshot of new UI.

Update astro and starlight.

Removed redundant repetition of the same word twice.
  • Loading branch information
jamiefolsom committed Mar 20, 2024
1 parent de1fced commit a56ff48
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 a56ff48

Please sign in to comment.