Skip to content

Conversation

@miyaichi
Copy link
Collaborator

@miyaichi miyaichi commented Dec 2, 2025

#871 and #953 to #952 (excluding #938 , #947 , #951) have been reflected in the Japanese documentation.

import TabItem from '@theme/TabItem';
import Link from '@docusaurus/Link';
import SnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';
import SnptSnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@miyaichi we should keep the naming consistent across the boards. This fix in all instances:

import SnptSnpt > import Snpt

I know it doesn't matter as long as the name on the import statement matches where it's referenced, but still, I'd prefer it be consistent across the boards.

FYI we did this just so that it would be easier to find and identify where snippets are imported and referenced.

For example, a decrypted response to the [POST /token/generate](../endpoints/post-token-generate.md) request for an email address might look like this:

<SnptIdentityGenerateResponse />
<SnptSnptIdentityGenerateResponse />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as previous comment


import Link from '@docusaurus/Link';
import SnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';
import SnptSnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment, all instances.

Copy link
Collaborator

@genwhittTTD genwhittTTD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good except a few snippet names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants