| #
491cd33f |
| 27-Apr-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] update Next and Styleguide packages to the latest version (#22274)
|
| #
9de0c686 |
| 06-Apr-2023 |
Aman Mittal <[email protected]> |
[docs] reorganize navigation structure, introduce Home route (#22011)
Co-authored-by: Simek <[email protected]>
|
| #
f4b1168b |
| 09-Mar-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] migrate to new styleguide packages (#21557)
|
| #
db57e342 |
| 21-Dec-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] switch to the new font system introduced in Next 13 (#20536)
|
| #
cb5b8d03 |
| 27-Oct-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] update to Next 13, refactor links (#19698)
|
| #
35e5274f |
| 14-Oct-2022 |
Bartosz Kaszubowski <[email protected]> |
[sensors][docs] prepare sensors for docs autogeneration, migrate Barometer (#19525)
|
| #
a9e4c2a9 |
| 03-Oct-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] update Next, tweak config (#19355)
|
| #
95548fff |
| 28-Sep-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] add ability to specify title of code block in MD files (#19246)
|
| #
3f609562 |
| 21-Sep-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] convert app to ESM, update MDX to v2 (#18947)
Co-authored-by: Jon Samp <[email protected]>
|
| #
231b3b26 |
| 01-Sep-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] convert Next app to ESM (#18916)
|
| #
d04fd43f |
| 23-Aug-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] refactor navigation UI, switch to new Header (#18423)
|
| #
b8b69ebe |
| 15-Jul-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] bump Next, switch to React 18 (#18256)
|
| #
bce5b67e |
| 13-Jul-2022 |
Jon Samp <[email protected]> |
[docs] Upgrade to Next 12 and SWC (#18115)
* [docs] Upgrade next to 12.1.5
* babel loader
* Update docs/components/base/list.tsx
Co-authored-by: Bartosz Kaszubowski <[email protected]>
*
[docs] Upgrade to Next 12 and SWC (#18115)
* [docs] Upgrade next to 12.1.5
* babel loader
* Update docs/components/base/list.tsx
Co-authored-by: Bartosz Kaszubowski <[email protected]>
* update snapshot
* remove ignores
* remove one more ts ignore
* revert dangerjs
* remove resolutions
* use require
* pay attn to build errors
Co-authored-by: Cedric van Putten <[email protected]>
Co-authored-by: Bartosz Kaszubowski <[email protected]>
show more ...
|
| #
f39caa35 |
| 28-Apr-2022 |
Cedric van Putten <[email protected]> |
[docs] Remove obsolete workaround for exported sdk indexes (#17251)
* [docs] Remove obsolete workaround for exported sdk indexes
* [docs] Allocate 6gb to the export of next
|
| #
cfc00a9f |
| 12-Feb-2022 |
Cedric van Putten <[email protected]> |
[docs] Add headings with anchor icons (#16253)
* [docs] Generate heading ids during mdx rehype stage
* [docs] Add permalink as anchor in text elements
* [docs] Add support for auto-generating
[docs] Add headings with anchor icons (#16253)
* [docs] Generate heading ids during mdx rehype stage
* [docs] Add permalink as anchor in text elements
* [docs] Add support for auto-generating ids on headings
We should manually apply these headings in components used in MDX. It gives us more control and influence to generate the right ones. But that requires a lot of code changes, this bridges that gap
* [docs] Pull out empty/broken test for text components
* [docs] Fix linting issue
show more ...
|
| #
78f7dd1f |
| 03-Feb-2022 |
Cedric van Putten <[email protected]> |
[docs] Upgrade Next to 11 with webpack 4 (#16166)
* [docs] Upgrade to Next 11 without upgrading webpack
* [docs] Move custom emotion css type to types/global.d.ts
* [docs] Fix incorrect links
[docs] Upgrade Next to 11 with webpack 4 (#16166)
* [docs] Upgrade to Next 11 without upgrading webpack
* [docs] Move custom emotion css type to types/global.d.ts
* [docs] Fix incorrect links flagged by Next
* [docs] Make Next log out all messages nicely
* [docs] Add missing platform section imports in facebook pages
* [docs] Remove trialing comma from next config
* [docs] Add next config types
* [docs] Disable Next eslint stuff during build
* [docs] Remove babel module resolver
* Revert "[docs] Remove babel module resolver"
This reverts commit 2af61089b4519cf78a4112488f7ebd9655093806.
show more ...
|
| #
4be30d74 |
| 27-Jan-2022 |
Cedric van Putten <[email protected]> |
[docs] Consolidate navigation and navigation-data into one (#16041)
* [docs] Reuse latest version from version constant
* [docs] Add a snapshot test case to validate consolidated navigation
*
[docs] Consolidate navigation and navigation-data into one (#16041)
* [docs] Reuse latest version from version constant
* [docs] Add a snapshot test case to validate consolidated navigation
* [docs] Consolidate navigation(-data) into navigation
* [docs] Force reference into any type for typescript
* [docs] Fix window backslash issue in navigation
* [docs] Remove the pages prefix from navigation data
* [docs] Rebuild new navigation snapshot from main
* [docs] Fix custom index page handling for eas
* [docs] Fix linting issue
* [docs] Use Node URL module to generate page urls
* [docs] Remove replacement navigation snapshot test
* [docs] Update comment
* [docs] Simplify file path of make page in navigation
show more ...
|
| #
7f40d711 |
| 03-Nov-2021 |
Charlie Cruzan <[email protected]> |
[docs] Update docs for "EAS" and "Classic Services" (#14537)
Co-authored-by: Jon Liak <[email protected]>
Co-authored-by: Brent Vatne <[email protected]>
|
| #
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 ...
|
| #
4aa053a7 |
| 17-Aug-2021 |
Juwan Wheatley <[email protected]> |
[docs] remove domain transition code from deploy script (#14062)
|
| #
38fcf40f |
| 02-Aug-2021 |
James Ide <[email protected]> |
[docs] Replace expo.io references with expo.dev (#13876)
Why: expo.io and most subdomains are deprecated and the docs have moved over to expo.dev. The docs had several references to old expo.io doma
[docs] Replace expo.io references with expo.dev (#13876)
Why: expo.io and most subdomains are deprecated and the docs have moved over to expo.dev. The docs had several references to old expo.io domains like Snack, the main site, and the docs themselves. We want to update these links for consistency.
Additionally, the canonical links had an extra "/" in them, which is correct to remove since `pathname` includes a leading "/".
How: searched for all references to forums.expo.io, docs.expo.io, blog.expo.io, and snack.expo.io and updated them to their *.expo.dev counterparts. Then searched for expo.io and went through the remaining results to decide if they should be changed or not. One example of a domain I left alone was auth.expo.io, which is the domain we still use in expo-auth-session.
Test Plan: `yarn test` to make sure tests pass. `yarn dev` to load the site and browse around. Specifically made sure Snack examples worked, links to various Expo pages used the .dev domain, and checked the `rel=canonical` link of the page to make sure it didn't have two slashes.
show more ...
|
| #
1625158d |
| 04-Jun-2021 |
Juwan Wheatley <[email protected]> |
[docs] deploy docs to docs.expo.dev bucket (#13137)
* [docs] deploy docs to expo.dev
* generate sitemaps for each domain and upload to s3 separately
* remove extra space
* fix sitemap comma
[docs] deploy docs to docs.expo.dev bucket (#13137)
* [docs] deploy docs to expo.dev
* generate sitemaps for each domain and upload to s3 separately
* remove extra space
* fix sitemap command
* deploy domain-specific robots.txt to prevent indexing docs.expo.dev
* add newline
* only ping google for expo.io
show more ...
|
| #
70b64002 |
| 06-May-2021 |
Brent Vatne <[email protected]> |
Revert "[docs] upgrade next and use webpack 5 (#12794)"
This reverts commit a9697b2be400c74e72b5e1471fbc5b9bc7a4a9d0.
|
| #
a9697b2b |
| 05-May-2021 |
Axel Delafosse <[email protected]> |
[docs] upgrade next and use webpack 5 (#12794)
|