docs(kr): fix incorrect title in Next.js guide#896
Merged
illright merged 1 commit intofeature-sliced:mainfrom Jan 29, 2026
Merged
docs(kr): fix incorrect title in Next.js guide#896illright merged 1 commit intofeature-sliced:mainfrom
illright merged 1 commit intofeature-sliced:mainfrom
Conversation
- Change title from "Usage with Electron" to "Usage with Next.js" - Ensures title matches file name, URL path, and content
Gaic4o
approved these changes
Jan 29, 2026
Contributor
Gaic4o
left a comment
There was a problem hiding this comment.
Looks like I got the title wrong — thanks for catching that and submitting a PR to fix it
illright
approved these changes
Jan 29, 2026
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Solant
pushed a commit
to Solant/documentation
that referenced
this pull request
Feb 4, 2026
- Change title from "Usage with Electron" to "Usage with Next.js" - Ensures title matches file name, URL path, and content
Solant
added a commit
that referenced
this pull request
Feb 23, 2026
* chore: initial astro setup * feat: add i18n * add get-started pages * docs: migrate /get-started/tutorial page * chore: add discord link * docs: migrate /guides/examples/auth * chore: ignore .astro * docs(kr): fix title mismatch in Next.js guide (#896) - Change title from "Usage with Electron" to "Usage with Next.js" - Ensures title matches file name, URL path, and content * docs: code smells/cross-imports add (#888) * docs: code smells/cross-imports add * fix: Title typo correction * docs: reflecting feedback * docs: reflecting feedback * Update i18n/en/docusaurus-plugin-content-docs/current/guides/issues/cross-imports.mdx Co-authored-by: Solant <runner62v6@gmail.com> --------- Co-authored-by: Solant <runner62v6@gmail.com> * docs: refactor desegmentation page (#895) * docs: refactor desegmentation page * docs: remove wip class * docs: remove outdated translations * docs: migrate examples/guides/types * docs: migrate guides/examples/page-layout * docs: migrate guides/examples/api-requests * docs: migrate guides/migration articles * docs: migrate tech category * docs: migrate issues * docs: migrate reference * chore: add fsd logo * docs: change home page * chore: replace build script with astro * docs: add favicon * docs: add missing en pages * docs: add llms.txt support * docs: follow exiting docs routing * add missing root pages * fix language order and social links * add sidebar ru translations * add ru translations for get-started * migrate ru/docs/about articles * add ru/docs/reference articles * use aside consistently across the files * migrate ru guides * add ja translations * migrate the rest of ja articles * add uz translations * migrate kr about articles * add korean translations * add vi translations * add missing Aside components * fix linter * add missing component * add zh translations * add available category translations * add placeholder home pages * fix review comments * fix some text inconsistencies * fix light/dark mode images * add component to use images from /static * docs: astro.config sidebar title emoji remove * docs: astro document color theme and font apply * fix: astro custom.css format build error * add prettier config for astro * fix iframe size * use replace <img> with StaticImage * docs: color theme, font - system ui change * fix: image path issue * docs: cross-imports kr update * docs: redirect landing page to overview * fix formatting * docs: astro meta tag add * docs: astro format update * fix links * add missing image * fix nested slice images * remove excessive headings * docs: ko desegmented add --------- Co-authored-by: choisuhyeok1255 <72919631+choisuhyeok1255@users.noreply.github.com> Co-authored-by: Minsu <alstntorl@naver.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixed incorrect title in Korean documentation for the Next.js guide. The title was incorrectly set as "Usage with Electron" instead of "Usage with Next.js", which caused a mismatch between the file name, URL path, and content.
Changes
# Usage with Electronto# Usage with Next.jsini18n/kr/docusaurus-plugin-content-docs/current/guides/tech/with-nextjs.mdxWhy
The file name (
with-nextjs.mdx), URL path (/kr/docs/guides/tech/with-nextjs), and content are all related to Next.js, but the title incorrectly referenced Electron. This fix ensures consistency across all identifiers.Related
i18n/kr/docusaurus-plugin-content-docs/current/guides/tech/with-nextjs.mdx/kr/docs/guides/tech/with-nextjs