We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe7514 commit 060b474Copy full SHA for 060b474
docs/Implementation Guide/faq.md
@@ -0,0 +1,5 @@
1
+---
2
+title: FAQ
3
4
+
5
+WIP
docs/Implementation Guide/index.md
@@ -0,0 +1,9 @@
+title: Implementation Guide
+import DocCardList from '@theme/DocCardList';
6
7
+This is the Implementation Guide [WIP!].
8
9
+<DocCardList />
sidebars.js
@@ -98,6 +98,19 @@ const sidebars = {
98
},
99
]
100
101
+ {
102
+ type: 'category',
103
+ label: 'Implementation Guide',
104
+ collapsed: false,
105
+ link: {type:'doc', id:'Implementation Guide/index'},
106
+ items: [
107
108
+ type: 'doc',
109
+ label: 'FAQ',
110
+ id: 'Implementation Guide/faq',
111
+ },
112
+ ],
113
114
{
115
type: 'doc',
116
label: 'Appendix A: Cryptography & Encoding',
0 commit comments