Skip to content

Commit 5f636c8

Browse files
committed
Merge branch 'master' into integrations-updates
2 parents 3e4e2bc + 318dc59 commit 5f636c8

File tree

125 files changed

+1534
-202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+1534
-202
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
import { ApplicationsShowcase } from './applications/ApplicationsShowcase';
3+
4+
// Import data
5+
import applicationsData from '../data/developerhub/applications.json';
6+
import services from '../data/developerhub/services.json';
7+
import platforms from '../data/developerhub/platforms.json';
8+
import deployments from '../data/developerhub/deployments.json';
9+
import complexities from '../data/developerhub/complexities.json';
10+
11+
const applications = applicationsData.applications;
12+
---
13+
14+
<ApplicationsShowcase
15+
applications={applications}
16+
services={services}
17+
platforms={platforms}
18+
deployments={deployments}
19+
complexities={complexities}
20+
client:load
21+
/>

0 commit comments

Comments
 (0)