Skip to content

Commit 8d07054

Browse files
committed
Move mappers to mappers section in nav
1 parent e6015ad commit 8d07054

File tree

2 files changed

+17
-23
lines changed

2 files changed

+17
-23
lines changed

packages/react-renderer-demo/src/components/navigation/schemas/mappers.schema.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ const mappersSchema = [
99
link: 'custom-mapper'
1010
},
1111
{
12-
linkText: 'blueprint-mapper',
13-
link: 'Blueprint mapper'
12+
link: 'blueprint-component-mapper',
13+
linkText: 'Blueprint mapper'
1414
},
1515
{
16-
linkText: 'mui-mapper',
17-
link: 'Material UI mapper'
16+
link: 'mui-component-mapper',
17+
linkText: 'Material UI mapper'
1818
},
1919
{
20-
linkText: 'pf3-mapper',
21-
link: 'PF3 mapper'
20+
link: 'pf3-component-mapper',
21+
linkText: 'PF3 mapper'
2222
},
2323
{
24-
linkText: 'pf4-mapper',
25-
link: 'PF4 mapper'
24+
link: 'pf4-component-mapper',
25+
linkText: 'PF4 mapper'
2626
},
2727
{
28-
linkText: 'suir-mapper',
29-
link: 'Semantic UI mapper'
28+
link: 'suir-component-mapper',
29+
linkText: 'Semantic UI mapper'
3030
},
3131
{
3232
subHeader: true,
@@ -42,16 +42,16 @@ const mappersSchema = [
4242
title: 'Schema mappers'
4343
},
4444
{
45-
linkText: 'action-mapper',
46-
link: 'Actio mapper'
45+
link: 'action-mapper',
46+
linkText: 'Action mapper'
4747
},
4848
{
49-
linkText: 'schema-validator-mapper ',
50-
link: 'Schema validator mapper'
49+
link: 'schema-validator-mapper ',
50+
linkText: 'Schema validator mapper'
5151
},
5252
{
53-
linkText: 'validator-mapper',
54-
link: 'Validator mapper'
53+
link: 'validator-mapper',
54+
linkText: 'Validator mapper'
5555
}
5656
];
5757

packages/react-renderer-demo/src/components/navigation/schemas/schema.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ const schema = [
4545
noRoute: true,
4646
fields: baseExamples.sort((a, b) => a.linkText.localeCompare(b.linkText))
4747
},
48-
{
49-
title: 'Mappers',
50-
link: 'mappers',
51-
noRoute: true,
52-
fields: mappers
53-
},
5448
{
5549
linkText: 'Testing',
5650
link: 'testing'
@@ -69,7 +63,7 @@ const schema = [
6963
},
7064
{
7165
link: 'migration-guide',
72-
linkText: 'Migration guide to version 2'
66+
linkText: 'Migration guide to version 2'
7367
}
7468
];
7569

0 commit comments

Comments
 (0)