From 0881865ccbda2f47e759e57a576b2d457eb460ba Mon Sep 17 00:00:00 2001 From: Derek Date: Thu, 2 Jan 2025 21:05:31 +0800 Subject: [PATCH] chore(siwx): add authentication name to SIWX --- docs/appkit/features/siwx/default.mdx | 4 ++-- sidebars.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/appkit/features/siwx/default.mdx b/docs/appkit/features/siwx/default.mdx index 90f257ad..1d440074 100644 --- a/docs/appkit/features/siwx/default.mdx +++ b/docs/appkit/features/siwx/default.mdx @@ -1,7 +1,7 @@ --- -title: SIWX +title: Authentication (SIWX) --- import SiwxIndex from '../../shared/siwx/index.mdx' - \ No newline at end of file + diff --git a/sidebars.js b/sidebars.js index 2bd55cd6..209924bf 100644 --- a/sidebars.js +++ b/sidebars.js @@ -248,7 +248,7 @@ module.exports = { }, { type: 'doc', - label: 'SIWX', + label: 'Authentication (SIWX)', id: 'appkit/features/siwx/default' }, { type: 'doc', label: 'Sponsored Transactions', id:'appkit/features/sponsored-transactions'}