Skip to content

Commit

Permalink
Merge pull request #106 from microsoft/CombineRepositories
Browse files Browse the repository at this point in the history
Repository Combining: Add documentation updates
  • Loading branch information
ch-rob authored Feb 16, 2023
2 parents ebcfc77 + 21a1e38 commit b13a787
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 54 deletions.
57 changes: 3 additions & 54 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,58 +3,7 @@
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Admin tools for [Azure Url Shortener](https://github.com/microsoft/AzUrlShortener) using [Blazor Single Page Application (webassembly)](https://azure.microsoft.com/services/app-service/static/?WT.mc_id=dotnet-0000-frbouche).
# Depricated
This repo has been deprecated, its content was combined into [AzUrlShortener](https://github.com/microsoft/AzUrlShortener). All further updates will be done to the code base in that repository.

The project is now at version 3 and ready to be used! It is using Azure Static Web App native security and the API is an Azure Function.

![Tiny Blazor Admin home page][tinyBA_home]

Once authenticated you can manage your URLs and see some statistics. Thanks to [Syncfusion](https://www.syncfusion.com/blazor-components) for the community licences. Everyone can use Tiny Blazor Admin with that great look!

![Tiny Blazor Admin URLs manager page][inyBA_urls]

![Tiny Blazor Admin Statistics page][inyBA_stats]


# Deployment

Until an automatic deployment is created, you will need to deploy some part manually. [All the steps to deploy the TinyBlazorAdmin app into Azure are listed here](https://github.com/microsoft/TinyBlazorAdmin/wiki/Deployment). You can also run it somewhere else if you prefer, even locally.

# Contributing

If you find a bug or would like to add a feature, check out those resources:

To see the current work in progress on the [kanban board](https://github.com/users/FBoucher/projects/7)


[TinyBlazorAdmin]: medias/TinyBlazorAdmin.png
[tinyBA_home]: medias/tinyBA_home.png
[inyBA_stats]: medias/inyBA_stats.png
[inyBA_urls]: medias/inyBA_urls.png

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center"><a href="http://cloud5mins.com"><img src="https://avatars3.githubusercontent.com/u/2404846?v=4?s=100" width="100px;" alt="Frank Boucher"/><br /><sub><b>Frank Boucher</b></sub></a><br /><a href="https://github.com/microsoft/TinyBlazorAdmin/commits?author=FBoucher" title="Documentation">📖</a> <a href="https://github.com/microsoft/TinyBlazorAdmin/commits?author=FBoucher" title="Code">💻</a> <a href="#ideas-FBoucher" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center"><a href="http://www.mayoclinic.org"><img src="https://avatars3.githubusercontent.com/u/765798?v=4?s=100" width="100px;" alt="jbrule"/><br /><sub><b>jbrule</b></sub></a><br /><a href="https://github.com/microsoft/TinyBlazorAdmin/commits?author=jbrule" title="Documentation">📖</a></td>
<td align="center"><a href="https://cmatskas.com"><img src="https://avatars3.githubusercontent.com/u/4126750?v=4?s=100" width="100px;" alt="Christos Matskas"/><br /><sub><b>Christos Matskas</b></sub></a><br /><a href="#security-cmatskas" title="Security">🛡️</a> <a href="https://github.com/microsoft/TinyBlazorAdmin/issues?q=author%3Acmatskas" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/ronhowe"><img src="https://avatars1.githubusercontent.com/u/5210043?v=4?s=100" width="100px;" alt="Ron Howe"/><br /><sub><b>Ron Howe</b></sub></a><br /><a href="https://github.com/microsoft/TinyBlazorAdmin/commits?author=ronhowe" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/Mark-Phillipson"><img src="https://avatars0.githubusercontent.com/u/16239024?v=4?s=100" width="100px;" alt="Mark Phillipson"/><br /><sub><b>Mark Phillipson</b></sub></a><br /><a href="https://github.com/microsoft/TinyBlazorAdmin/commits?author=Mark-Phillipson" title="Documentation">📖</a> <a href="https://github.com/microsoft/TinyBlazorAdmin/commits?author=Mark-Phillipson" title="Code">💻</a> <a href="https://github.com/microsoft/TinyBlazorAdmin/pulls?q=is%3Apr+reviewed-by%3AMark-Phillipson" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://github.com/fatpacket"><img src="https://avatars.githubusercontent.com/u/5621063?v=4?s=100" width="100px;" alt="fatpacket"/><br /><sub><b>fatpacket</b></sub></a><br /><a href="https://github.com/microsoft/TinyBlazorAdmin/commits?author=fatpacket" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
Read the [previous README.md](https://github.com/microsoft/TinyBlazorAdmin/blob/main/oldREADME.md)
65 changes: 65 additions & 0 deletions oldREADME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# TinyBlazorAdmin
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

# Depricated
This repo has been deprecated, its content was combined into [AzUrlShortener](https://github.com/microsoft/AzUrlShortener). All further updates will be done to the code base in that repository.

Read the [previous README.md](https://github.com/microsoft/TinyBlazorAdmin/blob/main/oldREADME.md)

Admin tools for [Azure Url Shortener](https://github.com/microsoft/AzUrlShortener) using [Blazor Single Page Application (webassembly)](https://azure.microsoft.com/services/app-service/static/?WT.mc_id=dotnet-0000-frbouche).

The project is now at version 3 and ready to be used! It is using Azure Static Web App native security and the API is an Azure Function.

![Tiny Blazor Admin home page][tinyBA_home]

Once authenticated you can manage your URLs and see some statistics. Thanks to [Syncfusion](https://www.syncfusion.com/blazor-components) for the community licences. Everyone can use Tiny Blazor Admin with that great look!

![Tiny Blazor Admin URLs manager page][inyBA_urls]

![Tiny Blazor Admin Statistics page][inyBA_stats]


# Deployment

Until an automatic deployment is created, you will need to deploy some part manually. [All the steps to deploy the TinyBlazorAdmin app into Azure are listed here](https://github.com/microsoft/TinyBlazorAdmin/wiki/Deployment). You can also run it somewhere else if you prefer, even locally.

# Contributing

If you find a bug or would like to add a feature, check out those resources:

To see the current work in progress on the [kanban board](https://github.com/users/FBoucher/projects/7)


[TinyBlazorAdmin]: medias/TinyBlazorAdmin.png
[tinyBA_home]: medias/tinyBA_home.png
[inyBA_stats]: medias/inyBA_stats.png
[inyBA_urls]: medias/inyBA_urls.png

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center"><a href="http://cloud5mins.com"><img src="https://avatars3.githubusercontent.com/u/2404846?v=4?s=100" width="100px;" alt="Frank Boucher"/><br /><sub><b>Frank Boucher</b></sub></a><br /><a href="https://github.com/microsoft/TinyBlazorAdmin/commits?author=FBoucher" title="Documentation">📖</a> <a href="https://github.com/microsoft/TinyBlazorAdmin/commits?author=FBoucher" title="Code">💻</a> <a href="#ideas-FBoucher" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center"><a href="http://www.mayoclinic.org"><img src="https://avatars3.githubusercontent.com/u/765798?v=4?s=100" width="100px;" alt="jbrule"/><br /><sub><b>jbrule</b></sub></a><br /><a href="https://github.com/microsoft/TinyBlazorAdmin/commits?author=jbrule" title="Documentation">📖</a></td>
<td align="center"><a href="https://cmatskas.com"><img src="https://avatars3.githubusercontent.com/u/4126750?v=4?s=100" width="100px;" alt="Christos Matskas"/><br /><sub><b>Christos Matskas</b></sub></a><br /><a href="#security-cmatskas" title="Security">🛡️</a> <a href="https://github.com/microsoft/TinyBlazorAdmin/issues?q=author%3Acmatskas" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/ronhowe"><img src="https://avatars1.githubusercontent.com/u/5210043?v=4?s=100" width="100px;" alt="Ron Howe"/><br /><sub><b>Ron Howe</b></sub></a><br /><a href="https://github.com/microsoft/TinyBlazorAdmin/commits?author=ronhowe" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/Mark-Phillipson"><img src="https://avatars0.githubusercontent.com/u/16239024?v=4?s=100" width="100px;" alt="Mark Phillipson"/><br /><sub><b>Mark Phillipson</b></sub></a><br /><a href="https://github.com/microsoft/TinyBlazorAdmin/commits?author=Mark-Phillipson" title="Documentation">📖</a> <a href="https://github.com/microsoft/TinyBlazorAdmin/commits?author=Mark-Phillipson" title="Code">💻</a> <a href="https://github.com/microsoft/TinyBlazorAdmin/pulls?q=is%3Apr+reviewed-by%3AMark-Phillipson" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://github.com/fatpacket"><img src="https://avatars.githubusercontent.com/u/5621063?v=4?s=100" width="100px;" alt="fatpacket"/><br /><sub><b>fatpacket</b></sub></a><br /><a href="https://github.com/microsoft/TinyBlazorAdmin/commits?author=fatpacket" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit b13a787

Please sign in to comment.