Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove hugo shortcodes #36

Merged
merged 1 commit into from
Sep 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 10 additions & 12 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ steps:

Sample of publishing if registry does not support `npm ping`:

{{% notice tip %}}
Recommended if you are deploying to a registry inside ***Artifactory***
{{% /notice %}}
> **NOTE:**
>
> Recommended if you are deploying to a registry inside ***Artifactory***

```diff
steps:
Expand Down Expand Up @@ -75,9 +75,9 @@ steps:

Sample of publishing with additional dist-tag:

{{% notice warning %}}
Tags are used as an alias and cannot be valid semver
{{% /notice %}}
> **NOTE:**
>
> Tags are used as an alias and cannot be valid semver

```diff
steps:
Expand Down Expand Up @@ -107,9 +107,9 @@ steps:

## Secrets

{{% notice warning %}}
**Users should refrain from configuring sensitive information in their pipeline in plain text.**
{{% /notice %}}
> **NOTE:**
>
> Users should refrain from configuring sensitive information in their pipeline in plain text.

### Internal

Expand Down Expand Up @@ -199,7 +199,5 @@ COMING SOON!

## Troubleshooting

{{% notice tip %}}
**Here are the available log levels to assist in troubleshooting:**
Here are the available log levels to assist in troubleshooting:
trace, debug, info, warn, error, fatal, panic
{{% /notice %}}