Skip to content

Commit be28155

Browse files
add info about Azure
1 parent a0cc38c commit be28155

File tree

3 files changed

+45
-28
lines changed

3 files changed

+45
-28
lines changed

app/components/DocsNavbarComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function DocsNavbarComponent() {
1717
priority
1818
/>
1919

20-
<div className="ml-2 select-none text-lg font-bold sm:ml-3 sm:text-xl md:ml-4 md:text-2xl">
20+
<div className="ml-2 select-none text-lg font-bold sm:ml-3 sm:text-xl md:ml-3 md:text-2xl">
2121
Postgresus
2222
</div>
2323
</Link>

app/page.tsx

Lines changed: 33 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,39 @@ export default function Index() {
674674

675675
<div className="pt-5 text-sm text-gray-600 sm:pt-5 sm:text-base">
676676
You can receive notifications about success or fail of the
677-
process. This is useful for developers or DevOps teams
677+
process. This is useful for developers or DevOps teams.{" "}
678+
<a
679+
href="/notifiers"
680+
className="font-semibold text-blue-600 hover:text-blue-700"
681+
>
682+
View all →
683+
</a>
684+
</div>
685+
</div>
686+
687+
<div className="h-[320px] max-h-[320px] w-[320px] rounded-2xl bg-white p-8 md:h-[390px] md:max-h-[390px] md:w-[390px]">
688+
<h3 className="mb-3 text-xl font-bold md:text-2xl">
689+
Many destinations to store
690+
</h3>
691+
692+
<div className="flex h-[120px] max-h-[120px] justify-center pb-5 pt-5 sm:my-0 sm:h-[200px] sm:max-h-[200px] sm:pb-0 sm:pt-10">
693+
<img
694+
className="max-h-[120px] sm:max-h-[120px]"
695+
src="/images/index/feature-google-drive.svg"
696+
alt="Many destinations to store"
697+
loading="lazy"
698+
/>
699+
</div>
700+
701+
<div className="mt-3 text-sm text-gray-600 md:mt-0 md:text-base">
702+
Files are kept on VPS, cloud storages and other places. You can
703+
choose any storage you. Files are always owned by you need.{" "}
704+
<a
705+
href="/storages"
706+
className="font-semibold text-blue-600 hover:text-blue-700"
707+
>
708+
View all →
709+
</a>
678710
</div>
679711
</div>
680712

@@ -762,26 +794,6 @@ export default function Index() {
762794
</div>
763795
</div>
764796

765-
<div className="h-[320px] max-h-[320px] w-[320px] rounded-2xl bg-white p-8 md:h-[390px] md:max-h-[390px] md:w-[390px]">
766-
<h3 className="mb-3 text-xl font-bold md:text-2xl">
767-
Many destinations to store
768-
</h3>
769-
770-
<div className="flex h-[120px] max-h-[120px] justify-center pb-5 pt-5 sm:my-0 sm:h-[200px] sm:max-h-[200px] sm:pb-0 sm:pt-10">
771-
<img
772-
className="max-h-[120px] sm:max-h-[120px]"
773-
src="/images/index/feature-google-drive.svg"
774-
alt="Many destinations to store"
775-
loading="lazy"
776-
/>
777-
</div>
778-
779-
<div className="mt-3 text-sm text-gray-600 md:mt-0 md:text-base">
780-
Files are kept on VPS, cloud storages and other places. You can
781-
choose any storage you. Files are always owned by you need
782-
</div>
783-
</div>
784-
785797
<div className="h-[320px] max-h-[320px] w-[320px] rounded-2xl bg-white p-8 md:h-[390px] md:max-h-[390px] md:w-[390px]">
786798
<div className="mb-3 flex items-center gap-2">
787799
<h3 className="text-xl font-bold md:text-2xl">

app/storages/page.tsx

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import DocTableOfContentComponent from "../components/DocTableOfContentComponent
77
export const metadata: Metadata = {
88
title: "Storages - Postgresus Documentation",
99
description:
10-
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, NAS and Dropbox.",
10+
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, Azure Blob Storage, NAS and Dropbox.",
1111
keywords: [
1212
"Postgresus storages",
1313
"backup storage",
@@ -17,19 +17,20 @@ export const metadata: Metadata = {
1717
"NAS backup",
1818
"Dropbox backup",
1919
"local storage",
20+
"Azure Blob Storage",
2021
],
2122
openGraph: {
2223
title: "Storages - Postgresus Documentation",
2324
description:
24-
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, NAS and Dropbox.",
25+
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, Azure Blob Storage, NAS and Dropbox.",
2526
type: "article",
2627
url: "https://postgresus.com/storages",
2728
},
2829
twitter: {
2930
card: "summary",
3031
title: "Storages - Postgresus Documentation",
3132
description:
32-
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, NAS and Dropbox.",
33+
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, Azure Blob Storage, NAS and Dropbox.",
3334
},
3435
alternates: {
3536
canonical: "https://postgresus.com/storages",
@@ -49,7 +50,7 @@ export default function StoragesPage() {
4950
"@type": "TechArticle",
5051
headline: "Storages - Postgresus Documentation",
5152
description:
52-
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, NAS and Dropbox.",
53+
"List of supported storage destinations for Postgresus backups including local storage, S3, Cloudflare R2, Google Drive, Azure Blob Storage, NAS and Dropbox.",
5354
author: {
5455
"@type": "Organization",
5556
name: "Postgresus",
@@ -98,7 +99,7 @@ export default function StoragesPage() {
9899
<li>
99100
<Link
100101
href="/storages/cloudflare-r2"
101-
className="font-semibold text-blue-600 hover:text-blue-800"
102+
className="font-semibold! text-blue-600 hover:text-blue-800"
102103
>
103104
Cloudflare R2
104105
</Link>{" "}
@@ -107,12 +108,16 @@ export default function StoragesPage() {
107108
<li>
108109
<Link
109110
href="/storages/google-drive"
110-
className="font-semibold text-blue-600 hover:text-blue-800"
111+
className="font-semibold! text-blue-600 hover:text-blue-800"
111112
>
112113
Google Drive
113114
</Link>{" "}
114115
- Cloud storage from Google
115116
</li>
117+
<li>
118+
<strong>Azure Blob Storage</strong> - Cloud storage from
119+
Microsoft Azure
120+
</li>
116121
<li>
117122
<strong>NAS</strong> - Network-attached storage devices
118123
</li>

0 commit comments

Comments
 (0)