Skip to content

Commit ce2d23c

Browse files
committed
πŸ“ Rename Components β†’ Layout in menu
1 parent a3c911b commit ce2d23c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

β€Ždocs/08-layout.mdx renamed to β€Ždocs/06-layout.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Layout
33
route: /layout
4-
menu: Components
4+
menu: Layout
55
---
66

77
import { Playground } from 'docz'

β€Ždocs/06-media.mdx renamed to β€Ždocs/07-media.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Media
33
route: /media-object
4-
menu: Components
4+
menu: Layout
55
---
66

77
import { Playground } from 'docz'

β€Ždocs/07-list.mdx renamed to β€Ždocs/08-list.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: List
33
route: /list
4-
menu: Components
4+
menu: Layout
55
---
66

77
import { Playground } from 'docz'

β€Ždocs/09-flex-grid.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: FlexGrid
33
route: /flex-grid
4-
menu: Components
4+
menu: Layout
55
---
66

77
import { Playground } from 'docz'

β€Ždocs/10-feed.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Feed
33
route: /feed
4-
menu: Components
4+
menu: Layout
55
---
66

77
import { Playground } from 'docz'

β€Ždoczrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export default {
1111
showPlaygroundEditor: true
1212
},
1313
title: 'PSS Components',
14-
menu: [ 'Getting Started', 'Primitives', 'Components', 'Helpers' ]
14+
menu: [ 'Getting Started', 'Primitives', 'Layout', 'Helpers' ]
1515
}

0 commit comments

Comments
Β (0)