Skip to content

Commit 4783e0f

Browse files
committed
chore: clarifications, doc
Signed-off-by: Jaime Silvela <jaime.silvela@enterprisedb.com>
1 parent ff016cd commit 4783e0f

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

content/end_users/README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
build:
3+
list: never
4+
publishResources: false
5+
render: never
6+
---
7+
8+
# End Users section order
9+
10+
Each Markdown entry in the `end_users` directory (except this README file)
11+
should have a `weight` in the Hugo preamble, like so:
12+
13+
``` txt
14+
---
15+
title: Shinkansen
16+
image: logo/shinkansen.png
17+
homepage: https://shinkansen.finance/
18+
weight: 44
19+
---
20+
```
21+
22+
The weight should be computed so that entries are displayed in the End Users
23+
page in chronological order, the oldest entries at the top.
24+
25+
The entries in this directory are based in the CNPG [ADOPTERS.md](https://github.com/cloudnative-pg/cloudnative-pg/blob/e5ef2fdaccd2c8fbdbf319f1224a0f90bbcfed30/ADOPTERS.md)
26+
file.
27+
To ensure the weights of end-users don't need modification as more and more are
28+
added, we should use as `weight` of an end user, the line it appears in, in the
29+
ADOPTERS file.
30+
31+
E.g. Shinkansen is in line 44, whereas EDB is in line 34.

content/end_users/biganimal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: BigAnimal
33
image: logo/biganimal.svg
44
homepage: https://biganimal.com
5+
weight: 34
56
---
67

78
BigAnimal is a fully managed database-as-a-service with built-in Oracle

content/end_users/shinkansen.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Shinkansen
33
image: logo/shinkansen.png
44
homepage: https://shinkansen.finance/
5+
weight: 44
56
---
67

78
Shinkansen moves your money at the speed of the internet

0 commit comments

Comments
 (0)