From 448f40be71dffa86a6581c3696627ccc1bdf74f2 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 19 Feb 2024 15:04:00 -0500 Subject: 4.0 documentation - Refactored Type Documentation - Added Projects - Added Type Archives - Added New Sidebar Documentation - Added String Concepts - Added Light/Dark Mode - Added New Tab Documentation - Added BNIL Guide: HLIL docs - Added new cookbook examples - Added migration guide - Added script for building docsets - Added documentation for themes - Updated all images to Ninja Edit - API Docs : Documents BasicBlockEdge and BasicBlock - API Docs : Documents CoreVariable, Variable, and VariableNameAndType - API Docs : Corrects note on `BinaryView.update_analysis` and `BinaryView.update_analysis_and_wait` to represent that analysis is run by default for you now. - Many, many other changes --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1fc21ced..e6e73fc9 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,8 @@ api-docs/source/uiapi api-docs/cppdocs/api api-docs/cppdocs/xml api-docs/cppdocs/html +api-docs/cppdocs/docset +!api-docs/cppdocs/Makefile !api-docs/Makefile # CMake @@ -86,7 +88,4 @@ rust/examples/dwarf/*/target/ # Debugger docs docs/img/debugger -docs/guide/debugger.md -docs/guide/remote-debugging.md -docs/guide/dbgeng-ttd.md -docs/guide/windows-kd.md +docs/guide/debugger -- cgit v1.3.1