Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(Apache): Hide configuration reference section until a choice is made
  • Loading branch information
rhetoric101 committed Nov 8, 2024
commit 4201df77681bfc00dbde9d2b132e80d831f91666
4 changes: 3 additions & 1 deletion src/install/config/apache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ steps:
- value: 'zypper'

# Display a reference list of configurations and show some examples
whatsNextFilePath: 'src/install/apache/whatsNext.mdx'
# This doc doesn't use the `whatsNextFilePath:` footer
# because we don't have troubleshooting docs specifically for Apache
- filePath: 'src/install/apache/whatsNext.mdx'
overrides:
- isConditionalStep: true
selectedOptions:
Expand Down
Loading