Skip to content

Commit

Permalink
doc/website: new pricing page
Browse files Browse the repository at this point in the history
  • Loading branch information
dimagreat authored Jul 8, 2024
1 parent 2f7e534 commit 7e9e0d6
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 16 deletions.
98 changes: 83 additions & 15 deletions doc/website/package-lock.json

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

2 changes: 1 addition & 1 deletion doc/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"invalidate-cdn": "aws cloudfront create-invalidation --distribution-id E3VOJYSV9YO33D --paths \"/*\""
},
"dependencies": {
"@ariga/atlas-website": "^0.0.44",
"@ariga/atlas-website": "0.0.48",
"@docusaurus/core": "^2.0.0-rc.1",
"@docusaurus/plugin-client-redirects": "^2.4.1",
"@docusaurus/plugin-ideal-image": "^2.4.1",
Expand Down
16 changes: 16 additions & 0 deletions doc/website/src/pages/pricing.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import React from "react";
import LayoutProvider from "@theme/Layout/Provider";
import AnnouncementBar from "@theme/AnnouncementBar";
import { AtlasGoPricing } from "@ariga/atlas-website";
import FOOTER from "../constants/footer";

import "@ariga/atlas-website/style.css";

export default function () {
return (
<LayoutProvider>
<AnnouncementBar />
<AtlasGoPricing footer={FOOTER} />
</LayoutProvider>
);
}

0 comments on commit 7e9e0d6

Please sign in to comment.