| #
97eb3c27 |
| 22-Feb-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] add packages logos, refactor doc page title (#21346)
|
| #
4f5fbf3b |
| 08-Dec-2022 |
Aman Mittal <[email protected]> |
[docs] Add description tag in metadata for SEO purposes (#20386)
|
| #
b3bd70ce |
| 21-Jul-2022 |
Tomasz Sapeta <[email protected]> |
[docs] Extract some API section components (#18326)
|
| #
26256a2e |
| 05-May-2022 |
Brent Vatne <[email protected]> |
[docs] Move development builds to guides (#17341)
|
| #
0f74138c |
| 01-Feb-2022 |
Cedric van Putten <[email protected]> |
[docs] Simplify the documentation sidebar rendering (#16093)
* [docs] Simplify the documentation sidebar rendering
* [docs] Remove hidden feature preview section from navigation
* [docs] Remov
[docs] Simplify the documentation sidebar rendering (#16093)
* [docs] Simplify the documentation sidebar rendering
* [docs] Remove hidden feature preview section from navigation
* [docs] Remove new prefix from sidebar components
* [docs] Add note about improved rendering using node types
* [docs] Use unist structure in navigation and update sidebar (#16094)
* [docs] Use unist structure in navigation and update sidebar
* [docs] Rename sidebar group to collapsible
* [docs] Make routes optional for unversioned paths during export
show more ...
|
| #
c78e4df4 |
| 28-Jan-2022 |
Cedric van Putten <[email protected]> |
[docs] Embed navigation behavior in navigation nodes (#16091)
* [docs] Replace feature preview check with group behavior
* [docs] Replace collapsed list with property in section
* [docs] Reuse
[docs] Embed navigation behavior in navigation nodes (#16091)
* [docs] Replace feature preview check with group behavior
* [docs] Replace collapsed list with property in section
* [docs] Reuse sorted versions in navigation
show more ...
|
| #
1580cc58 |
| 03-Dec-2021 |
Evan Bacon <[email protected]> |
[docs] Add packageName to page context (#15410)
* Added packageName to page context
* Added packageName property to every unversioned API page
* Migrate to APIInstallSection
|
| #
189aa1e2 |
| 21-Oct-2021 |
Brent Vatne <[email protected]> |
[docs] Add installing-expo-modules doc and hide/update unimodules guide (#14807)
|
| #
3830b329 |
| 06-Oct-2021 |
Cedric van Putten <[email protected]> |
[docs] Replace custom webpack loader with remark plugins (#14637)
* [docs] Add new version of the mdx headings plugin
This plugin is uncoupled from the existing frontmatter change in the custom w
[docs] Replace custom webpack loader with remark plugins (#14637)
* [docs] Add new version of the mdx headings plugin
This plugin is uncoupled from the existing frontmatter change in the custom webpack loader. It also has a fix for mixed children content type, and it can pipe through the ID from plugins like remark-slug
* [docs] Move heading manager over to the new plugin
* [docs] Fix linting issue in remark export headings
* [docs] Fix esbuild warning and add minimizer
* [docs] Remove esbuild minimizer to clear up memory
* [docs] Remove custom webpack loader and replace with remark
* [docs] Try with esbuild minimizer
* [docs] Test CI build time with cache
show more ...
|
| #
fccf9c8c |
| 05-Oct-2021 |
Cedric van Putten <[email protected]> |
[docs] Simplify markdown layout system (#14636)
* [docs] Add new version of the mdx headings plugin
This plugin is uncoupled from the existing frontmatter change in the custom webpack loader. It
[docs] Simplify markdown layout system (#14636)
* [docs] Add new version of the mdx headings plugin
This plugin is uncoupled from the existing frontmatter change in the custom webpack loader. It also has a fix for mixed children content type, and it can pipe through the ID from plugins like remark-slug
* [docs] Move heading manager over to the new plugin
* [docs] Move document page higher order component to simple component
* [docs] Add empty array to all heading manager tests
* [docs] Fix linting issue in remark export headings
* [docs] Fix esbuild warning and add minimizer
* [docs] Remove esbuild minimizer to clear up memory
* [docs] Replace or with nullish coalescing
Co-authored-by: James Ide <[email protected]>
* [docs] Rename documentation elements without with prefix
* [docs] Disable linting all links in docs workflow
Co-authored-by: James Ide <[email protected]>
show more ...
|
| #
07f5536f |
| 11-Feb-2021 |
Cedric van Putten <[email protected]> |
[docs] Add Algolia search exclusion flag to pages (#11883)
* [docs] Add algolia search exclusion flag to pages
* [docs] Exclude deprecated clipboard API from our search
* [docs] Rename searcha
[docs] Add Algolia search exclusion flag to pages (#11883)
* [docs] Add algolia search exclusion flag to pages
* [docs] Exclude deprecated clipboard API from our search
* [docs] Rename searchable to hide from search
* [docs] Update readme for algolia
show more ...
|
| #
586106d6 |
| 29-Sep-2020 |
Bartłomiej Klocek <[email protected]> |
[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
show more ...
|