Skip to content

Commit 12edf8e

Browse files
committedApr 1, 2025·
edits
1 parent 78de985 commit 12edf8e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎static/js/generate-llms.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ const INCLUDED_FILES = [
7171
// Preflight checks and support bundles
7272
'vendor/preflight-defining.mdx',
7373
'vendor/preflight-examples.mdx',
74-
'vendor/preflight-host-preflights.mdx',
74+
'vendor/preflight-host-preflights.md',
7575
'vendor/preflight-running.md',
7676
'vendor/preflight-support-bundle-about.mdx',
77-
'vendor/support-bundle-customizing.md',
77+
'vendor/support-bundle-customizing.mdx',
7878
'vendor/support-bundle-examples.mdx',
7979
'vendor/support-bundle-generating.mdx',
8080
// Proxy registry docs

‎static/llms.txt

+7
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,14 @@ For a complete archive of all documentation pages, see [llms-full.txt](https://d
5151
- [Online Installation with kURL](https://docs.replicated.com/enterprise/installing-kurl.md): This topic describes how to use Replicated kURL to provision a cluster in a virtual machine (VM) or bare metal server and install an application in the cluster.
5252
- [Air Gap Installation with kURL](https://docs.replicated.com/enterprise/installing-kurl-airgap.md): This topic describes how to use Replicated kURL to provision a cluster in a virtual machine (VM) or bare metal server and install an application in the cluster.
5353
- [Creating a kURL Installer](https://docs.replicated.com/vendor/packaging-embedded-kubernetes.md): This topic describes how to create a kURL installer spec in the Replicated Vendor Portal to support installations with Replicated kURL.
54+
- [Defining Preflight Checks](https://docs.replicated.com/vendor/preflight-defining.md): This topic describes how to define preflight checks in Helm and Kubernetes manifest-based applications.
55+
- [Example Preflight Specs](https://docs.replicated.com/vendor/preflight-examples.md): This section includes common examples of preflight check specifications.
56+
- [Customizing Host Preflight Checks for kURL](https://docs.replicated.com/vendor/preflight-host-preflights.md): This topic provides information about how to customize host preflight checks for installations with Replicated kURL.
57+
- [Running Preflight Checks for Helm Installations](https://docs.replicated.com/vendor/preflight-running.md): This topic describes how to use the preflight kubectl plugin to run preflight checks for applications installed with the Helm CLI.
5458
- [About Preflight Checks and Support Bundles](https://docs.replicated.com/vendor/preflight-support-bundle-about.md): This topic provides an introduction to preflight checks and support bundles, which are provided by the Troubleshoot open source project.
59+
- [Adding and Customizing Support Bundles](https://docs.replicated.com/vendor/support-bundle-customizing.md): This topic describes how to add a default support bundle spec to a release for your application.
60+
- [Example Support Bundle Specs](https://docs.replicated.com/vendor/support-bundle-examples.md): This topic includes common examples of support bundle specifications.
61+
- [Generating Support Bundles](https://docs.replicated.com/vendor/support-bundle-generating.md): This topic describes how to generate support bundles from the command line using the kubectl support-bundle plugin.
5562
- [About the Replicated Proxy Registry](https://docs.replicated.com/vendor/private-images-about.md): This topic describes how the Replicated proxy registry can be used to grant proxy access to your application's private images or allow pull through access of public images.
5663
- [Using the Proxy Registry with Helm Installations](https://docs.replicated.com/vendor/helm-image-registry.md): This topic describes how to use the Replicated proxy registry to proxy images for installations with the Helm CLI.
5764
- [Using the Proxy Registry with KOTS Installations](https://docs.replicated.com/vendor/private-images-kots.md): This topic describes how to use the Replicated proxy registry with applications deployed with Replicated KOTS.

0 commit comments

Comments
 (0)
Please sign in to comment.