Skip to content
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
ce67e47
Onboarding docs (Updated PR)
paigecalvert Sep 24, 2024
5bbf5e0
edit landing page
paigecalvert Sep 24, 2024
fb945a3
edit xrefs
paigecalvert Sep 24, 2024
4dd2dad
add missing screenshots
paigecalvert Sep 24, 2024
08cd82d
remove unused image
paigecalvert Sep 24, 2024
490f494
update xrefs
paigecalvert Sep 24, 2024
500e611
remove unused partial
paigecalvert Sep 24, 2024
61f6142
onboarding edits
paigecalvert Sep 24, 2024
da41f0d
onboarding edits
paigecalvert Sep 24, 2024
be15f8c
onboarding edits
paigecalvert Sep 24, 2024
90f3d35
onboarding edits
paigecalvert Sep 24, 2024
a49aeb4
onboarding edits
paigecalvert Sep 24, 2024
56884cf
merge conflicts
paigecalvert Sep 30, 2024
456d249
merge conflicts
paigecalvert Oct 8, 2024
416ac75
fix broken links and merge conflicts
paigecalvert Oct 9, 2024
8a986c4
Apply suggestions from code review
paigecalvert Oct 10, 2024
529ae84
Apply suggestions from code review
paigecalvert Oct 10, 2024
cbd183d
edit app step and sidebar
paigecalvert Oct 10, 2024
9f2494c
edit the initial release step and fixes to helmchart topic
paigecalvert Oct 10, 2024
b40450f
edits
paigecalvert Oct 10, 2024
f1bdce7
add extensions and writing docs tasks
paigecalvert Oct 10, 2024
7a95ee0
add info about the icon format
paigecalvert Oct 10, 2024
7b27fc7
builder description updates
paigecalvert Oct 10, 2024
bf3e61b
edits
paigecalvert Oct 10, 2024
1056fa3
edits
paigecalvert Oct 11, 2024
f374c75
edits
paigecalvert Oct 11, 2024
fc7200b
edit
paigecalvert Oct 11, 2024
f87ca02
edits
paigecalvert Oct 11, 2024
4e86bfb
move embedded cluster extensions to initial release task
paigecalvert Oct 11, 2024
cf8b78e
edits
paigecalvert Oct 11, 2024
497b12b
explain the image pull secret
paigecalvert Oct 11, 2024
f1ecd9a
edit license entitlements
paigecalvert Oct 11, 2024
c450444
add helm air gap notes
paigecalvert Oct 24, 2024
8582106
update upgrade flow and screenshots
paigecalvert Oct 24, 2024
ee82863
copy edits
paigecalvert Oct 25, 2024
1974ba4
xref edits
paigecalvert Oct 25, 2024
21d4002
copy edits
paigecalvert Oct 25, 2024
2d4a56d
remove potentially confusing language about k8s operators
paigecalvert Oct 25, 2024
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
19 changes: 10 additions & 9 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,10 @@ pagination_next: null
<a href="/vendor/kots-faq">Replicated FAQs</a>
</li>
<li>
<a href="/vendor/replicated-onboarding">Replicated Quick Start</a>
<a href="/vendor/replicated-onboarding">Replicated Onboarding</a>
</li>
<li>
<a href="/vendor/tutorial-kots-helm-setup">Tutorials</a>
</li>
<li>
<a href="https://play.instruqt.com/embed/replicated/tracks/distributing-with-replicated?token=em_VHOEfNnBgU3auAnN">Getting Started Lab in Instruqt</a>
<a href="/vendor/tutorial-embedded-cluster-setup">Tutorials</a>
</li>
</ul>
</section>
Expand Down Expand Up @@ -142,7 +139,11 @@ pagination_next: null
<a href="intro-kots">Introduction to KOTS</a>
</li>
<li>
<<<<<<< HEAD
<a href="/vendor/kots-faq">KOTS Terminology and FAQs</a>
=======
<a href="/vendor/distributing-workflow">Onboarding with KOTS</a>
>>>>>>> main
</li>
<li>
<a href="/vendor/helm-native-about">About Distributing Helm Charts with KOTS</a>
Expand All @@ -151,19 +152,19 @@ pagination_next: null
<ul>
<li class="tile__header">
<img src="images/icons/k8s_installer.png" alt="installer icon"></img>
<p>Embedded Kubernetes</p>
<p>Embedded Cluster (Beta)</p>
</li>
<li>
<p>Embed Kubernetes with your application to support installations on VMs or bare metal servers.</p>
</li>
<li>
<a href="/vendor/embedded-kubernetes-overview">About Embedded Kubernetes</a>
<a href="/vendor/embedded-overview">Using Embedded Cluster (Beta)</a>
</li>
<li>
<a href="/vendor/kurl-about">Introduction to kURL</a>
<a href="/enterprise/installing-embedded">Installing with Embedded Cluster (Beta)</a>
</li>
<li>
<a href="/vendor/embedded-overview">Using Embedded Cluster (Beta)</a>
<a href="/vendor/tutorial-embedded-cluster-setup">Tutorial: Deploy a Helm Chart on a VM with Embedded Cluster (Beta)</a>
</li>
</ul>
</section>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Create a new release and promote it to the Unstable channel. For more information, see [Managing Releases with the Vendor Portal](releases-creating-releases) or [Managing Releases with the CLI](releases-creating-cli).
1 change: 1 addition & 0 deletions docs/partials/getting-started/_test-your-changes.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Install the release to test your changes. For Embedded Cluster installations, see [Performing Udpates in Embedded Clusters](/enterprise/updating-embedded). For existing cluster installations with KOTS, see [Performing Updates in Existing Clusters](/enterprise/updating-app-manager).
129 changes: 0 additions & 129 deletions docs/vendor/distributing-workflow.md
Copy link
Contributor Author

@paigecalvert paigecalvert Sep 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deleted this topic as we no longer need a separate KOTS Onboarding page. Added a redirect for this topic in our netlify.toml

This file was deleted.

Loading