docs: update documentation

This commit is contained in:
Maël Gangloff
2025-11-14 15:27:43 +01:00
parent 9830055c0b
commit bce1bc0a4b
2 changed files with 13 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ export default defineConfig({
src: './src/assets/logo.png' src: './src/assets/logo.png'
}, },
favicon: 'logo.png', favicon: 'logo.png',
description: 'An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they are delete', description: 'An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they expire',
editLink: { editLink: {
baseUrl: 'https://github.com/maelgangloff/domain-watchdog/edit/develop/docs/' baseUrl: 'https://github.com/maelgangloff/domain-watchdog/edit/develop/docs/'
}, },
@@ -56,6 +56,13 @@ export default defineConfig({
} }
}, },
head: [ head: [
{
tag: 'meta',
attrs: {
name: 'keywords',
content: 'Domain Watchdog, RDAP, WHOIS, domain monitoring, domain history, domain expiration, domain tracker'
},
},
{ {
tag: 'meta', tag: 'meta',
attrs: {name: 'twitter:card', content: 'summary'}, attrs: {name: 'twitter:card', content: 'summary'},
@@ -68,6 +75,10 @@ export default defineConfig({
tag: 'meta', tag: 'meta',
attrs: {property: 'og:image', content: BASE_URL + '/logo.png'}, attrs: {property: 'og:image', content: BASE_URL + '/logo.png'},
}, },
{
tag: 'meta',
attrs: {property: 'og:image:alt', content: 'Domain Watchdog logo'},
},
{ {
tag: 'script', tag: 'script',
attrs: {type: 'text/javascript'}, attrs: {type: 'text/javascript'},

View File

@@ -1,6 +1,6 @@
--- ---
title: Domain Watchdog title: Domain Watchdog
description: An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they are delete description: An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they expire
template: splash template: splash
hero: hero:
tagline: Your companion in the quest for domain names 🔍 tagline: Your companion in the quest for domain names 🔍