Home

Awesome


title: Telerik Universal Windows Platform/Windows Universal Documentation Repo publish: false

Telerik UI for UWP/Windows Universal Public Documentation

Welcome to the GitHub repo for Telerik UI for Universal Windows Platform and Telerik UI for Windows Universal documentation. This repository contains the source content — written in Markdown — that we use to power the Telerik UI for UWP Documentation at docs.telerik.com/devtools/universal-windows-platform and Telerik UI for Windows Universal Documentation at docs.telerik.com/windows-universal. If you've arrived here wanting to search and peruse our docs, you'd be better served heading over to docs.telerik.com/devtools/universal-windows-platform / docs.telerik.com/windows-universal where our content is prettified and searchable.

We believe that the documentation for a product is at its best when the content is a collaboration between the builders and consumers of that product. As such, this documentation is both public, and open sourced under and MIT license (see below). That means you can clone this repository, read the docs off line, or even load the entire thing to an Apple Newton, if that's your thing.

It also means that you can play a role in making our docs better for everyone, and if helping us make the Telerik UI for UWP/Windows Universal docs better sounds interesting to you, read on.

Contributing

There are two ways you can contribute to the public Telerik UI for UWP/Windows Universal documentation: either create an issue in this repository, or fork the repo, make the change and send us a pull request!

Note: When creating issues, please don't modify the assignee or milestone fields. Also, please create one issue per fix or change. "Bundled" entries will be deleted.

Running locally

You can generate a static web site from the Telerik UI for UWP/Windows Universal the documentation and browse it locally.

For the UWP documentaion:

  1. Clone the repository git clone git@github.com:telerik/uwp-docs.git
  2. Run bundle install (you must have ruby and bundler installed beforehand)
  3. Run jekyll serve
  4. Open "http://localhost:4000/devtools/universal-windows-platform" in your browser

For the Windows Universal documentaion:

  1. Clone the repository git clone git@github.com:telerik/uwp-docs.git
  2. Run bundle install (you must have ruby and bundler installed beforehand)
  3. Run jekyll serve --config _config.yml,_win8.yml
  4. Open "http://localhost:4000/devtools/windows-universal" in your browser

License

The Telerik UI for UWP/Windows Universal 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 UWP/Windows Universal. For information about available licenses for the Telerik UI for UWP click here and for Telerik UI for Windows Universal click here.

MIT License

Copyright (c) 2012-2017 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.