docs: add logo
|
|
@ -6,6 +6,43 @@ export default defineConfig({
|
||||||
integrations: [
|
integrations: [
|
||||||
starlight({
|
starlight({
|
||||||
title: 'Emigrate',
|
title: 'Emigrate',
|
||||||
|
favicon: '/favicon.ico',
|
||||||
|
head: [
|
||||||
|
{
|
||||||
|
tag: 'link',
|
||||||
|
attrs: {
|
||||||
|
rel: 'apple-touch-icon',
|
||||||
|
type: 'image/png',
|
||||||
|
href: '/apple-touch-icon.png',
|
||||||
|
sizes: '180x180',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
tag: 'link',
|
||||||
|
attrs: {
|
||||||
|
rel: 'icon',
|
||||||
|
type: 'image/png',
|
||||||
|
href: '/favicon-32x32.png',
|
||||||
|
sizes: '32x32',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
tag: 'link',
|
||||||
|
attrs: {
|
||||||
|
rel: 'icon',
|
||||||
|
type: 'image/png',
|
||||||
|
href: '/favicon-16x16.png',
|
||||||
|
sizes: '16x16',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
tag: 'link',
|
||||||
|
attrs: {
|
||||||
|
rel: 'manifest',
|
||||||
|
href: '/site.webmanifest',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
social: {
|
social: {
|
||||||
github: 'https://github.com/aboviq/emigrate',
|
github: 'https://github.com/aboviq/emigrate',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
BIN
docs/public/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
docs/public/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 252 KiB |
BIN
docs/public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
docs/public/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 948 B |
BIN
docs/public/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
docs/public/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
|
@ -1 +0,0 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill-rule="evenodd" d="M81 36 64 0 47 36l-1 2-9-10a6 6 0 0 0-9 9l10 10h-2L0 64l36 17h2L28 91a6 6 0 1 0 9 9l9-10 1 2 17 36 17-36v-2l9 10a6 6 0 1 0 9-9l-9-9 2-1 36-17-36-17-2-1 9-9a6 6 0 1 0-9-9l-9 10v-2Zm-17 2-2 5c-4 8-11 15-19 19l-5 2 5 2c8 4 15 11 19 19l2 5 2-5c4-8 11-15 19-19l5-2-5-2c-8-4-15-11-19-19l-2-5Z" clip-rule="evenodd"/><path d="M118 19a6 6 0 0 0-9-9l-3 3a6 6 0 1 0 9 9l3-3Zm-96 4c-2 2-6 2-9 0l-3-3a6 6 0 1 1 9-9l3 3c3 2 3 6 0 9Zm0 82c-2-2-6-2-9 0l-3 3a6 6 0 1 0 9 9l3-3c3-2 3-6 0-9Zm96 4a6 6 0 0 1-9 9l-3-3a6 6 0 1 1 9-9l3 3Z"/><style>path{fill:#000}@media (prefers-color-scheme:dark){path{fill:#fff}}</style></svg>
|
|
||||||
|
Before Width: | Height: | Size: 696 B |
11
docs/public/site.webmanifest
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"name": "Emigrate",
|
||||||
|
"short_name": "Emigrate",
|
||||||
|
"icons": [
|
||||||
|
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
||||||
|
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
||||||
|
],
|
||||||
|
"theme_color": "#ffffff",
|
||||||
|
"background_color": "#ffffff",
|
||||||
|
"display": "standalone"
|
||||||
|
}
|
||||||
BIN
docs/src/assets/emigrate.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 96 KiB |
|
|
@ -5,7 +5,7 @@ template: splash
|
||||||
hero:
|
hero:
|
||||||
tagline: Adapt any and all of your databases to new business needs.<br>Emigrate is a modern migration tool that's flexible, scalable, and easy to use.
|
tagline: Adapt any and all of your databases to new business needs.<br>Emigrate is a modern migration tool that's flexible, scalable, and easy to use.
|
||||||
image:
|
image:
|
||||||
file: ../../assets/houston.webp
|
file: ../../assets/emigrate.png
|
||||||
actions:
|
actions:
|
||||||
- text: Quick Start
|
- text: Quick Start
|
||||||
link: /intro/quick-start/
|
link: /intro/quick-start/
|
||||||
|
|
|
||||||