Skip to content

Commit 36ac0ae

Browse files
committed
chore: fix build issues
1 parent 4da0e91 commit 36ac0ae

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.vitepress/theme/vitepress-theme.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9815,4 +9815,4 @@ const W4 = { key: 0 }, K4 = { key: 0 }, G4 = ["id"], J4 = { class: "columns-1 ga
98159815
});
98169816
export {
98179817
ug as default
9818-
};
9818+
};

content/guide/metadata.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ For each global symbol that is discovered by the generator, there should be a li
8888

8989
The NativeScript Metadata is the mapping between the JavaScript and the Android world. Besides a full list with all the available classes and methods, the metadata contains the [JNI](http://developer.android.com/training/articles/perf-jni.html) signature for each accessible Android method/field. It is pre-generated in a binary format, and embedded in the application package (apk), storing the minimal required information thus providing small size and highly efficient read access. The generation process uses bytecode reading to parse all publicly available types in the Android libraries supplied to the NativeScript project. The generator works as part of the Android build process, meaning that no user interaction is required for it to work.
9090

91-
![Metadata](/assets/images/metadata_diagram.png)
91+
<!-- todo: create 🔥 new diagram -->
92+
<!-- ![Metadata](/assets/images/metadata_diagram.png) -->
9293

9394
### Metadata API Level
9495

content/ui/animations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,8 @@ view
405405
})
406406
```
407407

408-
![chaining-with-promises](/assets/images/modules/animation/chaining-with-promises.gif 'Chaining with Promises')
408+
<!-- todo: missing gif. -->
409+
<!-- ![chaining-with-promises](/assets/images/modules/animation/chaining-with-promises.gif 'Chaining with Promises') -->
409410

410411
### OR
411412

0 commit comments

Comments
 (0)