Skip to content

Commit 13590a5

Browse files
committed
docs: rename categories to be more descriptive
1 parent e174e50 commit 13590a5

7 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/docs/docs/api-reference/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
{
33
"type": "dir",
44
"name": "react-native-brownfield",
5-
"label": "ReactNativeBrownfield"
5+
"label": "iOS & Android integration"
66
},
77
{
88
"type": "dir",
9-
"name": "brownfield-navigation.mdx",
10-
"label": "BrownfieldNavigation"
9+
"name": "brownfield-navigation",
10+
"label": "Navigation"
1111
},
1212
{
1313
"type": "dir",
1414
"name": "brownie",
15-
"label": "Brownie"
15+
"label": "State Management"
1616
}
1717
]

docs/docs/docs/api-reference/brownfield-navigation.mdx/_meta.json renamed to docs/docs/docs/api-reference/brownfield-navigation/_meta.json

File renamed without changes.

docs/docs/docs/api-reference/brownfield-navigation.mdx/brownfield-navigation.mdx renamed to docs/docs/docs/api-reference/brownfield-navigation/brownfield-navigation.mdx

File renamed without changes.

docs/docs/docs/api-reference/brownfield-navigation.mdx/javascript-usage.mdx renamed to docs/docs/docs/api-reference/brownfield-navigation/javascript-usage.mdx

File renamed without changes.

docs/docs/docs/api-reference/brownfield-navigation.mdx/native-integration.mdx renamed to docs/docs/docs/api-reference/brownfield-navigation/native-integration.mdx

File renamed without changes.

docs/docs/docs/api-reference/brownfield-navigation.mdx/setup-and-codegen.mdx renamed to docs/docs/docs/api-reference/brownfield-navigation/setup-and-codegen.mdx

File renamed without changes.

docs/docs/docs/cli/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Technically, the CLI itself is encapsulated in the `@callstack/brownfield-cli` p
1010

1111
Please refer to the appropriate pages for detailed usage instructions for each of the ecosystem packages:
1212

13-
- [`@callstack/react-native-brownfield` - Brownfield library commands](./brownfield)
14-
- [`@callstack/brownie` - Brownie state management library commands](./brownie)
13+
- [iOS & Android integration](./brownfield)`@callstack/react-native-brownfield` commands
14+
- [State Management](./brownie)`@callstack/brownie` commands

0 commit comments

Comments
 (0)