Skip to content

Commit 5589c26

Browse files
committed
fix(seo): multiple h1 tags
1 parent 417b520 commit 5589c26

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

angular.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This quick start guide focuses exclusively on the **frontend**. To ensure the fu
1212

1313
:::
1414

15-
# 1. Create a Angular app
15+
## 1. Create a Angular app
1616

1717
If you already have your Angular app up and running, skip this step.
1818

@@ -24,15 +24,15 @@ cd my-client
2424
ng serve
2525
```
2626

27-
# 2. Install Manifest SDK
27+
## 2. Install Manifest SDK
2828

2929
Install the JS SDK from the root of your Angular app.
3030

3131
```
3232
npm i @mnfst/sdk
3333
```
3434

35-
# 3. Use it in your app
35+
## 3. Use it in your app
3636

3737
In that example we are using a Cat entity [created previously](entities.md). Replace it by your own entity.
3838

astro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This quick start guide focuses exclusively on the **frontend**. To ensure the fu
1212

1313
:::
1414

15-
# 1. Create a Astro app
15+
## 1. Create a Astro app
1616

1717
If you already have your Astro app up and running, skip this step. Replace `my-astro-app` by the name of the Astro app created.
1818

@@ -22,15 +22,15 @@ cd my-astro-app
2222
npm run dev
2323
```
2424

25-
# 2. Install Manifest SDK
25+
## 2. Install Manifest SDK
2626

2727
Install the JS SDK from the root of your Astro app.
2828

2929
```
3030
npm i @mnfst/sdk
3131
```
3232

33-
# 3. Use it in your app
33+
## 3. Use it in your app
3434

3535
In that example we are using a Cat entity [created previously](entities.md). Replace it by your own entity.
3636

react.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This quick start guide focuses exclusively on the **frontend**. To ensure the fu
1212

1313
:::
1414

15-
# 1. Create a React app
15+
## 1. Create a React app
1616

1717
If you already have a React app, you can skip this step.
1818

@@ -24,15 +24,15 @@ cd my-client
2424
npm start
2525
```
2626

27-
# 2. Install Manifest SDK
27+
## 2. Install Manifest SDK
2828

2929
Install the JS SDK from the root of your React app.
3030

3131
```
3232
npm i @mnfst/sdk
3333
```
3434

35-
# 3. Use it in your app
35+
## 3. Use it in your app
3636

3737
In that example we are using a Cat entity [created previously](entities.md). Replace it by your own entity. This example uses TypeScript, you can remove the typing to have plain JS.
3838

svelte.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This quick start guide focuses exclusively on the **frontend**. To ensure the fu
1212

1313
:::
1414

15-
# 1. Create a Svelte app
15+
## 1. Create a Svelte app
1616

1717
If you already have a Svelte app running, you can skip this step.
1818

@@ -25,15 +25,15 @@ npm install
2525
npm run dev -- --open
2626
```
2727

28-
# 2. Install Manifest SDK
28+
## 2. Install Manifest SDK
2929

3030
Install the JS SDK from the root of your Svelte app.
3131

3232
```
3333
npm i @mnfst/sdk
3434
```
3535

36-
# 3. Use it in your app
36+
## 3. Use it in your app
3737

3838
In that example we are using a Cat entity [created previously](entities.md). Replace it by your own entity. This example uses TypeScript, you can remove the typing to have plain JS.
3939

vue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This quick start guide focuses exclusively on the **frontend**. To ensure the fu
1212

1313
:::
1414

15-
# 1. Create a Vue app
15+
## 1. Create a Vue app
1616

1717
If you already have a Vue app running, you can skip this step.
1818

@@ -25,15 +25,15 @@ npm install
2525
npm run dev
2626
```
2727

28-
# 2. Install Manifest SDK
28+
## 2. Install Manifest SDK
2929

3030
Install the JS SDK from the root of your Vue app.
3131

3232
```
3333
npm i @mnfst/sdk
3434
```
3535

36-
# 3. Use it in your app
36+
## 3. Use it in your app
3737

3838
In that example we are using a Cat entity [created previously](entities.md). Replace it by your own entity. This example uses TypeScript, you can remove the typing to have plain JS.
3939

0 commit comments

Comments
 (0)