Skip to content

Commit 51e25f7

Browse files
doc: remove a file (#815)
Remove doc/working_with_javascript_values.md because it was a stub and the matter is covered elsewhere. Fixes: #797
1 parent 8c9f180 commit 51e25f7

File tree

2 files changed

+8
-23
lines changed

2 files changed

+8
-23
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The following is the documentation for node-addon-api.
8383

8484
- [Full Class Hierarchy](doc/hierarchy.md)
8585
- [Addon Structure](doc/addon.md)
86-
- Basic Types:
86+
- Data Types:
8787
- [Env](doc/env.md)
8888
- [CallbackInfo](doc/callbackinfo.md)
8989
- [Reference](doc/reference.md)
@@ -100,14 +100,6 @@ The following is the documentation for node-addon-api.
100100
- [Array](doc/array.md)
101101
- [ObjectReference](doc/object_reference.md)
102102
- [PropertyDescriptor](doc/property_descriptor.md)
103-
- [Error Handling](doc/error_handling.md)
104-
- [Error](doc/error.md)
105-
- [TypeError](doc/type_error.md)
106-
- [RangeError](doc/range_error.md)
107-
- [Object Lifetime Management](doc/object_lifetime_management.md)
108-
- [HandleScope](doc/handle_scope.md)
109-
- [EscapableHandleScope](doc/escapable_handle_scope.md)
110-
- [Working with JavaScript Values](doc/working_with_javascript_values.md)
111103
- [Function](doc/function.md)
112104
- [FunctionReference](doc/function_reference.md)
113105
- [ObjectWrap](doc/object_wrap.md)
@@ -117,6 +109,13 @@ The following is the documentation for node-addon-api.
117109
- [TypedArray](doc/typed_array.md)
118110
- [TypedArrayOf](doc/typed_array_of.md)
119111
- [DataView](doc/dataview.md)
112+
- [Error Handling](doc/error_handling.md)
113+
- [Error](doc/error.md)
114+
- [TypeError](doc/type_error.md)
115+
- [RangeError](doc/range_error.md)
116+
- [Object Lifetime Management](doc/object_lifetime_management.md)
117+
- [HandleScope](doc/handle_scope.md)
118+
- [EscapableHandleScope](doc/escapable_handle_scope.md)
120119
- [Memory Management](doc/memory_management.md)
121120
- [Async Operations](doc/async_operations.md)
122121
- [AsyncWorker](doc/async_worker.md)

doc/working_with_javascript_values.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)