[docs] add ini snippets highlight, add few missing languages (#17467)
Added info about manifest merging to config plugin docs (#13444)* Added info about manifest merging to config plugin docs * Added properties language * Added example * Fixed comments
[docs] update ESLint and Prettier, reformat files (#13406)# Why & How Another part of bumping dependencies in docs website. This PR includes update of ESLint and Prettier, with an additional ref
[docs] update ESLint and Prettier, reformat files (#13406)# Why & How Another part of bumping dependencies in docs website. This PR includes update of ESLint and Prettier, with an additional reformat of source files after the bump. # Test Plan Docs website works and build fine on local machine. Also `yarn lint` in `docs` directory do not output any warnings.
show more ...
[docs] bump ESLint and Prettier, clean deps, fix warnings (#12517)
Revert "[docs] bump ESLint and Prettier, clean deps, fix warnings (#12431)"This reverts commit afe8a2776558b6a768e86044b11cb78346ff843e.
[docs] bump ESLint and Prettier, clean deps, fix warnings (#12431)
[expo-dev-launcher] Update docs (#11393)# Why Updates the expo-dev-launcher docs. # How - Updated the installation steps - Added information about the `npx uri-scheme` - Removed permissi
[expo-dev-launcher] Update docs (#11393)# Why Updates the expo-dev-launcher docs. # How - Updated the installation steps - Added information about the `npx uri-scheme` - Removed permissions changes - Renamed from `Development Client` ➡️ `Dev Launcher` - Added markdown support for `kotlin` & `swift` # Test Plan - run docs via local server and confirm that everything works.
[docs] Add lint to CI (#10445)* [docs] Add lint to CI * Fix all ESLint warnings
[docs] Migrate codebase to TypeScript (#10324)* Configure Next.js to use TypeScript * Migrate 'docs/common' to TypeScript * Migrate some components to TS * General components migrated *
[docs] Migrate codebase to TypeScript (#10324)* Configure Next.js to use TypeScript * Migrate 'docs/common' to TypeScript * Migrate some components to TS * General components migrated * Migrate base components * Migrate icons * Migrate plugins * Tape patch window globals * Migrate _app * Migrate global-styles * Migrate _error and _document * Fixes * Exclude static files * Add slugger types, remove ts-ignores * Improve headingManger typing * Rebase, use React.FC where possible, prettier fixes * Add ESLint config * tsc watch script, updated test snapshots * Apply code review suggestions Apply suggestions * [docs] Enable TypeScript 'strict' mode (#10380) * Resolved TSC strict errors * Fix heading metadata typing * Simplify version handling * Enable 'noImplicitAny' * Update icons * Add mdx-js types
[docs] Fix language support (#7722)* Fix TSX support in docs * Update yarn.lock * Add support for sh * Update code.js * Allow for code blocks without a language * Added custom langua
[docs] Fix language support (#7722)* Fix TSX support in docs * Update yarn.lock * Add support for sh * Update code.js * Allow for code blocks without a language * Added custom languages * fix Objective C and remove gradle * Added json5 support * remove jsonc