Skip to content

docs(kr): fix incorrect title in Next.js guide#896

Merged
illright merged 1 commit intofeature-sliced:mainfrom
choisuhyeok1255:fix/kr-nextjs-title
Jan 29, 2026
Merged

docs(kr): fix incorrect title in Next.js guide#896
illright merged 1 commit intofeature-sliced:mainfrom
choisuhyeok1255:fix/kr-nextjs-title

Conversation

@choisuhyeok1255
Copy link
Contributor

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

  • Changed title from # Usage with Electron to # Usage with Next.js in i18n/kr/docusaurus-plugin-content-docs/current/guides/tech/with-nextjs.mdx

Why

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

  • File: i18n/kr/docusaurus-plugin-content-docs/current/guides/tech/with-nextjs.mdx
  • URL: /kr/docs/guides/tech/with-nextjs

- Change title from "Usage with Electron" to "Usage with Next.js"
- Ensures title matches file name, URL path, and content
Copy link
Contributor

@Gaic4o Gaic4o left a comment

Choose a reason for hiding this comment

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

Looks like I got the title wrong — thanks for catching that and submitting a PR to fix it ☺️

@github-actions
Copy link

github-actions bot commented Jan 29, 2026

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
pr-fsd ✅ Ready (View Log) Visit Preview da83ecf

@illright illright merged commit 169feed into feature-sliced:main Jan 29, 2026
3 checks passed
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>
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