title | publish |
---|---|
Telerik UI for ASP.NET AJAX Documentation Repo | false |
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.
You can generate a static web site from the Telerik UI for ASP.NET AJAX documentation and browse it locally.
- Clone the repository
git clone git@github.com:telerik/ajax-docs.git
- Run
bundle install
(you must have ruby and bundler installed beforehand) - If
bundle install
fails with SSL related errors executegem update --system
and try again. - Run
jekyll serve
- Open "http://localhost:8080/aspnet-ajax/introduction.html" in your browser