content/vault/.
Content directory
URL base paths
Vault content is served under two URL base paths:/api-docs/— Vault HTTP API reference/docs/— Vault conceptual and operational documentation
Available versions
Versionsv1.4.x through v1.21.x are present in the repository. The global/ directory contains content shared across all versions.
Vault uses branch names in the format
vault/<YYYYMM> for upcoming minor releases (for example, vault/202511). This differs from most other products that use <product>/<exact_release_number>. Check with the Vault tech writer team for the current assembly branch name.Exclusion directives
Vault supports exclusion directives (supportsExclusionDirectives: true). This means certain pages can be excluded from the content output using special directives in the source. Take care when restructuring content to preserve any existing exclusion annotations.
Finding and editing Vault docs
Navigate to the content files
Vault’s content files are in the
content/ subdirectory within each version folder:Edit the file
Open the
.mdx file you want to change. For pages that appear in both the docs/ and api-docs/ base paths, make sure you’re editing the right subdirectory.Product configuration reference
| Attribute | Value |
|---|---|
productSlug | vault |
contentDir | content (in source repo) |
websiteDir | website (in source repo) |
dataDir | data |
assetDir | public/img |
basePaths | api-docs, docs |
versionedDocs | true |
supportsExclusionDirectives | true |