:electron: The Electron website
Перейти к файлу
electron-bot 2d66c2449c chore: update ref to docs (🤖) 2023-10-19 09:14:24 +00:00
.github ci: add new issues and pull requests to project board (#443) 2023-10-16 15:30:28 -07:00
.husky chore: proper prettier config (#385) 2023-03-15 16:03:25 -07:00
.vscode chore: proper prettier config (#385) 2023-03-15 16:03:25 -07:00
blog docs: add Electron 27 blog post (#454) 2023-10-10 15:11:01 -07:00
create-electron-documentation chore: update repo name (#305) 2022-11-22 15:25:57 -08:00
docs/latest chore: update ref to docs (🤖) 2023-10-19 09:14:24 +00:00
i18n build(i18n): update write-translations (#414) 2023-05-24 22:55:15 -04:00
scripts fix(md): ensure `</details>` tag is on newline (#458) 2023-10-16 21:14:01 -07:00
src fix: download links for Fiddle v0.34.3 (#455) 2023-10-06 07:12:55 -07:00
static docs: Add Breach to Barrier: Strengthening Apps with the Sandbox (#449) 2023-09-29 13:47:50 -07:00
.env.example docs: add CrowdIn token to env (#173) 2022-02-11 10:25:38 -08:00
.eslintrc.js refactor: convert website to TypeScript (#330) 2023-01-16 11:21:30 -08:00
.gitignore feat: add apps showcase section (#249) 2022-09-06 16:58:32 -07:00
.markdownlint.json build: lint Markdown (#416) 2023-06-01 16:33:21 -07:00
.markdownlintignore build: lint Markdown (#416) 2023-06-01 16:33:21 -07:00
.prettierignore chore: proper prettier config (#385) 2023-03-15 16:03:25 -07:00
.prettierrc build: pre-build script 2021-04-21 14:44:15 -07:00
LICENSE chore: fill copyright notice in LICENSE (#380) 2023-02-28 12:51:28 -08:00
README.md docs: document DocSearch functionality (#419) 2023-06-13 22:27:55 -07:00
app.json fix: absolute redirects in production 2021-06-04 14:14:30 -07:00
babel.config.js chore: npx docusaurus 2021-03-22 15:04:52 -07:00
crowdin.yml feat: Crowdin integration 2021-10-11 06:09:39 -07:00
docusaurus.config.js refactor: convert website to TypeScript (#330) 2023-01-16 11:21:30 -08:00
docusaurusConfig.ts chore: remove Forge v6 announcement banner (#451) 2023-10-03 16:42:47 -07:00
i18n.md chore: proper prettier config (#385) 2023-03-15 16:03:25 -07:00
jest.config.js refactor: convert website to TypeScript (#330) 2023-01-16 11:21:30 -08:00
package.json build(deps): upgrade docusaurus@2.4.3 (#459) 2023-10-16 19:43:19 -07:00
sidebars.js chore: update ref to docs (🤖) 2023-08-17 04:06:03 +00:00
static.json chore: proper prettier config (#385) 2023-03-15 16:03:25 -07:00
tsconfig.json refactor: convert website to TypeScript (#330) 2023-01-16 11:21:30 -08:00
versions-info.json chore: proper prettier config (#385) 2023-03-15 16:03:25 -07:00
yarn.lock build(deps): upgrade docusaurus@2.4.3 (#459) 2023-10-16 19:43:19 -07:00

README.md

electronjs.org

Push and publish main Update i18n deploy Crowdin

This repository contains the code for the Electron website. It is built using Docusaurus, a modern static website generator.

Installation

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

How to modify the documentation

English docs

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

Translations

This project uses Crowdin to manage localizations. For more information on contributing to translations, see the i18n.md document.

How to add a new blog post

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.

Local development

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

Search indexing

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.

Repository content organization

This repository contains the code for two related things:

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