Skip to content

Commit 5b1f08e

Browse files
authored
Merge pull request #393 from raboof/security-link
Link to Druid-specific security page
2 parents c0e73e1 + 40729e8 commit 5b1f08e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/pages/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ export default () => {
8989
<a href="/docs/latest/tutorials/">Get started with Druid</a> in minutes. Load your own data and query it.
9090
</p>
9191
</div>
92+
<div className="feature">
93+
<span className="fa fa-shield fa" />
94+
<h5> Security</h5>
95+
<p>
96+
Learn about <a href="/docs/latest/operations/security-overview.html">security features, configuration instructions, and best practices</a> to secure Druid.
97+
</p>
98+
</div>
9299
<div className="feature">
93100
<span className="fa fa-question-circle fa" />
94101
<h5> Get Help</h5>

0 commit comments

Comments
 (0)