Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 7 additions & 0 deletions .github/workflows/build-production-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,13 @@ jobs:
run: |
echo $GITHUB_SHA > public/gitcommithash.txt
# Temporarily need this for akamai.com/cloud renaming
- name: 14. Make duplicate sitemap file under different name
working-directory: ./docs-repo
run: |
cd public
cp sitemap.xml ${{ vars.DUPE_SITEMAP_NAME }}
# Make a tarball of the site, because it will upload much, much quicker
# than the uncompressed rendered site. The commit for this workflow run
# is encoded in the name of the tarball.
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/build-staging-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,13 @@ jobs:
run: |
echo $GITHUB_SHA > public/gitcommithash.txt
# Temporarily need this for akamai.com/cloud renaming
- name: 14. Make duplicate sitemap file under different name
working-directory: ./docs-repo
run: |
cd public
cp sitemap.xml ${{ vars.DUPE_SITEMAP_NAME }}
# Make a tarball of the site, because it will upload much, much quicker
# than the uncompressed rendered site. The commit for this workflow run
# is encoded in the name of the tarball.
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/build-testing-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,13 @@ jobs:
run: |
echo $GITHUB_SHA > public/gitcommithash.txt
# Temporarily need this for akamai.com/cloud renaming
- name: 14. Make duplicate sitemap file under different name
working-directory: ./docs-repo
run: |
cd public
cp sitemap.xml ${{ vars.DUPE_SITEMAP_NAME }}
# Make a tarball of the site, because it will upload much, much quicker
# than the uncompressed rendered site. The commit for this workflow run
# is encoded in the name of the tarball.
Expand Down
45 changes: 21 additions & 24 deletions _vendor/github.com/linode/linode-docs-theme/config.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 0 additions & 41 deletions _vendor/github.com/linode/linode-docs-theme/package.json

This file was deleted.

14 changes: 0 additions & 14 deletions _vendor/github.com/linode/linode-website-partials/package.json

This file was deleted.

3 changes: 1 addition & 2 deletions _vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# github.com/linode/linode-docs-theme v0.0.0-20260326194040-ea984c4c8cb6
# github.com/linode/linode-website-partials v0.0.0-20250814204525-0d7fe4159951
# github.com/linode/linode-docs-theme v0.0.0-20260409012914-41c7441e26c5
# github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.21300.20800
# github.com/gohugoio/hugo-mod-jslibs/turbo/v8 v8.20000.20400
# github.com/hotwired/turbo v8.0.4+incompatible
Expand Down
24 changes: 24 additions & 0 deletions docs/guides/development/awk/test-cloud-relative-links/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
slug: test-cloud-relative-links
title: "Test Cloud Relative Links"
description: "Two to three sentences describing your guide."
og_description: "Optional two to three sentences describing your guide when shared on social media. If omitted, the `description` parameter is used within social links."
authors: ["Akamai"]
contributors: ["Akamai"]
published: 2026-04-14
keywords: ['list','of','keywords','and key phrases']
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
external_resources:
- '[Link Title 1](http://www.example.com)'
- '[Link Title 2](http://www.example.net)'
noindex: true
build:
list: false
---

Test for relative link with `cloud` prefix:

- [Deploy a RAG-Powered Chatbot with LangChain on LKE](/cloud/guides/deploy-rag-powered-chatbot-langchain-lke/)
- [Awk section](/cloud/guides/development/awk/)
- [Cloud Guides & Tutorials](/cloud/guides/)

3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ require (
github.com/gohugoio/hugo-mod-jslibs/turbo/v7 v7.20300.20000 // indirect
github.com/instantpage/instant.page v5.1.1+incompatible // indirect
github.com/linode/linode-api-docs/v4 v4.176.0 // indirect
github.com/linode/linode-docs-theme v0.0.0-20260326194040-ea984c4c8cb6 // indirect
github.com/linode/linode-docs-theme v0.0.0-20260409012914-41c7441e26c5 // indirect
github.com/linode/linode-website-partials v0.0.0-20250814204525-0d7fe4159951 // indirect
)
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ github.com/linode/linode-docs-theme v0.0.0-20260320161745-9da7143e9baf h1:mzp++8
github.com/linode/linode-docs-theme v0.0.0-20260320161745-9da7143e9baf/go.mod h1:sMRfMYZ0n0E2/EJTPRPwbkXX/RKLhDma1cs4FyszErE=
github.com/linode/linode-docs-theme v0.0.0-20260326194040-ea984c4c8cb6 h1:uGswrBxR6m8zoHIijFUjF801VDoTlqO5d8hmtYxJl4w=
github.com/linode/linode-docs-theme v0.0.0-20260326194040-ea984c4c8cb6/go.mod h1:sMRfMYZ0n0E2/EJTPRPwbkXX/RKLhDma1cs4FyszErE=
github.com/linode/linode-docs-theme v0.0.0-20260409012914-41c7441e26c5 h1:CNScAHU8YKTZ4k3tbPYrdHxS1g1CPjkJExP20v1vfPc=
github.com/linode/linode-docs-theme v0.0.0-20260409012914-41c7441e26c5/go.mod h1:+c1nDe/v3R4DH8WCf4SwzCdjG629tRasJwLNADWM7MA=
github.com/linode/linode-website-partials v0.0.0-20221205205120-b6ea1aaa59fb/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
github.com/linode/linode-website-partials v0.0.0-20221222200538-99862e429110/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
github.com/linode/linode-website-partials v0.0.0-20230201145731-a8703d0a954a/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
Expand Down Expand Up @@ -377,4 +379,5 @@ github.com/linode/linode-website-partials v0.0.0-20250409155719-a69a3433df0c/go.
github.com/linode/linode-website-partials v0.0.0-20250613135058-1f0f32424646/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
github.com/linode/linode-website-partials v0.0.0-20250714201257-b4c2d5e13c4b/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
github.com/linode/linode-website-partials v0.0.0-20250808160825-b7007b72ffe9/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
github.com/linode/linode-website-partials v0.0.0-20250814204525-0d7fe4159951 h1:udzvdSBV6leO5EdCEHrfUbzjDOR4aGABPWUnKiGE2jk=
github.com/linode/linode-website-partials v0.0.0-20250814204525-0d7fe4159951/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
Loading