Skip to content

Commit 008cc08

Browse files
committed
rename ecosystem support source files
1 parent 023c2f8 commit 008cc08

File tree

10 files changed

+1367
-574
lines changed

10 files changed

+1367
-574
lines changed

docs/enable-wallet/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 1
44

55
# Android
66

7-
## Android Holder API
7+
## Android Credential Manager API
88

99
### Building the sample wallet app
1010

docs/enable-wallet/ios.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# iOS
6+
7+
## Important Notes
8+
9+
### Protocol Support
10+
11+
iOS currently only supports ISO 18013-7 Annex D
12+
13+
### Credential Format and Doc Type Support
14+

docs/try-it.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
sidebar_position: 3
3+
title: Try It Out
34
---
45

5-
# Try It Out
6+
:::note
67

7-
> Coming Soon
8+
Coming Soon

docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,11 @@ const config = {
105105
prism: {
106106
theme: prismThemes.github,
107107
darkTheme: prismThemes.dracula,
108-
}
108+
},
109+
markdown: {
110+
mermaid: true,
111+
},
112+
themes: ['@docusaurus/theme-mermaid'],
109113
}
110114
};
111115

0 commit comments

Comments
 (0)