Skip to content

Commit 4b4e22c

Browse files
authored
Release 10.0.0 (#744)
* chore: rename docs * docs: Add docs for 10.0.0 * fix: typo in sidebar file name
1 parent ba01dd7 commit 4b4e22c

File tree

118 files changed

+1961
-107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+1961
-107
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-keychain",
3-
"version": "9.2.3",
3+
"version": "10.0.0",
44
"description": "Keychain Access for React Native",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/module/index",

website/docs/data-persistence.md

+20

website/docs/faq.md

+1-13

website/docs/index.md

+3-3

website/docs/jest.md

+1
+62

website/docs/usage.md

+6-73

website/sidebars.ts

+10-16
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ const sidebars: SidebarsConfig = {
77
id: 'index',
88
label: 'Introduction',
99
},
10+
{
11+
type: 'doc',
12+
id: 'platform-value-storage',
13+
label: 'Platform value storage',
14+
},
15+
{
16+
type: 'doc',
17+
id: 'data-persistence',
18+
label: 'Data persistence',
19+
},
1020
{
1121
type: 'doc',
1222
id: 'usage',
@@ -22,22 +32,6 @@ const sidebars: SidebarsConfig = {
2232
id: 'faq',
2333
label: 'Frequently Asked Questions',
2434
},
25-
{
26-
type: 'category',
27-
label: 'Android',
28-
items: [
29-
{
30-
type: 'doc',
31-
id: 'choosing-storage-type',
32-
label: 'Choosing Storage Type',
33-
},
34-
{
35-
type: 'doc',
36-
id: 'secure-hardware-vs-software',
37-
label: 'Secure Hardware vs Software',
38-
},
39-
],
40-
},
4135
],
4236
api: ['api/index', require('./docs/api/typedoc-sidebar.cjs')],
4337
};

0 commit comments

Comments
 (0)