Skip to content

Commit

Permalink
doc: remove a file (#815)
Browse files Browse the repository at this point in the history
Remove doc/working_with_javascript_values.md because it was a stub and
the matter is covered elsewhere.

Fixes: #797
  • Loading branch information
gabrielschulhof authored Sep 17, 2020
1 parent 8c9f180 commit 51e25f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The following is the documentation for node-addon-api.

- [Full Class Hierarchy](doc/hierarchy.md)
- [Addon Structure](doc/addon.md)
- Basic Types:
- Data Types:
- [Env](doc/env.md)
- [CallbackInfo](doc/callbackinfo.md)
- [Reference](doc/reference.md)
Expand All @@ -100,14 +100,6 @@ The following is the documentation for node-addon-api.
- [Array](doc/array.md)
- [ObjectReference](doc/object_reference.md)
- [PropertyDescriptor](doc/property_descriptor.md)
- [Error Handling](doc/error_handling.md)
- [Error](doc/error.md)
- [TypeError](doc/type_error.md)
- [RangeError](doc/range_error.md)
- [Object Lifetime Management](doc/object_lifetime_management.md)
- [HandleScope](doc/handle_scope.md)
- [EscapableHandleScope](doc/escapable_handle_scope.md)
- [Working with JavaScript Values](doc/working_with_javascript_values.md)
- [Function](doc/function.md)
- [FunctionReference](doc/function_reference.md)
- [ObjectWrap](doc/object_wrap.md)
Expand All @@ -117,6 +109,13 @@ The following is the documentation for node-addon-api.
- [TypedArray](doc/typed_array.md)
- [TypedArrayOf](doc/typed_array_of.md)
- [DataView](doc/dataview.md)
- [Error Handling](doc/error_handling.md)
- [Error](doc/error.md)
- [TypeError](doc/type_error.md)
- [RangeError](doc/range_error.md)
- [Object Lifetime Management](doc/object_lifetime_management.md)
- [HandleScope](doc/handle_scope.md)
- [EscapableHandleScope](doc/escapable_handle_scope.md)
- [Memory Management](doc/memory_management.md)
- [Async Operations](doc/async_operations.md)
- [AsyncWorker](doc/async_worker.md)
Expand Down
14 changes: 0 additions & 14 deletions doc/working_with_javascript_values.md

This file was deleted.

0 comments on commit 51e25f7

Please sign in to comment.