From a01641432c01b3fb59a50c85fe4f5bab5c8e9425 Mon Sep 17 00:00:00 2001 From: commit111 Date: Fri, 18 Oct 2024 14:21:15 -0700 Subject: [PATCH 1/2] better titles (matches directory name, alphabetical in website listing) --- samples/feathersjs/README.md | 2 +- samples/hasura/README.md | 2 +- samples/langchain/README.md | 4 ++-- samples/nodejs-react-postgres/README.md | 6 +++--- samples/python-minimal/README.md | 4 ++-- samples/sailsjs-postgres/README.md | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/samples/feathersjs/README.md b/samples/feathersjs/README.md index d32502a2..6d09d726 100644 --- a/samples/feathersjs/README.md +++ b/samples/feathersjs/README.md @@ -1,4 +1,4 @@ -# FeathersJS Application with Defang +# Feathers.js This sample project demonstrates how to deploy a FeathersJS application on to AWS using Defang. We also demonstrate how to run the application in both development and production environments using Docker Compose. diff --git a/samples/hasura/README.md b/samples/hasura/README.md index 8caf74d5..e161cd2e 100644 --- a/samples/hasura/README.md +++ b/samples/hasura/README.md @@ -1,4 +1,4 @@ -# Hasura & Postgres +# Hasura & PostgreSQL [![1-click-deploy](https://defang.io/deploy-with-defang.png)](https://portal.defang.dev/redirect?url=https%3A%2F%2Fgithub.com%2Fnew%3Ftemplate_name%3Dsample-hasura-template%26template_owner%3DDefangSamples) diff --git a/samples/langchain/README.md b/samples/langchain/README.md index eaa214b3..71fed228 100644 --- a/samples/langchain/README.md +++ b/samples/langchain/README.md @@ -1,4 +1,4 @@ -# Langchain & flask +# Langchain & Flask [![1-click-deploy](https://defang.io/deploy-with-defang.png)](https://portal.defang.dev/redirect?url=https%3A%2F%2Fgithub.com%2Fnew%3Ftemplate_name%3Dsample-langchain-template%26template_owner%3DDefangSamples) @@ -29,7 +29,7 @@ This will start a Docker container with the flask app which will display the res --- -Title: Flask & LangChain +Title: LangChain & Flask Short Description: A sample project demonstrating how to deploy LangChain with Flask on Defang. diff --git a/samples/nodejs-react-postgres/README.md b/samples/nodejs-react-postgres/README.md index 6fab9335..59c4b29a 100644 --- a/samples/nodejs-react-postgres/README.md +++ b/samples/nodejs-react-postgres/README.md @@ -1,4 +1,4 @@ -# React & Node.js & PostgreSQL +# Node.js & React & PostgreSQL [![1-click-deploy](https://defang.io/deploy-with-defang.png)](https://portal.defang.dev/redirect?url=https%3A%2F%2Fgithub.com%2Fnew%3Ftemplate_name%3Dsample-nodejs-react-postgres-template%26template_owner%3DDefangSamples)` @@ -32,10 +32,10 @@ Or run without using Docker by doing the following: --- -Title: React & Node.js & PostgreSQL +Title: Node.js & React & PostgreSQL Short Description: A full-stack to-do list application. -Tags: React, Node.js, Full-stack, PostgreSQL, JavaScript, SQL +Tags: Node.js, React, Full-stack, PostgreSQL, JavaScript, SQL Languages: nodejs diff --git a/samples/python-minimal/README.md b/samples/python-minimal/README.md index 6c0de942..cbf7f340 100644 --- a/samples/python-minimal/README.md +++ b/samples/python-minimal/README.md @@ -1,4 +1,4 @@ -# Flask Request Inspector API +# Python & Flask & HTTP [![1-click-deploy](https://defang.io/deploy-with-defang.png)](https://portal.defang.dev/redirect?url=https%3A%2F%2Fgithub.com%2Fnew%3Ftemplate_name%3Dsample-python-minimal-template%26template_owner%3DDefangSamples) @@ -27,7 +27,7 @@ This Flask application is designed to inspect and return detailed information ab --- -Title: Flask +Title: Python & Flask & HTTP Short Description: A Flask application that inspects and returns detailed information about HTTP requests. diff --git a/samples/sailsjs-postgres/README.md b/samples/sailsjs-postgres/README.md index 76609283..5498e3ff 100644 --- a/samples/sailsjs-postgres/README.md +++ b/samples/sailsjs-postgres/README.md @@ -1,4 +1,4 @@ -# Sailsjs & Postgres +# Sails.js & PostgreSQL [![1-click-deploy](https://defang.io/deploy-with-defang.png)](https://portal.defang.dev/redirect?url=https%3A%2F%2Fgithub.com%2Fnew%3Ftemplate_name%3Dsample-sailsjs-postgres-template%26template_owner%3DDefangSamples) From b6e62d7fd532533871a7f48efc78dad9ea601057 Mon Sep 17 00:00:00 2001 From: commit111 Date: Fri, 18 Oct 2024 14:34:43 -0700 Subject: [PATCH 2/2] edited c sharp sample to be more clear --- samples/csharp-dotnet/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/csharp-dotnet/README.md b/samples/csharp-dotnet/README.md index 865fd089..728d938c 100644 --- a/samples/csharp-dotnet/README.md +++ b/samples/csharp-dotnet/README.md @@ -1,8 +1,8 @@ -# ASP.NET Core & JavaScript Task Manager +# C# & ASP.NET Core [![1-click-deploy](https://defang.io/deploy-with-defang.png)](https://portal.defang.dev/redirect?url=https%3A%2F%2Fgithub.com%2Fnew%3Ftemplate_name%3Dsample-csharp-dotnet-template%26template_owner%3DDefangSamples) -This project is a simple task manager application using ASP.NET Core for the backend and JavaScript for client-side component rendering. We show case how to deploy it to both defang and docker for both prod and dev environments. +This project is a simple task manager application using ASP.NET Core. We show case how to deploy it to both Defang and Docker for both prod and dev environments. ## NOTE @@ -34,10 +34,10 @@ For development, we use two local containers, one for the frontend service and o --- -Title: ASP.NET Core & JavaScript Task Manager +Title: C# & ASP.NET Core -Short Description: A task manager using ASP.NET Core for the backend and JavaScript for the frontend, containerized with Docker. +Short Description: A task manager using ASP.NET Core containerized with Docker. Tags: ASP.NET Core, JavaScript, C# -Languages: C#, JavaScript +Languages: C#