Skip to content

Commit 83543a8

Browse files
committed
updates
1 parent 5035d08 commit 83543a8

File tree

10 files changed

+385
-325
lines changed

10 files changed

+385
-325
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ run
3838

3939
```
4040
rnv link
41-
npx rnv hooks run -x prePublish -p all
41+
npx rnv hooks run -x prePublish
4242
```

docs/guides/develop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ npm run deploy:prod
7777

7878
[Documentation for CLI](../api/cli.md)
7979

80-
[Documentation for RNV](../api/node/renative/index.md)
80+
[Documentation for RNV](../api/node/rnv/modules.md)
8181

82-
[Documentation for Config](../api/json-config.md)
82+
[Documentation for Config](../api/schemas/rnv.project.md)
8383

84-
[Documentation for Runtime](../api/node/renative/index.md)
84+
[Documentation for Runtime](../api/node/renative/modules.md)

docusaurus.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ const config = {
160160
},
161161
{
162162
position: 'left',
163-
label: 'v0.37',
164-
href: 'https://github.com/flexn-io/renative/releases/tag/0.37.0',
163+
label: 'v1.0',
164+
href: 'https://github.com/flexn-io/renative/releases/tag/1.0.0',
165165
},
166166
{
167167
type: 'doc',
@@ -187,11 +187,11 @@ const config = {
187187
// position: 'left',
188188
// label: 'Marketplace',
189189
// },
190-
{
191-
position: 'left',
192-
label: 'Enterprise',
193-
href: 'https://www.flexn.io',
194-
},
190+
// {
191+
// position: 'left',
192+
// label: 'Enterprise',
193+
// href: 'https://www.flexn.io',
194+
// },
195195
{
196196
type: 'custom-search-navbar-item',
197197
position: 'right',

renative.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"engine": "engine-rn-tvos",
5454
"includedPermissions": ["INTERNET"]
5555
},
56-
"androidwear": {},
57-
"all": {}
56+
"androidwear": {}
5857
}
5958
}

0 commit comments

Comments
 (0)