From 4296da1c4de6acd3a692a65560f4fa7c570e2a6e Mon Sep 17 00:00:00 2001 From: rajsite Date: Tue, 10 Dec 2024 20:16:55 -0600 Subject: [PATCH] Add parent links to site pages --- .../src/app/customapp/customapp.component.html | 9 ++++++--- .../Examples/Demo.Shared/Pages/ComponentsDemo.razor | 1 + packages/performance/src/index.html | 1 + packages/performance/src/wafer-map/index.html | 1 + packages/storybook/src/docs/nimble-intro.mdx | 7 ++++--- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/packages/angular-workspace/example-client-app/src/app/customapp/customapp.component.html b/packages/angular-workspace/example-client-app/src/app/customapp/customapp.component.html index 0012056b01..b7985148d5 100644 --- a/packages/angular-workspace/example-client-app/src/app/customapp/customapp.component.html +++ b/packages/angular-workspace/example-client-app/src/app/customapp/customapp.component.html @@ -1,7 +1,10 @@
-

Explore the components below to see the Nimble components in action. See the Nimble - component docs for additional usage details.

+

+ Explore the components below to see the Nimble components in action. See the Nimble + component docs for additional usage details. + Navigate to the parent page. +

Anchor
diff --git a/packages/blazor-workspace/Examples/Demo.Shared/Pages/ComponentsDemo.razor b/packages/blazor-workspace/Examples/Demo.Shared/Pages/ComponentsDemo.razor index 84eaa2e5d5..16fe64f1b9 100644 --- a/packages/blazor-workspace/Examples/Demo.Shared/Pages/ComponentsDemo.razor +++ b/packages/blazor-workspace/Examples/Demo.Shared/Pages/ComponentsDemo.razor @@ -8,6 +8,7 @@ Explore the components below to see the Nimble components in action. See the Nimble component docs for additional usage details. + Navigate to the parent page.

diff --git a/packages/performance/src/index.html b/packages/performance/src/index.html index b9bbae9c45..9488cf8d5c 100644 --- a/packages/performance/src/index.html +++ b/packages/performance/src/index.html @@ -12,5 +12,6 @@

Performance tests

+ Navigate to the parent page. diff --git a/packages/performance/src/wafer-map/index.html b/packages/performance/src/wafer-map/index.html index 96bfc7272a..c379ffc54d 100644 --- a/packages/performance/src/wafer-map/index.html +++ b/packages/performance/src/wafer-map/index.html @@ -9,6 +9,7 @@ +

Navigate to the parent page.

See devtools performance timing for results.

Loading...

diff --git a/packages/storybook/src/docs/nimble-intro.mdx b/packages/storybook/src/docs/nimble-intro.mdx index b7c44300b0..82146ca743 100644 --- a/packages/storybook/src/docs/nimble-intro.mdx +++ b/packages/storybook/src/docs/nimble-intro.mdx @@ -22,11 +22,12 @@ documentation on using or contributing to the component libraries. To add or update component design documentation, refer to the [documentation guide](https://github.com/ni/nimble/tree/main/packages/storybook/CONTRIBUTING.md). -See the example Angular app -or example Blazor app +See the example Angular app +or example Blazor app using the components! -See the component performance tests. +See the component performance tests. +Navigate to the parent page. ## How to use this site?