Skip to content

Commit

Permalink
Moves templates JSON out to external file (#175)
Browse files Browse the repository at this point in the history
Moves templates to external templates.json file that can be linked to from other external systems like azd

- Moves list of templates from inline within users.tsx to /static/templates.json
- Moves template images to /static/templates/images

Will allow templates json to be available @ https://aka.ms/awesome-azd/templates.json to be used within azd new template sources.

Related to Azure/azure-dev#2573
  • Loading branch information
wbreza committed Aug 1, 2023
1 parent ed06db6 commit 2b8507f
Show file tree
Hide file tree
Showing 55 changed files with 1,045 additions and 601 deletions.
605 changes: 4 additions & 601 deletions website/src/data/users.tsx

Large diffs are not rendered by default.

1,032 changes: 1,032 additions & 0 deletions website/static/templates.json

Large diffs are not rendered by default.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
9 changes: 9 additions & 0 deletions website/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"resolveJsonModule": true,
"esModuleInterop": true
}
}

0 comments on commit 2b8507f

Please sign in to comment.