You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: actions/assemble-docs/action.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ inputs:
11
11
version_label:
12
12
description: "Optional label value to set for this version's option in the website sidebar version dropdown. Defaults to the value of the `version` input."
13
13
required: false
14
+
version_in_title:
15
+
description: 'Optional version label to show on top of the website sidebar version dropdown.'
16
+
required: false
14
17
target_dir:
15
18
description: 'The folder where the assembled docs must be saved.'
0 commit comments