From 401b73b242bc9447bd12215b17ea8ce215c7d6ed Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 17 Aug 2021 11:41:50 -0400 Subject: add more general API documentation and numerous other documentation improvements --- docs/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/index.md') diff --git a/docs/index.md b/docs/index.md index 473d7290..6bcf6fb3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,6 +4,9 @@ A new kind of reverse engineering platform --- -[Binary Ninja] is a reverse engineering platform. It focuses on a clean and easy to use interface with a powerful multithreaded analysis built on a custom IL to quickly adapt to a variety of architectures, platforms, and compilers. +[Binary Ninja](https://binary.ninja/) is a reverse engineering platform. It focuses on a clean and easy to use interface with a powerful multithreaded analysis built on a custom IL to quickly adapt to a variety of architectures, platforms, and compilers. -[Binary Ninja]: https://binary.ninja/ +The most common starting points for documentation are: + +- [Getting Started Guide](getting-started.md) +- [API documentation](dev/api.md) (depending on your language of choice) -- cgit v1.3.1