Skip to content

Conversation

i14h
Copy link
Collaborator

@i14h i14h commented Aug 16, 2025

Create static release page pulled from github during build time (https://genkit.dev/changelog). Adds menu item to the leftnav.

I created this PR but thought maybe it's not a good idea for now, since with every release we need to also rebuild the website.

color: var(--sl-color-accent);
}
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you move these into src/pages/changelog.astro?

@pavelgj
Copy link
Contributor

pavelgj commented Aug 19, 2025

I think this is a great idea!

@i14h
Copy link
Collaborator Author

i14h commented Aug 19, 2025

@pavelgj wdyt? should we have them all in one page with anchorlinks, or a separate page/permalink per release? think of the links in social posts and tweets

@i14h
Copy link
Collaborator Author

i14h commented Aug 20, 2025

@pavelgj PTAL

body: string;
}
const response = await fetch('https://api.github.com/repos/firebase/genkit/releases');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const response = await fetch('https://api.github.com/repos/firebase/genkit/releases');
const response = await fetch('https://api.github.com/repos/firebase/genkit/releases?per_page=10');

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.

2 participants