/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.cspell.json
58 строк
1 KB
Millions Mind
docs: add @deskcrew/docusaurus-plugin to community resources (#12303)
23 июл 2026, 14:42
Не верифицирован
23 июл 2026, 14:42
16f5373
Код
Авторство
О чём код?
{ "version": "0.2", "gitignoreRoot": ".", "useGitignore": true, "dictionaries": [ "css", "html", "fonts", "typescript", "softwareTerms", "companies", "lorem-ipsum", "project-words" ], "dictionaryDefinitions": [ { "name": "project-words", "path": "./project-words.txt", "noSuggest": true } ], "ignorePaths": [ ".claude", ".codex", "**/dist/**", "**/lib/**", "**/build/**", "**/.docusaurus/**", "**/__fixtures__/**", "CHANGELOG.md", "CHANGELOG-v*.md", "patches", "packages/docusaurus-theme-translations/locales", "packages/docusaurus-plugin-ideal-image/src/theme/IdealImageLegacy", "package.json", "pnpm-lock.yaml", "pnpm-workspace.yaml", "yarn.lock", "project-words.txt", "__snapshots__", "admin/scripts", "website/src/data/users.tsx", "website/src/data/tweets.tsx", "website/community/2-resources.mdx", "website/docusaurus.config.localized.json", "website/_dogfooding/_pages tests/diagrams.mdx", "*.xyz", "*.docx", "*.xsl", "*.xslt", "*.gitignore", "versioned_docs", "*.min.*", "jest/vendor" ], "ignoreRegExpList": ["Email", "Urls", "#[\\w-]*"], "enableFiletypes": ["mdx"] }