All entries

BugleRock Developer Portal — Live

Date

June 9, 2026

Author

Platform Team

newinternal

The internal developer portal is now live on changelog.buglerockadvisors.com.

What's included

  • Changelog feed — chronological log of all platform updates with tag filtering
  • Detail pages — each entry has its own URL for direct linking
  • New Entry form — publish updates without touching the codebase
  • MDX support — full Markdown with code blocks, tables, and headings

How to publish an update

Drop a .mdx file into content/changelog/ with this frontmatter:

---
title: "Your update title"
date: "2026-06-09"
author: "Your Name"
tags: ["new", "fix"]
---

Or use the New Entry button in the portal UI — no code required.