Skip to content

Commit 4aab3bf

Browse files
committed
docs(guide): syntax and title updates
1 parent c5b06a4 commit 4aab3bf

File tree

12 files changed

+24
-15
lines changed

12 files changed

+24
-15
lines changed

docs/react/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
sidebar_label: Performance
32
title: React Performance
3+
sidebar_label: Performance
44
---
55

66
<head>

docs/vue/performance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Vue Performance
23
sidebar_label: Performance
34
---
45

docs/vue/platform.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Vue Platform
3+
sidebar_label: Platform
4+
---
5+
16
# Platform
27

38
## isPlatform
@@ -81,7 +86,3 @@ type PlatformConfig = {
8186
tablet?: ((win: Window) => boolean) | undefined;
8287
};
8388
```
84-
85-
```
86-
87-
```

versioned_docs/version-v5/angular/performance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Angular Performance
23
sidebar_label: Performance
34
---
45

versioned_docs/version-v5/react/performance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: React Performance
23
sidebar_label: Performance
34
---
45

versioned_docs/version-v5/vue/performance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Vue Performance
23
sidebar_label: Performance
34
---
45

versioned_docs/version-v6/react/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
sidebar_label: Performance
32
title: React Performance
3+
sidebar_label: Performance
44
---
55

66
<head>

versioned_docs/version-v6/vue/performance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Vue Performance
23
sidebar_label: Performance
34
---
45

versioned_docs/version-v6/vue/platform.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Vue Platform
3+
sidebar_label: Platform
4+
---
5+
16
# Platform
27

38
## isPlatform
@@ -81,7 +86,3 @@ type PlatformConfig = {
8186
tablet?: ((win: Window) => boolean) | undefined;
8287
};
8388
```
84-
85-
```
86-
87-
```

versioned_docs/version-v7/react/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
sidebar_label: Performance
32
title: React Performance
3+
sidebar_label: Performance
44
---
55

66
<head>

0 commit comments

Comments
 (0)