We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b0f71 commit 95c10c6Copy full SHA for 95c10c6
2 files changed
sidebarsUserDocs.js
@@ -28,6 +28,15 @@ const sidebars = {
28
]
29
}
30
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']
40
41
42
user-docs/usage-hints/index.md
@@ -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