Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ When you need specific guidance, read these files directly:

## Key Reminders

### Git Commits

- Do NOT include `Co-Authored-By` lines in commit messages

### SDK Variable Names (CRITICAL)

- Node.js: `scalekit`
Expand Down
195 changes: 195 additions & 0 deletions public/d2/docs/authenticate/m2m/api-keys-0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/configs/redirects.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ export const redirects = {
'/m2m/api-auth-for-m2m-clients': '/guides/m2m/api-auth-m2m-clients/',
'/m2m/external-ids-and-metadata': '/guides/external-ids-and-metadata/',
'/m2m/scopes': '/guides/m2m/scopes/',
'/guides/m2m/scopes/': '/authenticate/m2m/api-auth-quickstart/',

// =============================================================================
// INTEGRATIONS REDIRECTS
Expand Down
2 changes: 1 addition & 1 deletion src/configs/sidebar.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const sidebar = [
items: [
// 'guides/m2m/overview', TODO: It uses M2M context, and older context. Hiding it until we are sure to open it up
'authenticate/m2m/api-auth-quickstart',
'guides/m2m/scopes',
'authenticate/m2m/api-keys',
// 'guides/m2m/api-auth-m2m-clients', TODO: Translate this as guides for future
],
},
Expand Down
Loading