Revit API Docs 2.0

New features and improvements are coming soon to Revit API Docs.
With the need to add 2017.1, I decided do to restructure a few things to make it more maintainable, as well as to add a few new features.

Here are some of the improvements and fixes:

– New parsers written from the ground up. This creates cleaner and more consistent html markups from the original CHM content.
– Content was compared across years, and when identical, only one copy is being stored and served (storing only 25k html files vs +80k, previously).
– Smarter nav-bar now also indicates if the doc was updated/removed across years.
– Result Filtering: Search result page now has a text box user can use to further filter results.
– Ajax Loading: when possible, content is loaded asynchronously, for a more seamless navigation..
– Language switcher: allows user to see code in only selected language.
– Copy Code: Examples now have a “Copy” button which copies to the clipboard.
– Implemented Handlebars JS templating…

Read more