Skip to content

Commit

Permalink
Fix name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed Sep 6, 2024
1 parent ea2390a commit 54f05eb
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .changeset/lemon-drinks-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@d0rich/nuxt-content-mermaid': patch
'@d0rich/nuxt-design-system': patch
'd0xigen': patch
---

Fix name typo
2 changes: 1 addition & 1 deletion apps/d0xigen.d0rich.me/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion apps/d0xigen.d0rich.me/content/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
2 changes: 1 addition & 1 deletion apps/d0xigen.d0rich.me/content/2.features/5.seo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _d0xigen_ generates meta tags for your documentation site based on your configur

```html
<meta name="keywords" content="documentation, docs, software development, d0xigen, d0rich">
<meta name="author" content="Nikolay Dorofeev">
<meta name="author" content="Nikolai Dorofeev">
<meta name="generator" content="Nuxt 3">
<meta property="og:site_name" content="d0xigen">
<meta property="og:image" content="https://d0xigen.d0rich.me/og/image.jpg">
Expand Down
4 changes: 2 additions & 2 deletions apps/d0xigen.d0rich.me/content/3.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Expand All @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion packages/d0xigen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
2 changes: 1 addition & 1 deletion packages/d0xigen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"repository": "https://github.com/d0rich/esprit.git",
"homepage": "https://d0xigen.d0rich.me",
"author": {
"name": "Nikolay Dorofeev",
"name": "Nikolai Dorofeev",
"email": "[email protected]",
"url": "https://d0rich.me"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-content-mermaid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"repository": "https://github.com/d0rich/esprit.git",
"author": {
"name": "Nikolay Dorofeev",
"name": "Nikolai Dorofeev",
"email": "[email protected]",
"url": "https://d0rich.me"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"repository": "https://github.com/d0rich/esprit.git",
"homepage": "https://design.d0rich.me",
"author": {
"name": "Nikolay Dorofeev",
"name": "Nikolai Dorofeev",
"email": "[email protected]",
"url": "https://d0rich.me"
},
Expand Down

0 comments on commit 54f05eb

Please sign in to comment.