docs: add Dime.Scheduler SDK to showcase (#6001)

* Add Dime.Scheduler SDK to showcase page

* Add source URL to showcase

Co-authored-by: Josh-Cena <sidachen2003@gmail.com>
This commit is contained in:
Hendrik Bulens 2021-11-24 11:42:36 +01:00 committed by GitHub
parent 057e3f34da
commit c916d8a49a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 KiB

View file

@ -1594,7 +1594,14 @@ const Users: User[] = [
source: null, source: null,
tags: ['product', 'design'], tags: ['product', 'design'],
}, },
{
title: 'Dime.Scheduler',
description: 'Stop puzzling and start planning with Dime.Scheduler, the resource and project planning solution for the Microsoft Dynamics product suite.',
preview: require('./showcase/dimeschedulersdk.png'),
website: 'https://sdk.dimescheduler.com',
source: 'https://github.com/dime-scheduler/sdk-dotnet',
tags: ['product', 'opensource'],
},
/* /*
Pro Tip: add your site in alphabetical order. Pro Tip: add your site in alphabetical order.
Appending your site here (at the end) is more likely to produce Git conflicts. Appending your site here (at the end) is more likely to produce Git conflicts.