docs: Migrate link formats (#18696)

* Adding check-legacy-links-format workflow

* Adding test-link-rewrites workflow

* Updating docs-content-check-legacy-links-format hash

* Migrating links to new format

Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
This commit is contained in:
Ashlee M Boyer
2023-01-25 18:12:15 -06:00
committed by GitHub
parent dbefdc38fa
commit 06df5b9d95
437 changed files with 1896 additions and 1863 deletions

View File

@@ -35,7 +35,7 @@ deny
## Usage
The following flags are available in addition to the [standard set of
flags](/docs/commands) included on all commands.
flags](/vault/docs/commands) included on all commands.
### Output Options

View File

@@ -57,7 +57,7 @@ token_policies [my-policy]
## Usage
The following flags are available in addition to the [standard set of
flags](/docs/commands) included on all commands.
flags](/vault/docs/commands) included on all commands.
### Output Options
@@ -82,7 +82,7 @@ flags](/docs/commands) included on all commands.
- `-explicit-max-ttl` `(duration: "")` - Explicit maximum lifetime for the
token. Unlike normal TTLs, the maximum TTL is a hard limit and cannot be
exceeded. Uses [duration format strings](/docs/concepts/duration-format).
exceeded. Uses [duration format strings](/vault/docs/concepts/duration-format).
- `-id` `(string: "")` - Value for the token. By default, this is an
auto-generated value. Specifying this value requires sudo permissions.
@@ -101,7 +101,7 @@ flags](/docs/commands) included on all commands.
- `-period` `(duration: "")` - If specified, every renewal will use the given
period. Periodic tokens do not expire as long as they are actively being
renewed (unless `-explicit-max-ttl` is also provided). Setting this value
requires sudo permissions. Uses [duration format strings](/docs/concepts/duration-format).
requires sudo permissions. Uses [duration format strings](/vault/docs/concepts/duration-format).
- `-policy` `(string: "")` - Name of a policy to associate with this token. This
can be specified multiple times to attach multiple policies.
@@ -115,7 +115,7 @@ flags](/docs/commands) included on all commands.
- `-ttl` `(duration: "")` - Initial TTL to associate with the token. Token
renewals may be able to extend beyond this value, depending on the configured
maximumTTLs. Uses [duration format strings](/docs/concepts/duration-format).
maximumTTLs. Uses [duration format strings](/vault/docs/concepts/duration-format).
- `-type` `(string: "service")` - The type of token to create. Can be "service" or "batch".

View File

@@ -12,7 +12,7 @@ The `token` command groups subcommands for interacting with tokens. Users can
create, lookup, renew, and revoke tokens.
For more information on tokens, please see the [token concepts
page](/docs/concepts/tokens).
page](/vault/docs/concepts/tokens).
## Examples

View File

@@ -36,7 +36,7 @@ $ vault token lookup -accessor 9793c9b3-e04a-46f3-e7b8-748d7da248da
## Usage
The following flags are available in addition to the [standard set of
flags](/docs/commands) included on all commands.
flags](/vault/docs/commands) included on all commands.
### Output Options

View File

@@ -39,7 +39,7 @@ $ vault token renew -increment=30m 96ddf4bc-d217-f3ba-f9bd-017055595017
## Usage
The following flags are available in addition to the [standard set of
flags](/docs/commands) included on all commands.
flags](/vault/docs/commands) included on all commands.
### Output Options

View File

@@ -38,7 +38,7 @@ Success! Revoked token (if it existed)
## Usage
The following flags are available in addition to the [standard set of
flags](/docs/commands) included on all commands.
flags](/vault/docs/commands) included on all commands.
- `-accessor` `(bool: false)` - Treat the argument as an accessor instead of a
token.