Skip to content

Commit 58873e4

Browse files
committed
refactor: consolidate angular/react navigation playgrounds into single directory
1 parent 12e3f60 commit 58873e4

21 files changed

+21
-123
lines changed

docs/angular/navigation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ sidebar_label: Navigation/Routing
44
---
55

66
import useBaseUrl from '@docusaurus/useBaseUrl';
7-
import NavigationPlayground from '@site/static/usage/v9/angular/navigation/index.md';
87

98
<head>
109
<title>Angular Navigation: How Routing & Redirects Work in Angular Apps</title>
@@ -202,6 +201,8 @@ To get started with standalone components [visit Angular's official docs](https:
202201

203202
## Live Example
204203

204+
import NavigationPlayground from '@site/static/usage/v9/navigation/index.md';
205+
205206
<NavigationPlayground />
206207

207208
## Linear Routing versus Non-Linear Routing

docs/react/navigation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ sidebar_label: Navigation/Routing
44
---
55

66
import useBaseUrl from '@docusaurus/useBaseUrl';
7-
import NavigationPlayground from '@site/static/usage/v9/react/navigation/index.md';
87

98
<head>
109
<title>React Navigation: Router Link Redirect to Navigate to Another Page</title>
@@ -498,6 +497,8 @@ The example below shows how the Spotify app reuses the same album component to s
498497

499498
## Live Example
500499

500+
import NavigationPlayground from '@site/static/usage/v9/navigation/index.md';
501+
501502
<NavigationPlayground />
502503

503504
### IonRouterOutlet in a Tabs View

static/usage/v9/angular/navigation/demo.html

Lines changed: 0 additions & 95 deletions
This file was deleted.

static/usage/v9/angular/navigation/angular/app_component_html.md renamed to static/usage/v9/navigation/angular/app_component_html.md

File renamed without changes.

static/usage/v9/angular/navigation/angular/app_component_ts.md renamed to static/usage/v9/navigation/angular/app_component_ts.md

File renamed without changes.

static/usage/v9/angular/navigation/angular/app_routes_ts.md renamed to static/usage/v9/navigation/angular/app_routes_ts.md

File renamed without changes.

static/usage/v9/angular/navigation/angular/dashboard_page_component_html.md renamed to static/usage/v9/navigation/angular/dashboard_page_component_html.md

File renamed without changes.

static/usage/v9/angular/navigation/angular/dashboard_page_component_ts.md renamed to static/usage/v9/navigation/angular/dashboard_page_component_ts.md

File renamed without changes.

static/usage/v9/angular/navigation/angular/example_component_html.md renamed to static/usage/v9/navigation/angular/example_component_html.md

File renamed without changes.

static/usage/v9/angular/navigation/angular/example_component_ts.md renamed to static/usage/v9/navigation/angular/example_component_ts.md

File renamed without changes.

0 commit comments

Comments
 (0)