Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
Electron
/
electronjs.org-new
зеркало из
https://github.com/electron/website.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули electronjs.org-new
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
7e163fb918
electronjs.org-new
/
.gitignore
8 строки
83 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
chore: npx docusaurus
2021-03-23 01:04:52 +03:00
node_modules
chore: update .gitignore
2021-03-23 20:19:42 +03:00
.docusaurus
.DS_Store
build: update content when upstream changes This commit adds support to respond to `repository_dispatch` events coming from `electron/electron-website-updater` that contain the SHA of the new commit in `electron/electron` to pin to in `package.json`. More information about the architecture can be found in #19. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Fix #19 Close #23
2021-05-14 07:08:47 +03:00
.env
feat: preserve sidebar order with new content This change makes sure that `sidebars.js` is not generated from scratch each time that `prebuild` is called: - New content is added at the end of the corresponding category or in a new one if it does not exist. - If no new content is found, `sidebars.js` is left unmodified. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Fix #8
2021-04-23 21:16:51 +03:00
.vscode/settings.json
chore: fixes for static publishing Fix broken links and ignore static output folder (`build/`)
2021-04-26 22:26:25 +03:00
build/
build: pre-build script The pre-build scripts does the following: 1. Downloads the documentation from electron/electron and data/blog from electron/electronjs.org 2. Moves the files to the right folders based on the contents of `docs-reorg.json` 3. Add frontmatter to each file 4. Fixes internal links and multiline image titles 5. Generates the sidebar using the folder structure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Fix #6 Ref: Solves parts of #2
2021-04-17 01:13:10 +03:00
content/
feat: activate blog plugin Activate Docusaurus' blog plugin and make the previous posts available in the new site. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Fix #71
2021-07-20 23:16:19 +03:00
docs/