Skip to content
Iankodj edited this page Apr 2, 2015 · 9 revisions

Telerik UI for ASP.NET AJAX Documentation

Welcome to the GitHub repo for UI for ASP.NET AJAX documentation. This repository contains the source content — written in Markdown — that we use to power Telerik UI for ASP.NET AJAX Documentation at http://www.telerik.com/help/aspnet-ajax/. If you've arrived here wanting to search and peruse our docs, you'd be better served heading over to http://www.telerik.com/help/aspnet-ajax/ where our content is prettified and searchable.

Running locally

You can generate a static web site from the Telerik UI for ASP.NET AJAX documentation and browse it locally.

  1. Clone the repository git clone git@github.com:telerik/ajax-docs.git
  2. Run bundle install (you must have ruby and bundler installed beforehand)
  3. Run jekyll serve under /docs
  4. Open "http://localhost:4000/kendo-ui/introduction.html" in your browser
Clone this wiki locally