Skip to content

Commit 5496cc5

Browse files
robertoaloifacebook-github-bot
authored andcommitted
Fix sidebar positions for L entries
Summary: Fix numeric indexes for the `L` pages in the error index, which were incorrect (yes, we need to automate this) Reviewed By: alanz Differential Revision: D64033041 fbshipit-source-id: c5c896aaeda84b7deb6d7796aefaedd4da8f4e44
1 parent db4f837 commit 5496cc5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website/docs/erlang-error-index/l/L0003.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 1
2+
sidebar_position: 3
33
---
44

55
# L0003 - Unknown Application

website/docs/erlang-error-index/l/L1201.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 1
2+
sidebar_position: 201
33
---
44

55
# L1201 - Undefined Module

website/docs/erlang-error-index/l/L1227.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 27
2+
sidebar_position: 227
33
---
44

55
# L1227 - Undefined Function

website/docs/erlang-error-index/l/L1309.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 39
2+
sidebar_position: 309
33
---
44

55
# L1309 - Missing function specification

0 commit comments

Comments
 (0)