From 269f06e638376f6b0b3605e7114c138ce581b90e Mon Sep 17 00:00:00 2001 From: diemade Date: Thu, 2 May 2024 21:38:09 +0200 Subject: [PATCH] with auto-generation, keep itens sorted the same way as in the actual app --- docs/Functionality/Conversions/_category_.json | 3 +++ docs/Functionality/Other/_category_.json | 3 +++ docs/Functionality/Page operations/_category_.json | 3 +++ docs/Functionality/Security/_category_.json | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 docs/Functionality/Conversions/_category_.json create mode 100644 docs/Functionality/Other/_category_.json create mode 100644 docs/Functionality/Page operations/_category_.json create mode 100644 docs/Functionality/Security/_category_.json diff --git a/docs/Functionality/Conversions/_category_.json b/docs/Functionality/Conversions/_category_.json new file mode 100644 index 0000000..d3f8e62 --- /dev/null +++ b/docs/Functionality/Conversions/_category_.json @@ -0,0 +1,3 @@ +{ + "position": 2, +} diff --git a/docs/Functionality/Other/_category_.json b/docs/Functionality/Other/_category_.json new file mode 100644 index 0000000..fc33f71 --- /dev/null +++ b/docs/Functionality/Other/_category_.json @@ -0,0 +1,3 @@ +{ + "position": 4, +} diff --git a/docs/Functionality/Page operations/_category_.json b/docs/Functionality/Page operations/_category_.json new file mode 100644 index 0000000..3207ca4 --- /dev/null +++ b/docs/Functionality/Page operations/_category_.json @@ -0,0 +1,3 @@ +{ + "position": 1, +} diff --git a/docs/Functionality/Security/_category_.json b/docs/Functionality/Security/_category_.json new file mode 100644 index 0000000..5cddd96 --- /dev/null +++ b/docs/Functionality/Security/_category_.json @@ -0,0 +1,3 @@ +{ + "position": 3, +}