Skip to content

Update docs to use blockquote alerts #3039

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
3 changes: 2 additions & 1 deletion site/content/docs/developer/quick-start-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ git clone https://github.com/zaproxy/zap-extensions.git
## Installing ZAP Add-ons
As the name suggests, ZAP add-ons are a way to enhance ZAP functionality. There are several add-ons that allow you to do many different things. Some add-ons which are required by ZAP to work properly are called mandatory add-ons. These add-ons need to be installed first to be able to run ZAP from source.

The *zap-extensions* repository contains the source code for the add-ons maintained by the core team, including the mandatory add-ons.
> [!NOTE]
> The *zap-extensions* repository contains the source code for the add-ons maintained by the core team, including the mandatory add-ons.

ZAP uses the [Gradle Wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html) that downloads all the dependencies for the projects.

Expand Down