Skip to content

Commit fdcb76a

Browse files
committed
added blank page for resources/links
1 parent ab9896b commit fdcb76a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app_modules/site/navigation/navigation.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ export default [
131131
{
132132
route: 'resources:tokens',
133133
label: 'Design Tokens'
134+
},
135+
{
136+
route: 'resources:links',
137+
label: 'Links'
134138
}
135139
]
136140
},

app_modules/site/navigation/sitemap.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export default new SitemapRouter().map(function () {
5656
this.route('downloads');
5757
this.route('icons');
5858
this.route('tokens');
59+
this.route('links');
5960
this.route('branding');
6061
this.route('lightning-svg-icon-component-helper');
6162
});

0 commit comments

Comments
 (0)