From 270019df44ad465acb8fc55c966323dff52b7121 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Thu, 28 Sep 2023 10:33:49 -0700 Subject: [PATCH] docs: fix URL (#1622) * docs: fix URL * docs: test sendbutton * docs: fixed URL * docs: fixed URL * docs: removed stage * Apply suggestions from code review Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com> --------- Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com> (cherry picked from commit fc228256e5adbaefce88c6f5a919d03fbece8b2c) --- README.md | 7 +------ .../registries-and-packs/deploy-pack.md | 13 +++++-------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 13bcd0e020..3937881b58 100644 --- a/README.md +++ b/README.md @@ -438,13 +438,8 @@ Result ![Result](static/assets/docs/images/hide_copy_button.png) -### Admonitions - Warning / Info / Tip / Dange +### Admonitions - Warning / Info / Tip / Danger -:::note - -Some **content** with _Markdown_ `syntax`. - -::: :::caution diff --git a/docs/docs-content/registries-and-packs/deploy-pack.md b/docs/docs-content/registries-and-packs/deploy-pack.md index 193d76704b..23cfd4a85e 100644 --- a/docs/docs-content/registries-and-packs/deploy-pack.md +++ b/docs/docs-content/registries-and-packs/deploy-pack.md @@ -1,7 +1,7 @@ --- -sidebar_label: 'Deploy an Add-On Pack' -title: 'Deploy an Add-On Pack' -description: 'How to create and deploy an add-on pack using the manifest files or Helm charts in Spectro Cloud.' +sidebar_label: 'Deploy a Custom Pack' +title: 'Deploy a Custom Pack' +description: 'How to create and deploy a custom pack using the manifest files or Helm charts in Spectro Cloud.' icon: '' hide_table_of_contents: false toc_min_heading_level: 2 @@ -11,8 +11,6 @@ tags: ["packs", "tutorial"] --- -# Deploy an Add-On Pack - Custom add-on packs allow you to deploy Kubernetes applications in clusters and reuse them in multiple deployments. This ensures uniformity across your clusters. The primary use cases for creating custom packs are: - Aggregated configuration and application dependencies simplify deployment and consumption. @@ -210,11 +208,10 @@ Ensure you have the following files in the current directory. ### Pack File Structure Go ahead and review each of the following five files in the pack. -
-* **pack.json** - This file contains the pack metadata such as `addonType`, `cloudTypes`, and the `kubeManifests` array that contains the list of manifest files: `layer`, `name`, and `version`. Refer to the [JSON Schema](add-custom-packs#json-schema) for a list of attributes and respective data types. The schema validation will happen when you push a pack to the registry. +* **pack.json** - This file contains the pack metadata such as `addonType`, `cloudTypes`, and the `kubeManifests` array that contains the list of manifest files: `layer`, `name`, and `version`. Refer to the [JSON Schema](add-custom-packs.md#json-schema) for a list of attributes and respective data types. The schema validation will happen when you push a pack to the registry. -
+ ```json {