Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
Electron
/
electronjs.org-new
зеркало из
https://github.com/electron/website.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули electronjs.org-new
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
4ecc9a53aa
electronjs.org-new
/
.gitignore
8 строки
95 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
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
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/
docs/
blog/
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
package-lock.json