From 158591a2776204243b9718fc2f629f8389e711fd Mon Sep 17 00:00:00 2001 From: Maxim Ryabykh Date: Thu, 9 May 2024 15:30:36 +0300 Subject: [PATCH] fix: invalid link to go to next page for subsections in contracts guides --- docs/contracts/v2/guides/batch-create-streams/_category_.json | 3 --- docs/contracts/v2/guides/create-stream/_category_.json | 3 --- 2 files changed, 6 deletions(-) diff --git a/docs/contracts/v2/guides/batch-create-streams/_category_.json b/docs/contracts/v2/guides/batch-create-streams/_category_.json index 06815fa5..257c28e7 100644 --- a/docs/contracts/v2/guides/batch-create-streams/_category_.json +++ b/docs/contracts/v2/guides/batch-create-streams/_category_.json @@ -1,8 +1,5 @@ { "collapsed": true, "label": "Batch Create Streams", - "link": { - "id": "batch-create-streams" - }, "position": 3 } diff --git a/docs/contracts/v2/guides/create-stream/_category_.json b/docs/contracts/v2/guides/create-stream/_category_.json index 4ab14be7..0599bf4d 100644 --- a/docs/contracts/v2/guides/create-stream/_category_.json +++ b/docs/contracts/v2/guides/create-stream/_category_.json @@ -1,8 +1,5 @@ { "collapsed": true, "label": "Create a Stream", - "link": { - "id": "create-stream" - }, "position": 2 }