Skip to content

Commit

Permalink
docs: update user support constants to support new docs structure (#1688
Browse files Browse the repository at this point in the history
)

## Description:
This PR updates the user_support_constants we use to fix internal mono
repo failures we're seeing as a result of:
#1679

## Is this change user facing?
NO


## References (if applicable):
Follow up PR to: #1679

Co-authored-by: Gyanendra Mishra <anomaly.the@gmail.com>
  • Loading branch information
leeederek and h4ck3rk3y committed Nov 6, 2023
1 parent f0795cf commit 6ab0008
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -21,9 +21,10 @@ const (
CLICommandsReferenceURL = DocumentationUrl + "/cli"
StarlarkPackagesReferenceURL = DocumentationUrl + "/advanced-concepts/packages"
StarlarkLocatorsReferenceURL = DocumentationUrl + "/advanced-concepts/locators"
UpgradeCLIInstructionsPage = DocumentationUrl + "/install#upgrading"
UpgradeCLIInstructionsPage = DocumentationUrl + "/upgrade"
MetricsPhilosophyDocs = DocumentationUrl + "/advanced-concepts/metrics-philosophy"
HowImportWorksLink = DocumentationUrl + "/advanced-concepts/how-do-kurtosis-imports-work"
PackageDocLink = DocumentationUrl + "/advanced-concepts/packages"
GoogleRe2SyntaxDocumentation = "https://github.com/google/re2/wiki/Syntax"
KurtosisDiscordUrl = "https://discord.gg/6Jjp9c89z9"
KurtosisOnBoardCalendlyUrl = "https://calendly.com/d/zgt-f2c-66p/kurtosis-onboarding"
Expand Down

0 comments on commit 6ab0008

Please sign in to comment.