Skip to content

telerik/ajax-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title publish
Telerik UI for ASP.NET AJAX Documentation Repo
false

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. If bundle install fails with SSL related errors execute gem update --system and try again.
  4. Run jekyll serve
  5. Open "http://localhost:8080/aspnet-ajax/introduction.html" in your browser