Skip to content

Commit

Permalink
only render SDP-specific notice if "nautilus" feature defined
Browse files Browse the repository at this point in the history
  • Loading branch information
derekm committed Nov 12, 2021
1 parent 014f676 commit 25f177a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion documentation/src/docs/prepare-development-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
-->
import { IfHaveFeature, IfMissingFeature, SDPVersion } from 'nautilus-docs';

import PrepareDevelopmentEnvironmentPrefix from '../snippets/spark-connectors/prepare-development-environment-prefix.md';

<IfHaveFeature feature="nautilus">
<PrepareDevelopmentEnvironmentPrefix />
</IfHaveFeature>

## Prerequisites

Expand Down

0 comments on commit 25f177a

Please sign in to comment.