Skip to content

Commit 060b474

Browse files
committed
Implementation Guide
1 parent efe7514 commit 060b474

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

docs/Implementation Guide/faq.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: FAQ
3+
---
4+
5+
WIP

docs/Implementation Guide/index.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Implementation Guide
3+
---
4+
5+
import DocCardList from '@theme/DocCardList';
6+
7+
This is the Implementation Guide [WIP!].
8+
9+
<DocCardList />

sidebars.js

+13
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,19 @@ const sidebars = {
9898
},
9999
]
100100
},
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+
},
101114
{
102115
type: 'doc',
103116
label: 'Appendix A: Cryptography & Encoding',

0 commit comments

Comments
 (0)