Skip to content

Commit a7b2cf6

Browse files
committed
feat: order end users by weight (chronological) (#278)
Signed-off-by: Jaime Silvela <[email protected]> d93e1d5
1 parent ece8600 commit a7b2cf6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

end_users/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
<meta name="twitter:description" content="CNCF defines end users as follows:
2626
End users are organizations that use cloud native technologies internally and do not sell any cloud native services externally. This excludes vendors, consultancies, training partners, telcos.
2727
The full updated list of end users can be found in the CNPG ADOPTERS page. If you want to add your organization, please open a pull request for the ADOPTERS file.
28-
Below is a list of several CloudNativePG end users, in alphabetical order.">
28+
Below is a list of several CloudNativePG end users, in chronological order.">
2929

3030
<meta property="og:url" content="https://cloudnative-pg.io/end_users/">
3131
<meta property="og:site_name" content="CloudNativePG - PostgreSQL Operator for Kubernetes">
3232
<meta property="og:title" content="End Users">
3333
<meta property="og:description" content="CNCF defines end users as follows:
3434
End users are organizations that use cloud native technologies internally and do not sell any cloud native services externally. This excludes vendors, consultancies, training partners, telcos.
3535
The full updated list of end users can be found in the CNPG ADOPTERS page. If you want to add your organization, please open a pull request for the ADOPTERS file.
36-
Below is a list of several CloudNativePG end users, in alphabetical order.">
36+
Below is a list of several CloudNativePG end users, in chronological order.">
3737
<meta property="og:locale" content="en_us">
3838
<meta property="og:type" content="website">
3939
<meta property="og:image" content="https://cloudnative-pg.io/images/hero_image.png">
@@ -153,7 +153,7 @@ <h2 class="text-xl mt-6">End Users</h2>
153153
<a href="https://github.com/cloudnative-pg/cloudnative-pg/blob/main/ADOPTERS.md#cloudnativepg-adopters">CNPG ADOPTERS page</a>.
154154
If you want to add your organization, please open a pull request for the
155155
<a href="https://github.com/cloudnative-pg/cloudnative-pg/blob/main/ADOPTERS.md">ADOPTERS file</a>.</p>
156-
<p>Below is a list of several CloudNativePG end users, in alphabetical order.</p>
156+
<p>Below is a list of several CloudNativePG end users, in chronological order.</p>
157157
</p>
158158

159159

sitemap.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
33
xmlns:xhtml="http://www.w3.org/1999/xhtml">
44
<url>
5+
<loc>https://cloudnative-pg.io/end_users/biganimal/</loc>
6+
</url><url>
7+
<loc>https://cloudnative-pg.io/end_users/shinkansen/</loc>
8+
</url><url>
59
<loc>https://cloudnative-pg.io/</loc>
610
<lastmod>2025-03-28T11:03:23+01:00</lastmod>
711
</url><url>
@@ -220,8 +224,6 @@
220224
<loc>https://cloudnative-pg.io/cards/automated/</loc>
221225
</url><url>
222226
<loc>https://cloudnative-pg.io/support/b1-systems/</loc>
223-
</url><url>
224-
<loc>https://cloudnative-pg.io/end_users/biganimal/</loc>
225227
</url><url>
226228
<loc>https://cloudnative-pg.io/cards/</loc>
227229
</url><url>
@@ -266,8 +268,6 @@
266268
<loc>https://cloudnative-pg.io/hero/</loc>
267269
</url><url>
268270
<loc>https://cloudnative-pg.io/info/security/</loc>
269-
</url><url>
270-
<loc>https://cloudnative-pg.io/end_users/shinkansen/</loc>
271271
</url><url>
272272
<loc>https://cloudnative-pg.io/styleguide/</loc>
273273
</url>

0 commit comments

Comments
 (0)