Skip to content

Commit 92735bd

Browse files
committed
Remove (Windows)
1 parent 9e79900 commit 92735bd

3 files changed

Lines changed: 24 additions & 21 deletions

File tree

website/sidebars.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"docs": {
3-
"The Basics (Windows)": [
3+
"The Basics": [
44
"getting-started",
55
"rnw-dependencies",
66
"react-native-windows-cli",
@@ -14,21 +14,21 @@
1414
"app-publishing",
1515
"supported-community-modules"
1616
],
17-
"CLI Commands (Windows)": [
17+
"CLI Commands": [
1818
"autolink-windows-cli",
1919
"codegen-windows-cli",
2020
"init-windows-cli",
2121
"run-windows-cli"
2222
],
23-
"Native Development (Windows)": [
23+
"Native Development": [
2424
"native-platform",
2525
"native-platform-getting-started",
2626
"native-platform-modules",
2727
"native-platform-components",
2828
"native-platform-components-paper",
2929
"native-platform-using"
3030
],
31-
"Advanced Topics (Windows)": [
31+
"Advanced Topics": [
3232
"win10-vm",
3333
"hermes",
3434
"NuGet"
@@ -40,7 +40,7 @@
4040
"Legacy Docs": [
4141
{
4242
"type": "subcategory",
43-
"label": "Native Modules (Windows)",
43+
"label": "Native Modules",
4444
"ids": [
4545
"native-modules",
4646
"view-managers",
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"type": "subcategory",
57-
"label": "Native Development (Windows)",
57+
"label": "Native Development",
5858
"ids": [
5959
"native-code",
6060
"native-code-language-choice",
@@ -69,18 +69,21 @@
6969
]
7070
},
7171
"apis": {
72-
"Components (Windows)": [
72+
"Components": [
7373
"flyout-component",
7474
"glyph-component",
7575
"popup-component",
7676
"textinput-component"
7777
],
78-
"JavaScript API (Windows)": [
78+
"JavaScript API": [
7979
"apptheme-api",
8080
"ikeyboardprops-api",
8181
"iviewwindowsprops-api"
8282
],
83-
"Native API (Windows)": [
83+
"New Architecture Property Support": [
84+
"new-arch-missingProps"
85+
],
86+
"Native API": [
8487
"native-api/Native-API-Reference",
8588
{
8689
"type": "subcategory",

website/versioned_docs/version-0.80/new-arch-props-missingProps.md renamed to website/versioned_docs/version-0.80/new-arch-missingProps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
id: version-0.80-new-arch-props-missingProps
2+
id: version-0.80-new-arch-missingProps
33
title: Missing Properties
4-
original_id: new-arch-props-missingProps
4+
original_id: new-arch-missingProps
55
---
66

77
![Architecture](https://img.shields.io/badge/architecture-new_only-green)

website/versioned_sidebars/version-0.80-sidebars.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version-0.80-docs": {
3-
"The Basics (Windows)": [
3+
"The Basics": [
44
"version-0.80-getting-started",
55
"version-0.80-rnw-dependencies",
66
"version-0.80-react-native-windows-cli",
@@ -14,21 +14,21 @@
1414
"version-0.80-app-publishing",
1515
"version-0.80-supported-community-modules"
1616
],
17-
"CLI Commands (Windows)": [
17+
"CLI Commands": [
1818
"version-0.80-autolink-windows-cli",
1919
"version-0.80-codegen-windows-cli",
2020
"version-0.80-init-windows-cli",
2121
"version-0.80-run-windows-cli"
2222
],
23-
"Native Development (Windows)": [
23+
"Native Development": [
2424
"version-0.80-native-platform",
2525
"version-0.80-native-platform-getting-started",
2626
"version-0.80-native-platform-modules",
2727
"version-0.80-native-platform-components",
2828
"version-0.80-native-platform-components-paper",
2929
"version-0.80-native-platform-using"
3030
],
31-
"Advanced Topics (Windows)": [
31+
"Advanced Topics": [
3232
"version-0.80-win10-vm",
3333
"version-0.80-hermes",
3434
"version-0.80-NuGet"
@@ -40,7 +40,7 @@
4040
"Legacy Docs": [
4141
{
4242
"type": "subcategory",
43-
"label": "Native Modules (Windows)",
43+
"label": "Native Modules",
4444
"ids": [
4545
"version-0.80-native-modules",
4646
"version-0.80-view-managers",
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"type": "subcategory",
57-
"label": "Native Development (Windows)",
57+
"label": "Native Development",
5858
"ids": [
5959
"version-0.80-native-code",
6060
"version-0.80-native-code-language-choice",
@@ -69,21 +69,21 @@
6969
]
7070
},
7171
"version-0.80-apis": {
72-
"Components (Windows)": [
72+
"Components": [
7373
"version-0.80-flyout-component",
7474
"version-0.80-glyph-component",
7575
"version-0.80-popup-component",
7676
"version-0.80-textinput-component"
7777
],
78-
"JavaScript API (Windows)": [
78+
"JavaScript API": [
7979
"version-0.80-apptheme-api",
8080
"version-0.80-ikeyboardprops-api",
8181
"version-0.80-iviewwindowsprops-api"
8282
],
8383
"New Architecture Property Support": [
84-
"version-0.80-new-arch-props-missingProps"
84+
"version-0.80-new-arch-missingProps"
8585
],
86-
"Native API (Windows)": [
86+
"Native API": [
8787
"version-0.80-native-api/Native-API-Reference",
8888
{
8989
"type": "subcategory",

0 commit comments

Comments
 (0)