86 lines
2.7 KiB
Plaintext
86 lines
2.7 KiB
Plaintext
|
---
|
||
|
page_title: "Vault Documentation"
|
||
|
description: |-
|
||
|
Vault reference documentation.
|
||
|
---
|
||
|
|
||
|
<% @meganav_title = 'Docs' %>
|
||
|
|
||
|
<hashi-product-subnav _data="<%= encode({
|
||
|
current_path: current_page.path,
|
||
|
dark: false,
|
||
|
products: dato.enterprise_products.map(&:to_hash),
|
||
|
subnav: dato.vault_product_page.subnav.to_hash,
|
||
|
project_site: true
|
||
|
}) %>"></hashi-product-subnav>
|
||
|
|
||
|
<div class='g-section-block'>
|
||
|
<section id='intro' class='g-container'>
|
||
|
<hashi-section-header
|
||
|
headline='Vault Documentation'
|
||
|
description="Welcome to the Vault documentation! This documentation is more of a reference guide for all available features and options of Vault. If you're just getting started with Vault, please start with the [introduction and getting started guide instead](https://learn.hashicorp/vault)."
|
||
|
use_h1="true"
|
||
|
></hashi-section-header>
|
||
|
|
||
|
<div class='button-container'>
|
||
|
<hashi-button
|
||
|
title="Learn Vault"
|
||
|
url="https://learn.hashicorp.com/vault"
|
||
|
></hashi-button>
|
||
|
<hashi-button
|
||
|
title="Download"
|
||
|
url="/downloads.html"
|
||
|
theme="dark-outline"
|
||
|
></hashi-button>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
<section id='categories'>
|
||
|
<hashi-linked-text-summary-list _data="<%= encode(data.docs_basic_categories) %>"></hashi-linked-text-summary-list>
|
||
|
</section>
|
||
|
|
||
|
<section id='new-to-vault' class='gray'>
|
||
|
<div class='g-container'>
|
||
|
<hashi-section-header
|
||
|
headline='New to Vault?'
|
||
|
description="Learn how to use Vault to read, write, and create real secrets, and see how it works in practice. The basics include installation and core concepts, while providing a foundation for advanced tracks."
|
||
|
></hashi-section-header>
|
||
|
|
||
|
<div class='button-container'>
|
||
|
<hashi-button
|
||
|
title="Start Learning"
|
||
|
url="https://learn.hashicorp.com/vault"
|
||
|
></hashi-button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
<section id='sitemap' class='g-container'>
|
||
|
<hashi-section-header headline='Documentation by Category'></hashi-section-header>
|
||
|
|
||
|
<hashi-docs-sitemap
|
||
|
order="<%= encode(data.docs_detailed_categories) %>"
|
||
|
data="<%= encode(get_sidebar_data('docs')) %>"
|
||
|
></hashi-docs-sitemap>
|
||
|
</section>
|
||
|
|
||
|
<section id='get-started' class='black'>
|
||
|
<div class='g-container'>
|
||
|
<hashi-section-header headline='Ready to get started?'></hashi-section-header>
|
||
|
|
||
|
<div class='button-container'>
|
||
|
<hashi-button
|
||
|
title="Learn Vault"
|
||
|
url="https://learn.hashicorp.com/vault"
|
||
|
theme='light-fill'
|
||
|
></hashi-button>
|
||
|
<hashi-button
|
||
|
title="Download"
|
||
|
url="/downloads.html"
|
||
|
theme='light-outline'
|
||
|
></hashi-button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
</div>
|