From c385e57dce9de1010b4e9c2bfc1e0b95d74bacb6 Mon Sep 17 00:00:00 2001 From: NotNotARobot <164791169+NotNotARobot@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:22:20 -0500 Subject: [PATCH] chore: use GFM `!WARNING` note syntax Signed-off-by: NotNotARobot <164791169+NotNotARobot@users.noreply.github.com> --- _docs/development-environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/development-environment.md b/_docs/development-environment.md index c3eb38a79..6dec586a9 100644 --- a/_docs/development-environment.md +++ b/_docs/development-environment.md @@ -1,7 +1,7 @@ # Setting-up development environment -**Warning** -All links to the `provider` repo are referencing to the `gpu` branch. As soon as `gpu` is merged into `main` all links need update. +> [!WARNING] +> All links to the `provider` repo are referencing to the `gpu` branch. As soon as `gpu` is merged into `main` all links need update. This page covers setting up development environment for both [node](https://github.com/akash-network/node) and [provider](https://github.com/akash-network/provider) repositories. The provider repo elected as placeholder for all the scripts as it depends on the `node` repo (Better explanation?)