File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
site_footer : ' <big>× Is HTML accepted?</big>'
46
46
47
47
# optional
48
- member_layout : ' separatePages' # 'separatePages' or 'samePage'
48
+ class_members : ' separatePages' # 'separatePages' or 'samePage'
49
49
google_analytics : ' ' # empty to disable
50
50
51
51
# paths must be relative from .docfx folder. url works but only in top page.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ inputs:
33
33
required : true
34
34
35
35
# optional
36
- member_layout :
36
+ class_members :
37
37
description : |
38
38
Generate all-in-one class api document or separate each member into pages.
39
39
Accepts one of: 'separatePages' | 'samePage'
@@ -164,7 +164,7 @@ runs:
164
164
cd .docfx
165
165
166
166
printf "$(cat docfx.json)" \
167
- "${{ inputs.member_layout }}" \
167
+ "${{ inputs.class_members }}" \
168
168
"${{ inputs.app_name }}" \
169
169
"${{ inputs.site_title }}" \
170
170
"${{ inputs.site_footer }}" \
You can’t perform that action at this time.
0 commit comments