From 406b771509b585450d48a6b34a4c879aceb67a75 Mon Sep 17 00:00:00 2001 From: Trent Willis Date: Thu, 14 Dec 2023 09:47:50 -0500 Subject: [PATCH 1/2] fix(offset): correct order of input stack --- docs/asl/ref/offset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/asl/ref/offset.md b/docs/asl/ref/offset.md index 8a145c33..00a22c27 100644 --- a/docs/asl/ref/offset.md +++ b/docs/asl/ref/offset.md @@ -1,6 +1,6 @@ @@@ atlas-signature -TimeSeriesExpr Duration +TimeSeriesExpr --> TimeSeriesExpr @@@ From 633a8e12086e619d53cdb3f2615332eb615e6dd8 Mon Sep 17 00:00:00 2001 From: Trent Willis Date: Thu, 14 Dec 2023 09:49:08 -0500 Subject: [PATCH 2/2] fix: sorting of ends and eq in navigation --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6354af93..08e69320 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -45,8 +45,8 @@ nav: - Choosing: - and: asl/ref/and.md - contains: asl/ref/contains.md - - eq: asl/ref/eq.md - ends: asl/ref/ends.md + - eq: asl/ref/eq.md - 'false': asl/ref/false.md - ge: asl/ref/ge.md - gt: asl/ref/gt.md