summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-07-05 19:03:03 -0400
committerJordan Wiens <jordan@psifertex.com>2024-07-05 19:03:03 -0400
commit5b2a6ae80b81292f6a1c1b8709a73afc0a6e62ec (patch)
tree51883251ea15321ae0c00ff2c25d821a8ac1e2c5 /docs/dev
parent924a052f57df9a2049f4b8148658190b52b5ad05 (diff)
fix some errors in doc docs
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/documentation.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/dev/documentation.md b/docs/dev/documentation.md
index 85d232dd..e23b0cdb 100644
--- a/docs/dev/documentation.md
+++ b/docs/dev/documentation.md
@@ -10,13 +10,12 @@ To contribute to the Binary Ninja documentation, first sign the [contribution li
- [breathe]
- [mkdocs]
- [doxygen]
-
+- The following mkdocs plugins: `mkdocs-callouts mkdocs-click mkdocs-include-markdown-plugin mkdocs-material mkdocs-glightbox mkdocs-htmlproofer-plugin`
## Building
git clone https://github.com/Vector35/binaryninja-api/
cd binaryninja-api
- cd api
mkdocs build
echo User documentation available in site/
cd api-docs