Skip to content

Commit

Permalink
Merge pull request #36 from aws-samples/website
Browse files Browse the repository at this point in the history
Website. Bug fixes and addition of gtag manager
  • Loading branch information
frbrkoala authored Jan 19, 2024
2 parents 7122585 + d6e5f2e commit 5aea314
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
6 changes: 6 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ const config = {
anonymizeIP: true,
},
],
[
'@docusaurus/plugin-google-tag-manager',
{
containerId: 'GTM-WQ97QTTR',
},
],
],

themeConfig:
Expand Down
1 change: 1 addition & 0 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dependencies": {
"@docusaurus/core": "^3.1.0",
"@docusaurus/plugin-google-gtag": "^3.1.0",
"@docusaurus/plugin-google-tag-manager": "^3.1.0",
"@docusaurus/preset-classic": "^3.1.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
Expand Down
14 changes: 7 additions & 7 deletions website/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ const FeatureList = [
title: 'Open Source',
Icon: "⚀",
description: (
<>
Deployment code is fully open source and available on GitHub. You can see what you are going to deploy before deploying it.
</>
<span>
Deployment code is fully open source and available on GitHub. You can see what you are going to deploy before deploying it.
</span>
),
},
{
title: 'Scalable',
Icon: "⚁",
description: (
<div>
<span>
Best Practice Blockchain Nodes Deployment Templates and Examples to run across Regions.
</div>
</span>
),
},
{
title: 'Highly Available',
Icon: "⚂",
description: (
<div>
<span>
Multi-Node Highly Available deployment options to run across Availability Zones.
</div>
</span>
),
},
];
Expand Down

0 comments on commit 5aea314

Please sign in to comment.