Skip to content

[Release] v1.400.0#7425

Merged
nmelehan-akamai merged 4 commits intolinode:mainfrom
nmelehan-akamai:rc-v1.400.0
Mar 30, 2026
Merged

[Release] v1.400.0#7425
nmelehan-akamai merged 4 commits intolinode:mainfrom
nmelehan-akamai:rc-v1.400.0

Conversation

@nmelehan-akamai
Copy link
Copy Markdown
Collaborator

@nmelehan-akamai nmelehan-akamai commented Mar 27, 2026

Theme updates

  • Consolidate assets (CSS, JS, etc) into tech-guides-assets folder
  • Make left nav menu only show content area related to current page
  • Update Hugo to 0.159.1
  • Remove the /docs/api folder

Other updates:

  • Fix a bunch of Vale errors across the library

nmelehan-akamai and others added 2 commits March 27, 2026 11:38
* Fix duplicate YAML keys in front matter

Hugo upgraded its YAML library to a YAML 1.1 compliant version in v0.152.0 (https://github.com/gohugoio/hugo/releases/tag/v0.152.0), which now throws an error on duplicate keys.

This commit fixes that. Note that:

* The old behaviour was to keep the last occurrence of a duplicate key, so that's is the most commin strategy used here.
* But I have also manually inspected and merged some of them.

* Diable aliases

* Remove api section

* Remove assets folder

* Remove authors

* Remove release-notes section

* Remove JSON output from home page to avoid generating search index

* Fix duplicate aliases

* Fix duplicate image

* Re-add deleted author to contributors directory

* Re-add deleted assets folder

Will move the assets from this folder into the directories of the
corresponding guides later, then delete the folder again

* Set sitemap file name to sitemap.xml

This is consistent with the current filename on production
This will later be renamed to sitemap_tech_guides.xml

* Update Hugo to 0.158.0

* Theme update

- Consolidate assets (CSS, JS, etc) into tech-guides-assets folder
- Make left nav menu only show content area related to current page

* Disable SVG minify to avoid navigation icon rendering bug

* Update Hugo to 0.159.0

* Fix markdown links to missing /docs/api/ pages

* Vale fix

* Vale fix

* Vale fix

* Vale fix

* Vale fix

* Update _build keyword to _build

* Update to Hugo 0.159.1

* Incorporate SVG minification patch

* Update blueberry to recognize the build frontmatter

---------

Co-authored-by: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
@nmelehan-akamai
Copy link
Copy Markdown
Collaborator Author

Note that the Vale error can be safely ignored for now; I ran it locally and fixed all the reported issues across the library. The unit test here only fails because it can't handle the number of files in the diff

vrajashkr and others added 2 commits March 27, 2026 13:45
…e#7396)

* [Update]: Updates links in the deploy Zot article

Updates some URLs in the Deploy Zot as a pull through
cache article.

Signed-off-by: Vishwas Rajashekar <vrajashe@akamai.com>

* [Update]: Change preview image for deploy Zot article

Renames the login page image for the deploy zot
article so that the renderer picks it for the preview image.

Signed-off-by: Vishwas Rajashekar <vrajashe@akamai.com>

* Set image frontmatter

---------

Signed-off-by: Vishwas Rajashekar <vrajashe@akamai.com>
Co-authored-by: Nathan Melehan <nmelehan@akamai.com>
@nmelehan-akamai nmelehan-akamai merged commit 543f5dc into linode:main Mar 30, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants