Skip to content

Commit 0c6b029

Browse files
authored
Merge pull request #22 from flexn-io/chore/update_assets
Update assets
2 parents d599f4c + a7d84ce commit 0c6b029

Some content is hidden

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

69 files changed

+2201
-2582
lines changed

docs/api/node/rnv-core/modules.md

Lines changed: 2147 additions & 2528 deletions
Large diffs are not rendered by default.

docs/concepts/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: ReNative CLI
55
original_id: cli
66
---
77

8-
<!-- <img className="header-image" src="https://renative.org/img/ic_cli.png" width="50" height="50" /> -->
8+
<!-- <img className="header-image" src="/img/ic_cli.png" width="50" height="50" /> -->
99

1010
---
1111
## ReNative CLI
@@ -55,7 +55,7 @@ Deployed to https://www.npmjs.com/package/rnv
5555
<table>
5656
<tr>
5757
<th>
58-
<img src="https://renative.org/img/info.png" />
58+
<img src="/img/info.png" />
5959
</th>
6060
</tr>
6161
</table>
@@ -67,7 +67,7 @@ Deployed to https://www.npmjs.com/package/rnv
6767
<table>
6868
<tr>
6969
<th>
70-
<img src="https://renative.org/img/clean.png" />
70+
<img src="/img/clean.png" />
7171
</th>
7272
</tr>
7373
</table>

docs/concepts/config-folders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Combination of features above allows you to configure and build large number of
239239
<table>
240240
<tr>
241241
<th>
242-
<img src="https://renative.org/img/rnv_arch3.png" />
242+
<img src="/img/rnv_arch3.png" />
243243
</th>
244244
</tr>
245245
</table>

docs/concepts/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Config Files
55
original_id: config
66
---
77

8-
<!-- <img className="header-image" src="https://renative.org/img/ic_configuration.png" width="50" height="50" /> -->
8+
<!-- <img className="header-image" src="/img/ic_configuration.png" width="50" height="50" /> -->
99

1010
<br />
1111

docs/concepts/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ReNative supports powerful file extension mechanism to enable developers to tail
1111
---
1212
## File Extension Map
1313

14-
<img src="https://renative.org/img/file_extensions.png" />
14+
<img src="/img/file_extensions.png" />
1515

1616
---
1717
## How it works

docs/concepts/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ you should get colorised overview similar to this:
1717
<table>
1818
<tr>
1919
<th>
20-
<img src="https://renative.org/img/cli_plugins.png" />
20+
<img src="/img/cli_plugins.png" />
2121
</th>
2222
</tr>
2323
</table>

docs/concepts/renative-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Runtime
55
original_id: runtime
66
---
77

8-
<!-- <img className="header-image" src="https://renative.org/img/ic_runtime.png" width="50" height="50" /> -->
8+
<!-- <img className="header-image" src="/img/ic_runtime.png" width="50" height="50" /> -->
99

1010
---
1111
## Runtime

docs/concepts/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Templates
55
original_id: templates
66
---
77

8-
<!-- <img className="header-image" src="https://renative.org/img/ic_templates.png" width="50" height="50" /> -->
8+
<!-- <img className="header-image" src="/img/ic_templates.png" width="50" height="50" /> -->
99

1010
---
1111
## Templates / Starters

docs/guides/common-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Common Issues
55
original_id: common_issues
66
---
77

8-
<!-- <img className="header-image" src="https://renative.org/img/ic_issues.png" width="50" height="50" /> -->
8+
<!-- <img className="header-image" src="/img/ic_issues.png" width="50" height="50" /> -->
99

1010
<br />
1111
If you encounter unexpected error / issue it is always good to perform basic sanity steps:

docs/guides/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Develop ReNative
55
original_id: develop
66
---
77

8-
<!-- <img className="header-image" src="https://renative.org/img/ic_construction.png" width="50" height="50" /> -->
8+
<!-- <img className="header-image" src="/img/ic_construction.png" width="50" height="50" /> -->
99

1010
---
1111
## Developing ReNative Locally

0 commit comments

Comments
 (0)