Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(template): docusaurus template in aca using msi #167

Merged
merged 13 commits into from
Aug 7, 2023
Merged
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 15 additions & 5 deletions website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import {sortBy} from '../utils/jsUtils';
import {TagType, User, Tags} from './tags';

// *** ADDING DATA TO AZD GALLERY ****/
// Currently using Custom Issues on Repo
// *** ADDING DATA TO AZD GALLERY ****/https://github.com/Azure/awesome-azd/pull/167/conflict?name=website%252Fsrc%252Fdata%252Fusers.tsx&ancestor_oid=e08f0fdded72098ef01c2ec479cc63fb8cef8f13&base_oid=bbaa1899095b259965d13975cce608593f8e00b2&head_oid=325dee89e6daffe9e86100deb2fa91d5637e8a9d
jsburckhardt marked this conversation as resolved.
Show resolved Hide resolved
// Currently using Custom Issues on Repo
// TODO: Define acceptable process for PR-based contributions

// *************** CARD DATA STARTS HERE ***********************
Expand All @@ -30,7 +30,7 @@ const Users: User[] = [
author: 'Konstantinos Pantos',
source: 'https://github.com/Azure-Samples/apptemplate-wordpress-on-ACA',
tags: ['featured','php','javascript','aca','agw','rediscache','monitor','keyvault', 'bicep'],
},
},
{
title: 'React Web App with C# API and MongoDB',
description:
Expand Down Expand Up @@ -199,7 +199,7 @@ const Users: User[] = [
author:'Azure Content Team',
source: 'https://github.com/Azure-Samples/openai-plugin-fastapi',
tags: ['featured', 'bicep','python','aca','cosmosdb','monitor', 'fastapi', 'ai'],
},
},
{
title: 'ChatGPT + Enterprise Data with Azure OpenAI and Cognitive Search',
description: 'A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.',
Expand Down Expand Up @@ -239,7 +239,7 @@ const Users: User[] = [
source: 'https://github.com/Azure-Samples/contoso-real-estate',
tags: ['bicep', 'javascript', 'swa', 'aca', 'keyvault', 'blobstorage', 'azuredb-postgreSQL', 'cosmosdb', 'apim', 'enterprisepatterns']
},


//------- ALL OTHER AZURE-SAMPLES HERE - how many do we want to feature?

Expand Down Expand Up @@ -594,6 +594,16 @@ const Users: User[] = [
source: 'https://github.com/Gordonby/servicebus-dotnet-functionapp',
tags: ['dotnetCsharp', 'functions', 'bicep', 'servicebus']
},
{
title: 'Docusaurus with Azure Container Apps',
description:
'A blueprint to easily and quickly create and deploy your product documentation in Docusaurus using Azure Container Apps.',
preview: require('./images/docusaurus-aca-template.png'),
website: 'https://github.com/jsburckhardt',
author: 'Juan Burckhardt',
source: 'https://github.com/jsburckhardt/docusaurus-aca',
tags: ['javascript', 'aca', 'bicep']
},
];
// *************** CARD DATA ENDS HERE *******************

Expand Down
Loading