Skip to content

Commit 26cdb2f

Browse files
jsilvelasxd
authored andcommitted
chore: amend ordering
Signed-off-by: Jaime Silvela <jaime.silvela@enterprisedb.com>
1 parent c07e06d commit 26cdb2f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

content/end_users/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ should have a `weight` in the Hugo preamble, like so:
1515
title: Shinkansen
1616
image: logo/shinkansen.png
1717
homepage: https://shinkansen.finance/
18-
weight: 44
18+
weight: 11
1919
---
2020
```
2121

@@ -28,4 +28,5 @@ To ensure the weights of end-users don't need modification as more and more are
2828
added, we should use as `weight` of an end user, the line it appears in, in the
2929
ADOPTERS file.
3030

31-
E.g. Shinkansen is in line 44, whereas EDB is in line 34.
31+
E.g. Shinkansen is in line 44, whereas EDB is in line 34. We subtract 33 so we
32+
begin at 1. So, for EDB `weight: 1`, and for Shinkansen, `weight: 11`.

content/end_users/biganimal.md

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

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

content/end_users/shinkansen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Shinkansen
33
image: logo/shinkansen.png
44
homepage: https://shinkansen.finance/
5-
weight: 44
5+
weight: 11
66
---
77

88
Shinkansen moves your money at the speed of the internet

0 commit comments

Comments
 (0)