Correcting 4 documentation links (#1711)
This commit is contained in:
@@ -543,7 +543,7 @@
|
||||
title="Debug Runs"
|
||||
on:close={() => ($jobsDrawerOpen = false)}
|
||||
tooltip="Look at latests runs to spot potential bugs."
|
||||
documentationLink="https://docs.windmill.dev/docs/apps/app_toolbar#debug-runs"
|
||||
documentationLink="https://docs.windmill.dev/docs/apps/app_debugging"
|
||||
>
|
||||
<Splitpanes class="!overflow-visible">
|
||||
<Pane size={25}>
|
||||
|
||||
@@ -213,9 +213,9 @@
|
||||
<div class="mb-1 text-sm font-semibold">
|
||||
Frontend
|
||||
<Tooltip
|
||||
documentationLink="https://docs.windmill.dev/docs/apps/app-runnable#frontend-script"
|
||||
documentationLink="https://docs.windmill.dev/docs/apps/app-runnable-panel#frontend-scripts"
|
||||
>
|
||||
Frontend scripts are executed in the browser and can manipulate the app context directly
|
||||
Frontend scripts are executed in the browser and can manipulate the app context directly.
|
||||
</Tooltip>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
Background runnables
|
||||
<Tooltip
|
||||
class="mb-0.5"
|
||||
documentationLink="https://docs.windmill.dev/docs/apps/app-runnable#background-runnable"
|
||||
documentationLink="https://docs.windmill.dev/docs/apps/app-runnable-panel#background-runnables"
|
||||
>
|
||||
Background runnables can be triggered on app refresh or when their input changes. The
|
||||
result can be shared among many components.
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<PanelSection
|
||||
title="Trigger Runnable"
|
||||
tooltip="Select components to recompute after running this runnable as a success"
|
||||
documentationLink="https://docs.windmill.dev/docs/apps/app_settings#recompute-others"
|
||||
documentationLink="https://docs.windmill.dev/docs/apps/app-runnable-panel#recompute-others"
|
||||
>
|
||||
{#if Object.keys($runnableComponents ?? {}).filter((id) => id !== ownId).length > 0}
|
||||
<table class="divide-y divide-gray-300 border w-full">
|
||||
|
||||
Reference in New Issue
Block a user