Skip to content

Commit 79eaa29

Browse files
committed
xrefs
1 parent 6ee2ba5 commit 79eaa29

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/vendor/kots-faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For vendors that do not want to use Helm, applications distributed with Replicat
2323

2424
Replicated recommends that new users start by completing one or more labs or tutorials to get familiar with the processes of creating, installing, and iterating on releases for an application with the Replicated Platform.
2525

26-
Then, when you are ready to begin onboarding your own application to the Replicated Platform, see [Replicated Onboarding](replicated-onboarding) for a list of Replicated features to begin integrating.
26+
Then, when you are ready to begin onboarding your own application to the Replicated Platform, see [Onboard to the Replicated Platform](replicated-onboarding) for a list of Replicated features to begin integrating.
2727

2828
#### Labs
2929

docs/vendor/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ Congratulations! As part of this quick start, you:
417417

418418
Now that you are familiar with the workflow of creating, installing, and updating releases, you can begin onboarding your own application to the Replicated Platform.
419419

420-
To get started, see [Replicated Onboarding](replicated-onboarding).
420+
To get started, see [Onboard to the Replicated Platform](replicated-onboarding).
421421

422422
## Related Topics
423423

scripts/update_docs_links.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
# Script to update cross-reference link text
44
# Run from the root of the replicated-docs repository after changing the title of one or more pages
55

6-
echo "Updating cross-references..."
7-
86
# Define replacement patterns with the format "[search pattern]:[replacement]"
97
patterns=(
10-
"Integrating Replicated GitHub Actions:Use Replicated GitHub Actions in CI/CD"
11-
# Add more patterns here as needed, one per line
8+
"Replicated Onboarding:Onboard to the Replicated Platform"
9+
# Add patterns here, one per line
1210
# "Old Title:New Title"
1311
)
1412

1513
# Count of files processed and replacements made
1614
files_processed=0
1715
replacements_made=0
1816

17+
echo "Updating cross-references..."
1918
echo "Searching in the /docs directory..."
2019

2120
# Get all markdown files, excluding .history directories

0 commit comments

Comments
 (0)