diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-02-26 15:29:42 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-02-26 15:29:42 -0500 |
| commit | 86686b2901cba24a10fe77f570ad91a222b859a8 (patch) | |
| tree | 348868989067402a9b6b81eec36a03a31a2c4d28 /docs/dev | |
| parent | fb7bef063f982495e2b23a115c34ead37b449483 (diff) | |
change warning icons on tips to tips
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/batch.md | 2 | ||||
| -rw-r--r-- | docs/dev/concepts.md | 2 | ||||
| -rw-r--r-- | docs/dev/documentation.md | 2 | ||||
| -rw-r--r-- | docs/dev/uidf.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/batch.md b/docs/dev/batch.md index 220a677e..2e6b18cf 100644 --- a/docs/dev/batch.md +++ b/docs/dev/batch.md @@ -20,7 +20,7 @@ python3 ~/binaryninja/scripts/install_api.py ``` Note -???+ Warning "Tip" +???+ Info "Tip" If you have multiple python copies installed, you'll want to make sure to specify the full path to the correct python when running as shown above. This script adds appropriate `.pth` files so that your Python can find the Binary Ninja libraries. diff --git a/docs/dev/concepts.md b/docs/dev/concepts.md index 77afd33e..12284416 100644 --- a/docs/dev/concepts.md +++ b/docs/dev/concepts.md @@ -178,7 +178,7 @@ If you're opening a file with non-ascii string encodings, make sure to use one o  -???+ Warning "Tip" +???+ Info "Tip" Note that there is a small bug and some string length calculations will be off with certain characters as shown above. ### Wide Strings in the UI diff --git a/docs/dev/documentation.md b/docs/dev/documentation.md index c141c06a..3f357273 100644 --- a/docs/dev/documentation.md +++ b/docs/dev/documentation.md @@ -26,7 +26,7 @@ To contribute to the Binary Ninja documentation, first sign the [contribution li ## Changing Changing documentation for the API itself is fairly straight forward. Use [doxygen style comment blocks](https://www.stack.nl/~dimitri/doxygen/manual/docblocks.html) in C++ and C, and [restructured text blocks](http://thomas-cokelaer.info/tutorials/sphinx/docstring_python.html) for python for the source. The user documentation is located in the `api/docs/` folder and the API documentation is generated from the config in the `api/api-docs` folder. -???+ Warning "Tip" +???+ Info "Tip" When updating user documentation, the `mkdocs serve` feature is particularly helpful. [contribution license agreement]: https://binary.ninja/cla.pdf diff --git a/docs/dev/uidf.md b/docs/dev/uidf.md index 8a421dfa..33c4c27f 100644 --- a/docs/dev/uidf.md +++ b/docs/dev/uidf.md @@ -82,7 +82,7 @@ The variable sidebar also supports both setting and seeing the values of UIDF va ## Jump Table Example -???+ Warning "Tip" +???+ Info "Tip" Since these docs were originally written, this jump table no longer behaves the same way and is automatically solved during Binary Ninja's normal analysis. The documentation is being left in for illustrative purposes as it's still a valuable consideration even if this exact example no longer applies. Let us see the High Level IL (HLIL) representation of `main` before UIDF: |
