Public Documentation for Telerik UI for Blazor components.
Перейти к файлу
Dimo Dimov f04e9106bf
docs(filemanager): Document View parameter and ViewChanged event (#1924)
* docs(filemanager): Document View parameter and ViewChanged event

* Update components/filemanager/overview.md

Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>

---------

Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
2024-02-14 10:56:21 +02:00
.github update container to latest 2024-01-24 16:09:21 +02:00
_assetsApi Fix broken links (#957) 2022-05-19 20:32:00 +03:00
_contentTemplates docs(rootcomponent): Move and improve the .NET 8 render mode information (#1915) 2024-02-07 15:06:26 +02:00
_tools chore: update files from docs-seed 2023-11-21 20:37:57 +02:00
accessibility update enhanced keyboard support info (#1870) 2024-01-16 13:51:55 +02:00
common-features docs(common): Add links to new TelerikRootComponent article 2024-01-30 21:51:28 +02:00
components docs(filemanager): Document View parameter and ViewChanged event (#1924) 2024-02-14 10:56:21 +02:00
deployment Edit Getting Started Section (#1133) 2022-10-10 17:27:57 +03:00
getting-started docs(rootcomponent): Move and improve the .NET 8 render mode information (#1915) 2024-02-07 15:06:26 +02:00
globalization docs(common): Add links to new TelerikRootComponent article 2024-01-30 21:51:28 +02:00
images docs(common):rename image (#1085) 2022-07-29 11:45:27 +03:00
installation docs(common): Update NuGet installation and troubleshooting (#1918) 2024-02-08 10:40:32 +02:00
integrations docs(testing): fix broken images and remove unused ones 2023-10-13 12:19:33 +03:00
knowledge-base docs(fileselect): Add KB for Autofac compatibility issue (#1919) 2024-02-08 10:41:58 +02:00
src-a11y chore: bump @progress/wct-a11y-spec from 2.10.2 to 2.10.3 in /src-a11y (#1914) 2024-02-06 19:50:47 +02:00
styling-and-themes docs(themes): disable REPL (#1849) 2024-01-10 18:39:36 +02:00
testing docs(testing): fix broken images and remove unused ones 2023-10-13 12:19:33 +03:00
troubleshooting docs(common): Update NuGet installation and troubleshooting (#1918) 2024-02-08 10:40:32 +02:00
upgrade docs(common): update intro docs to mention trial watermark and banner (#1838) 2024-01-25 17:55:51 +02:00
.gitignore chore: update files from docs-seed 2023-11-21 20:37:57 +02:00
.spelling docs(common): initial commit 2019-04-10 12:06:31 +03:00
40x.html Fixed some URLs 2020-06-01 12:45:01 +03:00
CODEOWNERS chore(codeowners): use correct handle for docs admins (#1769) 2023-11-22 16:28:12 +02:00
LICENSE docs(common): initial commit 2019-04-10 12:06:31 +03:00
README.md docs: Add component name to all API links (#1570) 2023-08-04 18:05:03 +03:00
_config.yml docs(common): Bump product version before patch release (#1925) 2024-02-14 10:55:15 +02:00
_nginx.yml docs(common): initial commit 2019-04-10 12:06:31 +03:00
_pdf.yml chore: skip cta panels for PDF documentation 2020-11-25 13:49:30 +02:00
_staging.yml chore: exclude src-a11y 2022-09-14 14:55:07 +03:00
_staging_iis.yml chore: exclude src-a11y 2022-09-14 14:55:07 +03:00
_test_iis.yml chore: exclude src-a11y 2022-09-14 14:55:07 +03:00
_test_iis_azure.yml chore: add azure test config 2023-08-08 12:02:33 +03:00
_test_iis_azure_prod.yml chore: added a config for prod azure 2023-08-09 11:46:35 +03:00
all-pages.md chore(all-pages): fix Jekyll warning 2020-03-13 14:00:18 +02:00
api_sort.rb docs(common): initial commit 2019-04-10 12:06:31 +03:00
hybrid-blazor-apps.md docs(common): remove last bullet from the hybrid specifics section 2023-06-08 15:19:43 +03:00
introduction.md docs(common): Improve .NET 8 documentation (#1894) 2024-01-30 19:40:49 +02:00
package.json docs(common): initial commit 2019-04-10 12:06:31 +03:00
redirects.conf add IIS flow 2020-06-12 10:19:43 +03:00
switch-ruby.cmd docs(common): initial commit 2019-04-10 12:06:31 +03:00
system-requirements.md [5.0]docs(common): document support fot net 8 and drop net 3.x and 5 support (#1745) 2023-11-14 16:39:09 +02:00
web.config docs(common): Remove .html from API pages that end with .resources (#1306) 2023-02-03 16:50:40 +02:00

README.md

Telerik® UI for Blazor Components Documentation

Welcome to the GitHub repo for the Telerik UI for Blazor components documentation. This repository contains the source content — written in Markdown — that we use to power Telerik® UI for Blazor Documentation at https://docs.telerik.com/blazor-ui/introduction.

Telerik UI for Blazor Documentation

If you've arrived here wanting to search and peruse our docs, you'd be better served heading over to the officially published UI for Blazor components documentation where our content is prettified and searchable.

Contribution

Pull Requests are welcome! If you see mistakes or missing info, fix it in a Pull Request (you may need to fork the repo for something larger than a typo you can fix online), or open an Issue. This will help everyone have better documentation.

Offline PDF Version

You can download a PDF with this documentation from your telerik.com account. Go to the Downloads section, navigate to UI for Blazor, choose the version you want from the dropdown, and get the PDF file under the Documentation section.

Running Locally

You can generate a static web site from the Telerik® UI for Blazor documentation and browse it locally.

  1. Clone the repository git clone git@github.com:telerik/blazor-docs.git
  2. Go to the https://github.com/telerik/docs-seed repo and follow the instructions from its own readme file

If you want to keep the local documentation alive after closing the prompt, you can add the _site folder that was generated to a server of your choice. Make sure that it is under a path like serverName/blazor-ui. You can find sample instructions in the following page, and they are applicable for IIS, even though they are written for the UI for ASP.NET AJAX docs where we have two nests folders instead of one: https://github.com/telerik/ajax-docs/wiki/Deploying-Documentation-on-IIS.

License

The Telerik® UI for Blazor 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 Blazor. For information about available licenses for the Telerik® UI for Blazor click here.

If you don't have a license, start a free trial and then follow the first steps articles for:

MIT License

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