From 0886f0ee5d9701455fc7b496bdf01fb9c2ba00fe Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Thu, 5 Oct 2023 10:35:37 -0400 Subject: [PATCH] category for doc site --- docs/guides/self-hosting/oauth/_category_.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/guides/self-hosting/oauth/_category_.json diff --git a/docs/guides/self-hosting/oauth/_category_.json b/docs/guides/self-hosting/oauth/_category_.json new file mode 100644 index 00000000..10219e16 --- /dev/null +++ b/docs/guides/self-hosting/oauth/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "OAuth", + "position": 70, + "link": { + "type": "generated-index" + } +}