Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

fix next step links in some docs and remove local/configure.md #27

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
- [Installation](./install/local/install.md)
- [Semi-automated Install](./install/local/semiautomated-install.md)
- [Automated Install](./install/local/automated-install.md)
- [Configure](./install/local/configure.md)
- [Verify](./install/local/verify.md)
- [Validate Data Flow](./install/local/validate.md)
- [Life Cycle Management](./install/local/lifecycle/overview.md)
Expand Down
2 changes: 1 addition & 1 deletion src/install/local/automated-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ make -f ./make/Makefile-local-recipes create-mdai
----

<span class="left"><a href="./semiautomated-install.md">⏪ Back to Semi-Automated Install</a></span>
<span class="right"><a href="./configure.md">Next Step: Configure ⏩</a></span>
<span class="right"><a href="./verify.md">Next Step: Verify ⏩</a></span>
38 changes: 0 additions & 38 deletions src/install/local/configure.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/install/local/semiautomated-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ make -f ./make/Makefile-local-recipes create-mdai-semi-auto
----

<span class="left"><a href="./install.md">⏪ Back to Install</a></span>
<span class="right"><a href="../testing.md">Next Step: Automated Install ⏩</a></span>
<span class="right"><a href="./verify.md">Next Step: Verify ⏩</a></span>
4 changes: 2 additions & 2 deletions src/install/local/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ You should now be able to view the MDAI Console at your newly configured port, i


----
<span class="left"><a href="./configure.md">⏪ Back to Configure</a></span>
<span class="right"><a href="../testing.md">Next Step: Generate & Collect Telemetry ⏩</a></span>
<span class="left"><a href="./install.md">⏪ Install</a></span>
<span class="right"><a href="../validate.md">Next Step: Validate ⏩</a></span>