From 48a97eccddb7a852b08c38e3d348d22690145fa4 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Wed, 9 Jun 2021 12:46:26 +0200 Subject: [PATCH] docs: Move `ANIMATED` -> `ZOOMING` --- docs/docs/guides/FRAME_PROCESSORS.mdx | 2 +- docs/docs/guides/FRAME_PROCESSOR_PLUGIN_LIST.mdx | 2 +- docs/docs/guides/{ANIMATED.mdx => ZOOMING.mdx} | 2 +- docs/sidebars.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename docs/docs/guides/{ANIMATED.mdx => ZOOMING.mdx} (99%) diff --git a/docs/docs/guides/FRAME_PROCESSORS.mdx b/docs/docs/guides/FRAME_PROCESSORS.mdx index d3b08c2..1a356b6 100644 --- a/docs/docs/guides/FRAME_PROCESSORS.mdx +++ b/docs/docs/guides/FRAME_PROCESSORS.mdx @@ -174,4 +174,4 @@ Make sure to add this to your Debug-, as well as your Release-configuration.
-#### 🚀 Next section: [Zooming with Reanimated](/docs/guides/animated) (or [creating a Frame Processor Plugin](/docs/guides/frame-processors-plugins-overview)) +#### 🚀 Next section: [Zooming](/docs/guides/zooming) (or [creating a Frame Processor Plugin](/docs/guides/frame-processors-plugins-overview)) diff --git a/docs/docs/guides/FRAME_PROCESSOR_PLUGIN_LIST.mdx b/docs/docs/guides/FRAME_PROCESSOR_PLUGIN_LIST.mdx index f8c4ef0..fec861a 100644 --- a/docs/docs/guides/FRAME_PROCESSOR_PLUGIN_LIST.mdx +++ b/docs/docs/guides/FRAME_PROCESSOR_PLUGIN_LIST.mdx @@ -49,4 +49,4 @@ You have to restart metro-bundler for changes in the `babel.config.js` file to t
-#### 🚀 Next section: [Zooming with Reanimated](/docs/guides/animated) +#### 🚀 Next section: [Zooming](/docs/guides/zooming) diff --git a/docs/docs/guides/ANIMATED.mdx b/docs/docs/guides/ZOOMING.mdx similarity index 99% rename from docs/docs/guides/ANIMATED.mdx rename to docs/docs/guides/ZOOMING.mdx index 71faf7f..0a3ab2c 100644 --- a/docs/docs/guides/ANIMATED.mdx +++ b/docs/docs/guides/ZOOMING.mdx @@ -1,5 +1,5 @@ --- -id: animated +id: zooming title: Zooming sidebar_label: Zooming --- diff --git a/docs/sidebars.js b/docs/sidebars.js index 5a54e79..7220e9a 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -18,7 +18,7 @@ module.exports = { 'guides/frame-processor-plugin-list' ] }, - 'guides/animated', + 'guides/zooming', 'guides/focusing', 'guides/errors', 'guides/troubleshooting',