Skip to content

Commit d0d58cb

Browse files
committed
update metadata decriptions
1 parent a379886 commit d0d58cb

File tree

6 files changed

+6
-10
lines changed

6 files changed

+6
-10
lines changed

command-code-examples/python/doc-set.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tailwindui-protocol",
2+
"name": "iroh.computer",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {

src/app/beta-signup-failure/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { HeaderSparse } from '@/components/HeaderSparse'
22

33
export const metadata = {
44
title: 'Beta Signup Success',
5-
description: '',
5+
description: 'Thanks for signing up!',
66
}
77

88
<HeaderSparse />

src/app/beta/page.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export const metadata = {
66
'Join the iroh beta',
77
}
88

9-
109
<HeaderSparse />
1110

1211
<main className="mb-auto flex min-h-screen bg-white">

src/app/layout.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import '@/styles/tailwind.css';
77

88
export const metadata = {
99
title: {
10-
template: '%s - Protocol API Reference',
11-
default: 'Protocol API Reference',
10+
template: '%s - Iroh',
11+
default: 'docs, guides, and examples',
1212
},
1313
};
1414

src/app/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import {HeaderSparse} from '@/components/HeaderSparse';
77
import {FooterMarketing} from '@/components/FooterMarketing';
88

99
export const metadata = {
10-
title: 'API Documentation',
10+
title: 'Iroh',
1111
description:
12-
'Learn everything there is to know about the Protocol API and integrate Protocol into your product.',
12+
'Scale Different',
1313
};
1414

1515
<HeaderSparse />

0 commit comments

Comments
 (0)