diff --git a/.changeset/lemon-drinks-clean.md b/.changeset/lemon-drinks-clean.md new file mode 100644 index 0000000..9798cc5 --- /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 e751993..005de17 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 c56d780..cf5809d 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 fc9c7b2..e49caf9 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 cfd8052..a04f940 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 dd8f822..13212f6 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 cc4da00..0ec8294 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 cb831f0..27b5bde 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 d7db11a..1886c69 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" },