Skip to content

telerik/ajax-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f3e6d04 · Mar 20, 2025
Nov 28, 2023
Oct 2, 2024
Mar 14, 2025
Mar 20, 2025
Mar 20, 2025
Feb 13, 2025
Feb 13, 2025
May 21, 2015
Oct 2, 2024
Feb 13, 2025
Mar 20, 2025
Feb 17, 2025
Mar 15, 2022
Feb 10, 2025
Oct 2, 2024
Feb 3, 2025
Feb 13, 2025
May 13, 2024
Mar 31, 2022
Jan 31, 2022
Oct 2, 2024
Jun 9, 2016
Feb 24, 2025
May 10, 2021
Feb 1, 2022
Oct 2, 2024
Jan 28, 2022
Jan 20, 2022
Feb 24, 2025
May 12, 2016
Jun 29, 2016
Feb 24, 2025
Feb 28, 2020
Jun 30, 2023
Dec 4, 2017
May 15, 2023

Repository files navigation

title published
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 https://docs.telerik.com/devtools/aspnet-ajax/introduction. If you've arrived here wanting to search and peruse our docs, you'd be better served heading over to https://docs.telerik.com/devtools/aspnet-ajax/introduction 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 [email protected]: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

License

The Telerik® UI for ASP.NET AJAX Documentation is licensed under an MIT license. This license applies to the markdown (.md) files in this site ONLY, and does not convey, override or modify any existing licenses covering the runtime source and components of Telerik® UI for ASP.NET AJAX. For information about available licenses for the Telerik® UI for ASP.NET AJAX click here.

MIT License

Copyright (c) 2012-2016 Telerik

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software" ), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.