doc_link_fixes (#4157)

This commit is contained in:
Henri Courdent
2024-07-31 18:03:49 +02:00
committed by GitHub
parent 00428532e5
commit 5e484c922f
2 changed files with 11 additions and 1 deletions
@@ -4056,7 +4056,7 @@ See date-fns format for more information. By default, it is 'dd.MM.yyyy HH:mm'
recomputeallcomponent: {
name: 'Recompute all',
icon: RefreshCw,
documentationLink: `${documentationBaseUrl}/top_bar`,
documentationLink: `${documentationBaseUrl}/recompute_all`,
dims: '4:1-6:1' as AppComponentDimensions,
customCss: {
container: { style: '', class: '' }
@@ -5,6 +5,16 @@ export type Changelog = {
}
const changelogs: Changelog[] = [
{
label: 'App bar as components',
href: 'https://www.windmill.dev/changelog/app-bar-components',
date: '2024-07-29'
},
{
label: 'TypeScript Bun scripts are automatically pre-bundled',
href: 'https://www.windmill.dev/changelog/pre-bundle-bun-scripts',
date: '2024-07-26'
},
{
label: 'Dynamic Select',
href: 'https://www.windmill.dev/changelog/dynamic-select',