From 1eac1636704270bbd3ca335db77395807f5e4adb Mon Sep 17 00:00:00 2001 From: Jonathan Pedoeem Date: Thu, 26 Feb 2026 09:20:38 -0500 Subject: [PATCH] Add changelog page for nightly release notes Adds a changelog.mdx page to the docs and includes it in the Get Started navigation group. The nightly workflow in the app repo will prepend daily entries to this page. Co-Authored-By: Claude Opus 4.6 --- changelog.mdx | 4 ++++ mint.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelog.mdx diff --git a/changelog.mdx b/changelog.mdx new file mode 100644 index 0000000..8644081 --- /dev/null +++ b/changelog.mdx @@ -0,0 +1,4 @@ +--- +title: "Changelog" +description: "Daily updates on new features and improvements to PromptLayer." +--- diff --git a/mint.json b/mint.json index fe8b70b..c851c48 100644 --- a/mint.json +++ b/mint.json @@ -23,7 +23,8 @@ "quickstart-part-two", "tutorial-videos", "migration", - "self-hosted" + "self-hosted", + "changelog" ] }, {