Skip to content

Commit e40a2ab

Browse files
committed
Update template files
1 parent 8d9b00b commit e40a2ab

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

azure-webapp-claims/_template.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "azure-web-app-claims",
3+
"title": "A basic app using ms-client-principal to secure your app",
4+
"description": "A simple Shiny app to get you started quickly with Azure Web Apps."
5+
}

basic-app/_template.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"id": "basic-app",
3-
"title": "A Basic app",
3+
"title": "A basic app",
44
"description": "A simple Shiny app to get you started quickly."
5-
}
6-
5+
}

fastapi-routes/_template.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"id": "fastapi-routes",
3-
"title": "A Basic app using fastapi routes",
3+
"title": "A basic app mixing Shiny and FastAPI routes",
44
"description": "A simple Shiny app to get you started with routes."
5-
}
6-
5+
}

simple-wheather-app/_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"id": "simple-wheather-app",
3-
"title": "A Basic Wheather app",
3+
"title": "A basic app using plotly",
44
"description": "A simple Shiny app to get you started quickly."
55
}

starlette-oauth/_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"id": "starlette-oauth",
3-
"title": "A Basic app using OAuth to secure routes",
3+
"title": "A basic app using OAuth to secure routes",
44
"description": "A simple Starlette and Shiny app to get you started with OAuth quickly."
55
}

0 commit comments

Comments
 (0)