Skip to content

Commit cccc118

Browse files
authored
Merge pull request #244 from DefangLabs/linda-alphabetical-order
Improved titles (matches directory name, alphabetical in website listing)
2 parents 321942c + b6e62d7 commit cccc118

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

samples/csharp-dotnet/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# ASP.NET Core & JavaScript Task Manager
1+
# C# & ASP.NET Core
22

33
[![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)
44

5-
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.
5+
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.
66

77
## NOTE
88

@@ -34,10 +34,10 @@ For development, we use two local containers, one for the frontend service and o
3434

3535
---
3636

37-
Title: ASP.NET Core & JavaScript Task Manager
37+
Title: C# & ASP.NET Core
3838

39-
Short Description: A task manager using ASP.NET Core for the backend and JavaScript for the frontend, containerized with Docker.
39+
Short Description: A task manager using ASP.NET Core containerized with Docker.
4040

4141
Tags: ASP.NET Core, JavaScript, C#
4242

43-
Languages: C#, JavaScript
43+
Languages: C#

samples/feathersjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FeathersJS Application with Defang
1+
# Feathers.js
22

33
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.
44

samples/hasura/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Hasura & Postgres
1+
# Hasura & PostgreSQL
22

33
[![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)
44

samples/langchain/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Langchain & flask
1+
# Langchain & Flask
22

33
[![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)
44

@@ -29,7 +29,7 @@ This will start a Docker container with the flask app which will display the res
2929

3030
---
3131

32-
Title: Flask & LangChain
32+
Title: LangChain & Flask
3333

3434
Short Description: A sample project demonstrating how to deploy LangChain with Flask on Defang.
3535

samples/nodejs-react-postgres/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React & Node.js & PostgreSQL
1+
# Node.js & React & PostgreSQL
22

33
[![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)`
44

@@ -32,10 +32,10 @@ Or run without using Docker by doing the following:
3232

3333
---
3434

35-
Title: React & Node.js & PostgreSQL
35+
Title: Node.js & React & PostgreSQL
3636

3737
Short Description: A full-stack to-do list application.
3838

39-
Tags: React, Node.js, Full-stack, PostgreSQL, JavaScript, SQL
39+
Tags: Node.js, React, Full-stack, PostgreSQL, JavaScript, SQL
4040

4141
Languages: nodejs

samples/python-minimal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Flask Request Inspector API
1+
# Python & Flask & HTTP
22

33
[![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)
44

@@ -27,7 +27,7 @@ This Flask application is designed to inspect and return detailed information ab
2727

2828
---
2929

30-
Title: Flask
30+
Title: Python & Flask & HTTP
3131

3232
Short Description: A Flask application that inspects and returns detailed information about HTTP requests.
3333

samples/sailsjs-postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sailsjs & Postgres
1+
# Sails.js & PostgreSQL
22

33
[![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)
44

0 commit comments

Comments
 (0)