doc: remove meta-commentary

This commit is contained in:
Enjeck C.
2026-07-26 18:00:45 +01:00
parent 8c33ba0fdb
commit a6ca6b9a51

View File

@@ -2,11 +2,7 @@
## Introduction {#javascript-introduction}
This contains instructions on how to package JavaScript applications.
The various tools available will be listed in the [tools-overview](#javascript-tools-overview).
Some general principles for packaging will follow.
Finally, some tool-specific instructions will be given.
Package JavaScript applications with the tools below.
## Getting unstuck / finding code examples {#javascript-finding-examples}
@@ -27,7 +23,7 @@ Searching online for prior art can be helpful if you are running into solved pro
## General principles {#javascript-general-principles}
The following principles are given in order of importance with potential exceptions.
The principles below are ordered by importance.
### Use the same Node.js version as upstream {#javascript-upstream-node-version}