Skip to content

Commit 72d8451

Browse files
committed
Add to sidebar. (1st attempt.)
Signed-off-by: Kurt Garloff <[email protected]>
1 parent b634819 commit 72d8451

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

sidebarsUserDocs.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ const sidebars = {
2828
]
2929
}
3030
]
31+
},
32+
{
33+
type: 'category',
34+
label: 'Portability Hints',
35+
link: {
36+
type: 'doc',
37+
id: 'usage-hints/index'
38+
},
39+
items: ['usage-hints/find-image']
3140
}
3241
]
3342
}

user-docs/usage-hints/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Overview
3+
---
4+
5+
We collect and document best practices that allow developers
6+
to benefit from the SCS standardization and create automation
7+
that works across SCS clouds.

0 commit comments

Comments
 (0)