This repository contains the code for the Electron website. It is built using Docusaurus, a modern static website generator.
The website currently builds using Node.js 16. If you're using nvm
, you can set the correct
version of Node.js with nvm use
.
To get started with a local version of the website, install dependencies with yarn
. To get the
website running in dev mode, run yarn start
. To get a production build of the website, run
yarn build
.
yarn
yarn start
For English documentation, the documentation is mirrored from the electron/electron repo. Changes are picked automatically by the electron/electron-website-updater webhook as soon as they are made in the latest stable release branch.
For example, if the latest Electron stable release is v22.0.3
, then any documentation changes in
the 22-x-y
branch in electron/electron will be mirrored into the main
branch of this repository.
This project uses Crowdin to manage localizations. For more information on contributing to translations, see the i18n.md document.
To add a new blog post, you need to create a new Markdown file under the /blog
folder. Supported
frontmatter options are listed in the Docusaurus Blog docs.
If you want to modify Electron's documentation locally and preview how it looks on the website, you can
tell the pre-build
script to pull the docs from your local Electron repo.
yarn pre-build ../relative/path/to/local/electron/repo
yarn start
The search functionality on electronjs.org is powered by Algolia DocSearch. DocSearch is a program run by Algolia that offers free documentation search for open source projects.
If you are a maintainer with an @electronjs.org email, please message @erickzhao to be added to the Algolia project.
This repository contains the code for two related things:
- The code to generate the contents of https://electronjs.org
create-electron-documentation
package
The content of this repository is organized as follows:
└─ root
|
├─ .github/workflows → The definitions for the GitHub actions
|
|- blog -> Source files for electronjs.org/blog
|
├─ create-electron-documentation → Code for the npm package
| of the same name. Read the readme in the folder
| for more information.
|
|- docs -> Mirrored docs from electron/electron
|
├─ scripts → The code for the package.json tasks and GitHub
| actions
|
├─ src → Docusaurus code
|
├─ static → Docusaurus static assets