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:
Shelley Vohr 2019-04-25 15:14:19 -07:00 committed by GitHub
parent c2c3a04628
commit 2108044bdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 128 additions and 89 deletions

View file

@ -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