All Projects → telerik → xaml-docs

telerik / xaml-docs

Licence: other
Public Documentation for Telerik UI for WPF and Silverlight

Programming Languages

javascript
184084 projects - #8 most used programming language
C#
18002 projects
Visual Basic .NET
514 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to xaml-docs

Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+384.78%)
Mutual labels:  jekyll
Hyde
A front-end to Jekyll that parses C++ sources to produce and enforce out-of-line documentation
Stars: ✭ 250 (+443.48%)
Mutual labels:  jekyll
jekyll-atlantic-theme
Jekyll Atlantic is a beautiful Tailwind CSS theme. It shows best practices for using Tailwind with Jekyll.
Stars: ✭ 40 (-13.04%)
Mutual labels:  jekyll
Jekyll Mdl
A Jekyll theme based in Google Material Design Lite library.
Stars: ✭ 227 (+393.48%)
Mutual labels:  jekyll
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (+426.09%)
Mutual labels:  jekyll
jekyll-typogrify
A Jekyll plugin that improves the typography of your Liquid templates.
Stars: ✭ 26 (-43.48%)
Mutual labels:  jekyll
Noflo Jekyll
Flow-based reimplementation of the Jekyll static site generator
Stars: ✭ 219 (+376.09%)
Mutual labels:  jekyll
notoma
Use Notion as your blogging editor, with any static gen blog engine. Notoma converts Notion pages to Markdown files.
Stars: ✭ 40 (-13.04%)
Mutual labels:  jekyll
Polyglot
🔤 Multilingual and i18n support tool for Jekyll Blogs
Stars: ✭ 242 (+426.09%)
Mutual labels:  jekyll
cops-website
COPS Official Website
Stars: ✭ 27 (-41.3%)
Mutual labels:  jekyll
Tutorials
🗒 codebar's tutorials
Stars: ✭ 231 (+402.17%)
Mutual labels:  jekyll
Poole
The Jekyll Butler. A no frills responsive Jekyll blog theme.
Stars: ✭ 2,666 (+5695.65%)
Mutual labels:  jekyll
help
The help website/knowledgebase (bitwarden.com/help).
Stars: ✭ 121 (+163.04%)
Mutual labels:  jekyll
Nef
💊 steroids for Xcode Playgrounds
Stars: ✭ 226 (+391.3%)
Mutual labels:  jekyll
efcl.github.io
Web Scratchブログのリポジトリ
Stars: ✭ 95 (+106.52%)
Mutual labels:  jekyll
Hcz Jekyll Blog
A simple material theme for blogger
Stars: ✭ 220 (+378.26%)
Mutual labels:  jekyll
Just The Docs
A modern, high customizable, responsive Jekyll theme for documention with built-in search.
Stars: ✭ 3,747 (+8045.65%)
Mutual labels:  jekyll
marat
📜 Jekyll theme inspired by L'Ami du peuple
Stars: ✭ 46 (+0%)
Mutual labels:  jekyll
voyager
Just another jekyll theme.
Stars: ✭ 41 (-10.87%)
Mutual labels:  jekyll
arkadianriver.com
Using the Spectral theme from HTML5UP and jekyll, this is the source for https://arkadianriver.com. Clean demo and documentation at https://arkadianriver.github.io/arkadianriver.com
Stars: ✭ 115 (+150%)
Mutual labels:  jekyll
title publish
Telerik UI for WPF/Silverlight Documentation Repo
false

Telerik UI for WPF/Silverlight Public Documentation

Welcome to the GitHub repo for Telerik UI for WPF and Telerik UI for Silverlight documentation. This repository contains the source content — written in Markdown — that we use to power the Telerik UI for WPF Documentation at docs.telerik.com/devtools/wpf and Telerik UI for Silverlight Documentation at docs.telerik.com/devtools/silverlight. If you've arrived here wanting to search and peruse our docs, you'd be better served heading over to docs.telerik.com/devtools/wpf / docs.telerik.com/devtools/silverlight 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 WPF/Silverlight docs better sounds interesting to you, read on.

Contributing

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

  • Create an issue - If you find an issue with our docs that needs to be addressed, the best way to let us know about it is by creating an issue in this repository. When creating an issue, provide a descriptive title, be as specific as possible and link to the document in question (If you can provide a link to the closest anchor to the issue, all the better). Here's an example:

      Title: api/DataViz/chart.md is missing an image
      Description : Example 3 is missing an image right after the code sample. https://github.com/telerik/xaml-docs/issues?state=open
    

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.

  • Send us a pull request - Creating an issue is great — and we certainly appreciate them — but what we really love are pull requests. So, if you find an issue in the docs, or even feel like creating new content, we'd be happy to have your contributions! If you're just getting started with open source, Git and GitHub, we suggest you first read up on forking repositories and sending pull requests, both great articles from the GitHub bootcamp.

    Once you've read these — or you've already memorized them — you're ready to contribute to the Telerik UI for WPF/Silverlight docs. Start by creating a local clone of our repo either using GitHub for Windows, GitHub for Mac or your friendly command-line:

      git clone [email protected]:telerik/xaml-docs.git
    

    Then, open up the xaml-docs folder in your favorite text editor and contribute away! Of course, as you work with the docs, we do ask that you follow a couple of ground rules:

    • Fixing grammar, punctuation and other general errors is always appreciated. So are changes that expand on key ideas or correct errors in logic phrasing or otherwise. If your ambitions are greater, however, and you want to add completely new content to the site — like a new tutorial on using WPF/Silverlight UI with an Atari 2600, for instance — we suggest you contact a member of the team first (or enter an issue!) to vet your idea.

    • Each document in this repo contains a section of YAML Front Matter at the very top. This content, which looks like the text below, is used by our auto-import tool when content is processed for the live documentation site. Please don't edit the content in this section of a document.


      title: Introduction

      page_title: Introduction

      description: Introduction

      slug: introduction

      tags: introduction

      published: True

      position: 1


    • When adding content or making changes, please use only standard Markdown syntax, and make to preview your additions or changes before sending us a pull request. You can use an online tool like Dillinger.io or Marked on OSX to view what your changes will look like when ported to HTML.

    • The documentation Wiki contains the latest authoring guidelines.

    Once you've made your changes, commit, pull, merge, push and send us a pull request! We — and XAML users everywhere — thank you for making our docs the best front-end library documentation on the web!

Running locally

You can generate a static web site from the Telerik UI for WPF/Silverlight the documentation and browse it locally.

Detailed instructions on how to achieve this can be found in the docs-seed repository.

License

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

MIT License

Copyright (c) 2008-2020 Progress Software Corporation and/or one of its subsidiaries or affiliates.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].