Skip to content

Commit

Permalink
Move the m2m guide into the microservices authentication section
Browse files Browse the repository at this point in the history
  • Loading branch information
bcbogdan committed Oct 21, 2024
1 parent e0a5d05 commit d4ea8a6
Show file tree
Hide file tree
Showing 17 changed files with 948 additions and 339 deletions.
10 changes: 4 additions & 6 deletions v2/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,12 +400,10 @@ module.exports = {
[
"@docusaurus/plugin-content-docs",
{
id: "private-access-token-authentication",
path: "private-access-token-authentication",
routeBasePath: "docs/private-access-token-authentication",
sidebarPath: require.resolve(
"./private-access-token-authentication/sidebars.js",
),
id: "microservice_auth",
path: "microservice_auth",
routeBasePath: "docs/microservice_auth",
sidebarPath: require.resolve("./microservice_auth/sidebars.js"),
showLastUpdateTime: true,
editUrl: "https://github.com/supertokens/docs/tree/master/v2/",
remarkPlugins: remarkPlugins,
Expand Down
Loading

0 comments on commit d4ea8a6

Please sign in to comment.