mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Added card tiles to security page
This commit is contained in:
@@ -7,4 +7,31 @@ This section covers the internals of Infisical including its technical underpinn
|
||||
|
||||
<Note>
|
||||
Knowledge of this section is recommended but not required to use Infisical. However, if you're operating Infisical, we recommend understanding the internals.
|
||||
</Note>
|
||||
</Note>
|
||||
|
||||
## Learn More
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card href="./components" title="Components" icon="boxes-stacked" color="#3775a9">
|
||||
Learn about the fundamental parts of Infisical
|
||||
</Card>
|
||||
<Card href="./flows" title="Flows" icon="bars-staggered" color="#0078d3">
|
||||
Find out more about the structure of core user flows in Infisical
|
||||
</Card>
|
||||
<Card
|
||||
href="./security"
|
||||
title="Security"
|
||||
icon="shield"
|
||||
color="#3775a9"
|
||||
>
|
||||
Read about most common security-related topics and questions
|
||||
</Card>
|
||||
<Card
|
||||
href="./service-tokens"
|
||||
title="Service tokens"
|
||||
icon="ticket"
|
||||
color="#3775a9"
|
||||
>
|
||||
Learn best practices for utilizing Infisical sevrice tokens
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
Reference in New Issue
Block a user