From 54f05eb8dffd2e14caefc1e29e015a66d7a08f31 Mon Sep 17 00:00:00 2001 From: Nikolai Dorofeev Date: Fri, 6 Sep 2024 14:06:27 +0400 Subject: [PATCH] Fix name typo --- .changeset/lemon-drinks-clean.md | 7 +++++++ apps/d0xigen.d0rich.me/app.config.ts | 2 +- apps/d0xigen.d0rich.me/content/1.index.md | 2 +- apps/d0xigen.d0rich.me/content/2.features/5.seo.md | 2 +- apps/d0xigen.d0rich.me/content/3.configuration.md | 4 ++-- packages/d0xigen/README.md | 2 +- packages/d0xigen/package.json | 2 +- packages/nuxt-content-mermaid/package.json | 2 +- packages/nuxt-design-system/package.json | 2 +- 9 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 .changeset/lemon-drinks-clean.md diff --git a/.changeset/lemon-drinks-clean.md b/.changeset/lemon-drinks-clean.md new file mode 100644 index 00000000..9798cc57 --- /dev/null +++ b/.changeset/lemon-drinks-clean.md @@ -0,0 +1,7 @@ +--- +'@d0rich/nuxt-content-mermaid': patch +'@d0rich/nuxt-design-system': patch +'d0xigen': patch +--- + +Fix name typo diff --git a/apps/d0xigen.d0rich.me/app.config.ts b/apps/d0xigen.d0rich.me/app.config.ts index e7519932..005de176 100644 --- a/apps/d0xigen.d0rich.me/app.config.ts +++ b/apps/d0xigen.d0rich.me/app.config.ts @@ -3,7 +3,7 @@ export default defineAppConfig({ title: 'd0xigen', description: '🌬📓 Docs to breath life into your project', url: 'https://d0xigen.d0rich.me', - author: 'Nikolay Dorofeev', + author: 'Nikolai Dorofeev', authorSocial: { telegram: '@d0rich', website: 'https://d0rich.me', diff --git a/apps/d0xigen.d0rich.me/content/1.index.md b/apps/d0xigen.d0rich.me/content/1.index.md index c56d780b..cf5809dc 100644 --- a/apps/d0xigen.d0rich.me/content/1.index.md +++ b/apps/d0xigen.d0rich.me/content/1.index.md @@ -55,7 +55,7 @@ export default defineAppConfig({ title: 'd0xigen', description: '🌬🕮 Docs to breath life into your project', url: 'https://d0xigen.d0rich.me', - author: 'Nikolay Dorofeev', + author: 'Nikolai Dorofeev', social: { github: 'https://github.com/d0rich/d0xigen' } diff --git a/apps/d0xigen.d0rich.me/content/2.features/5.seo.md b/apps/d0xigen.d0rich.me/content/2.features/5.seo.md index fc9c7b2d..e49caf92 100644 --- a/apps/d0xigen.d0rich.me/content/2.features/5.seo.md +++ b/apps/d0xigen.d0rich.me/content/2.features/5.seo.md @@ -12,7 +12,7 @@ _d0xigen_ generates meta tags for your documentation site based on your configur ```html - + diff --git a/apps/d0xigen.d0rich.me/content/3.configuration.md b/apps/d0xigen.d0rich.me/content/3.configuration.md index cfd8052a..a04f9402 100644 --- a/apps/d0xigen.d0rich.me/content/3.configuration.md +++ b/apps/d0xigen.d0rich.me/content/3.configuration.md @@ -20,7 +20,7 @@ This data affects meta tags of your documentation site. |`title`|`string`| d0xigen |Title of your documentation site. Most likely it is name of described project. | |`description`|`string`| My awesome docs | Description of your documentation site. | |`url`|`string`| https://d0rich.me | URL where your documentation site will be hosted. | -|`author`|`string`| Nikolay Dorofeev | Author of your documentation site. Most likely it is you. | +|`author`|`string`| Nikolai Dorofeev | Author of your documentation site. Most likely it is you. | |`seo.keywords`|`string[]`| `[]` | Keywords for SEO. Affects only meta tags. | |`og.image`|`string`| `/og/image.jpg` | Path to image for Open Graph protocol. | @@ -42,7 +42,7 @@ All config options in one place. |`title`|`string`| d0xigen |Title of your documentation site. Most likely it is name of described project. | |`description`|`string`| My awesome docs | Description of your documentation site. | |`url`|`string`| https://d0rich.me | URL where your documentation site will be hosted. | -|`author`|`string`| Nikolay Dorofeev | Author of your documentation site. Most likely it is you. | +|`author`|`string`| Nikolai Dorofeev | Author of your documentation site. Most likely it is you. | |`social.github`|`string`| `undefined` | Link to GitHub repository of your project. | |`seo.keywords`|`string[]`| `[]` | Keywords for SEO. Affects only meta tags. | |`og.image`|`string`| `/og/image.jpg` | Path to image for Open Graph protocol. | diff --git a/packages/d0xigen/README.md b/packages/d0xigen/README.md index dd8f822e..13212f65 100644 --- a/packages/d0xigen/README.md +++ b/packages/d0xigen/README.md @@ -42,7 +42,7 @@ export default defineAppConfig({ title: 'd0xigen', description: '🌬🕮 Docs to breath life into your project', url: 'https://d0xigen.d0rich.me', - author: 'Nikolay Dorofeev', + author: 'Nikolai Dorofeev', social: { github: 'https://github.com/d0rich/d0xigen' } diff --git a/packages/d0xigen/package.json b/packages/d0xigen/package.json index cc4da003..0ec82949 100644 --- a/packages/d0xigen/package.json +++ b/packages/d0xigen/package.json @@ -19,7 +19,7 @@ "repository": "https://github.com/d0rich/esprit.git", "homepage": "https://d0xigen.d0rich.me", "author": { - "name": "Nikolay Dorofeev", + "name": "Nikolai Dorofeev", "email": "dorich2000@gmail.com", "url": "https://d0rich.me" }, diff --git a/packages/nuxt-content-mermaid/package.json b/packages/nuxt-content-mermaid/package.json index cb831f0a..27b5bde5 100644 --- a/packages/nuxt-content-mermaid/package.json +++ b/packages/nuxt-content-mermaid/package.json @@ -14,7 +14,7 @@ ], "repository": "https://github.com/d0rich/esprit.git", "author": { - "name": "Nikolay Dorofeev", + "name": "Nikolai Dorofeev", "email": "dorich2000@gmail.com", "url": "https://d0rich.me" }, diff --git a/packages/nuxt-design-system/package.json b/packages/nuxt-design-system/package.json index d7db11a6..1886c69d 100644 --- a/packages/nuxt-design-system/package.json +++ b/packages/nuxt-design-system/package.json @@ -20,7 +20,7 @@ "repository": "https://github.com/d0rich/esprit.git", "homepage": "https://design.d0rich.me", "author": { - "name": "Nikolay Dorofeev", + "name": "Nikolai Dorofeev", "email": "dorich2000@gmail.com", "url": "https://d0rich.me" },