docs: move organizational info docs to new directory (#17865)
* docs: move organizational info docs to new directory * fix some markdown lint issues
This commit is contained in:
parent
c2c3a04628
commit
2108044bdb
10 changed files with 128 additions and 89 deletions
|
@ -24,14 +24,13 @@ When a new version of Node.js is released, Electron usually waits about a month
|
|||
|
||||
In Electron, Node.js and Chromium share a single V8 instance—usually the version that Chromium is using. Most of the time this _just works_ but sometimes it means patching Node.js.
|
||||
|
||||
|
||||
### Versioning
|
||||
|
||||
As of version 2.0 Electron [follows `semver`](https://semver.org).
|
||||
For most applications, and using any recent version of npm,
|
||||
running `$ npm install electron` will do the right thing.
|
||||
|
||||
The version update process is detailed explicitly in our [Versioning Doc](electron-versioning.md).
|
||||
The version update process is detailed explicitly in our [Versioning Doc](../electron-versioning.md).
|
||||
|
||||
### LTS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue