From 5e20a72567e33127526147d4e5fce60571d049c7 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Fri, 28 Jan 2022 19:35:53 +0100 Subject: [PATCH] docs(nuget): use admonition (#13893) --- docs/usage/nuget.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/usage/nuget.md b/docs/usage/nuget.md index c9770f8c70..8b55d8a75b 100644 --- a/docs/usage/nuget.md +++ b/docs/usage/nuget.md @@ -82,7 +82,9 @@ Credentials for authenticated/private feeds can be provided via host rules in th } ``` -At the moment only Basic HTTP authentication (via username and password) is supported. +<!-- prettier-ignore --> +!!! note + At the moment only Basic HTTP authentication (via username and password) is supported. ## Future work -- GitLab