Skip to content

Commit

Permalink
Add parent links to site pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Dec 11, 2024
1 parent 75cf4a3 commit 4296da1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<div class="content container">
<p>Explore the components below to see the Nimble components in action. See the <a
href="https://ni.github.io/nimble/storybook/">Nimble
component docs</a> for additional usage details.</p>
<p>
Explore the components below to see the Nimble components in action. See the <a
href="https://ni.github.io/nimble/storybook/">Nimble
component docs</a> for additional usage details.
Navigate to the <a href="../index.html">parent page</a>.
</p>
<div class="container">
<div class="sub-container">
<div class="container-label">Anchor</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Explore the components below to see the Nimble components in action. See the <a
href="https://nimble.ni.dev/storybook/">Nimble
component docs</a> for additional usage details.
Navigate to the <a href="../index.html">parent page</a>.
</p>
<div class="container">
<div class="sub-container">
Expand Down
1 change: 1 addition & 0 deletions packages/performance/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ <h1>Performance tests</h1>
<ul>
<li><a href="./wafer-map/index.html">Wafer Map</a></li>
</ul>
Navigate to the <a href="../index.html">parent page</a>.
</body>
</html>
1 change: 1 addition & 0 deletions packages/performance/src/wafer-map/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<script type="module" src="./index.ts"></script>
</head>
<body>
<p>Navigate to the <a href="../index.html">parent page</a>.</p>
<p>See devtools performance timing for results.</p>
<p>Loading...</p>
<p class="running" hidden>Running...</p>
Expand Down
7 changes: 4 additions & 3 deletions packages/storybook/src/docs/nimble-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="./example-client-app" target="_blank">example Angular app</a>
or <a href="./blazor-client-app/wwwroot" target="_blank">example Blazor app</a>
See the <a href="./example-client-app/index.html" target="_parent">example Angular app</a>
or <a href="./blazor-client-app/wwwroot/index.html" target="_parent">example Blazor app</a>
using the components!

See the <a href="./performance" target="_blank">component performance tests</a>.
See the <a href="./performance/index.html" target="_parent">component performance tests</a>.
Navigate to the <a href="../index.html" target="_parent">parent page</a>.

## How to use this site?

Expand Down

0 comments on commit 4296da1

Please sign in to comment.