mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 16:03:21 +00:00
doc_link_fixes (#4157)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user