Skip to content

Commit

Permalink
doc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Dec 29, 2023
1 parent 89c417a commit ecddd8d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ main()
- [Using in the browser without a build step](#using-in-the-browser-without-a-build-step)
- [quickjs-emscripten-core, variants, and advanced packaging](#quickjs-emscripten-core-variants-and-advanced-packaging)
- [Debugging](#debugging)
- [More Documentation](#more-documentation)
- [Supported Platforms](#supported-platforms)
- [More Documentation](#more-documentation)
- [Background](#background)
- [Status \& Roadmap](#status--roadmap)
- [Related](#related)
Expand Down Expand Up @@ -595,10 +595,6 @@ See the [documentation of quickjs-emscripten-core][core] for more details.

[setDebugMode]: doc/quickjs-emscripten/exports.md#setdebugmode

### More Documentation

[Github] | [NPM] | [API Documentation][api] | [Variants][core] | [Examples][tests]

### Supported Platforms

`quickjs-emscripten` and related packages should work in any environment that supports ES2020.
Expand All @@ -624,6 +620,10 @@ See the [documentation of quickjs-emscripten-core][core] for more details.
[cloudflare]: https://github.com/justjake/quickjs-emscripten/blob/main/examples/cloudflare-workers
[tsx-example]: https://github.com/justjake/quickjs-emscripten/blob/main/examples/node-typescript

### More Documentation

[Github] | [NPM] | [API Documentation][api] | [Variants][core] | [Examples][tests]

## Background

This was inspired by seeing https://github.com/maple3142/duktape-eval
Expand Down
10 changes: 5 additions & 5 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ main()
- [Using in the browser without a build step](#using-in-the-browser-without-a-build-step)
- [quickjs-emscripten-core, variants, and advanced packaging](#quickjs-emscripten-core-variants-and-advanced-packaging)
- [Debugging](#debugging)
- [More Documentation](#more-documentation)
- [Supported Platforms](#supported-platforms)
- [More Documentation](#more-documentation)
- [Background](#background)
- [Status \& Roadmap](#status--roadmap)
- [Related](#related)
Expand Down Expand Up @@ -599,10 +599,6 @@ See the [documentation of quickjs-emscripten-core][core] for more details.

[setDebugMode]: doc/quickjs-emscripten/exports.md#setdebugmode

### More Documentation

[Github] | [NPM] | [API Documentation][api] | [Variants][core] | [Examples][tests]

### Supported Platforms

`quickjs-emscripten` and related packages should work in any environment that supports ES2020.
Expand All @@ -628,6 +624,10 @@ See the [documentation of quickjs-emscripten-core][core] for more details.
[cloudflare]: https://github.com/justjake/quickjs-emscripten/blob/main/examples/cloudflare-workers
[tsx-example]: https://github.com/justjake/quickjs-emscripten/blob/main/examples/node-typescript

### More Documentation

[Github] | [NPM] | [API Documentation][api] | [Variants][core] | [Examples][tests]

## Background

This was inspired by seeing https://github.com/maple3142/duktape-eval
Expand Down
12 changes: 6 additions & 6 deletions doc/quickjs-emscripten/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ main()
- [Using in the browser without a build step](#using-in-the-browser-without-a-build-step)
- [quickjs-emscripten-core, variants, and advanced packaging](#quickjs-emscripten-core-variants-and-advanced-packaging)
- [Debugging](#debugging)
- [More Documentation](#more-documentation)
- [Supported Platforms](#supported-platforms)
- [More Documentation](#more-documentation)
- [Background](#background)
- [Status \& Roadmap](#status--roadmap)
- [Related](#related)
Expand All @@ -86,8 +86,8 @@ main()
- [Using in the browser without a build step](README.md#using-in-the-browser-without-a-build-step)
- [quickjs-emscripten-core, variants, and advanced packaging](README.md#quickjs-emscripten-core-variants-and-advanced-packaging)
- [Debugging](README.md#debugging)
- [More Documentation](README.md#more-documentation)
- [Supported Platforms](README.md#supported-platforms)
- [More Documentation](README.md#more-documentation)
- [Background](README.md#background)
- [Status & Roadmap](README.md#status-roadmap)
- [Related](README.md#related)
Expand Down Expand Up @@ -620,10 +620,6 @@ See the [documentation of quickjs-emscripten-core][core] for more details.

[setDebugMode]: doc/quickjs-emscripten/exports.md#setdebugmode

### More Documentation

[Github] | [NPM] | [API Documentation][api] | [Variants][core] | [Examples][tests]

### Supported Platforms

`quickjs-emscripten` and related packages should work in any environment that supports ES2020.
Expand All @@ -649,6 +645,10 @@ See the [documentation of quickjs-emscripten-core][core] for more details.
[cloudflare]: https://github.com/justjake/quickjs-emscripten/blob/main/examples/cloudflare-workers
[tsx-example]: https://github.com/justjake/quickjs-emscripten/blob/main/examples/node-typescript

### More Documentation

[Github] | [NPM] | [API Documentation][api] | [Variants][core] | [Examples][tests]

## Background

This was inspired by seeing https://github.com/maple3142/duktape-eval
Expand Down

0 comments on commit ecddd8d

Please sign in to comment.