docs: API 참조 문서 메뉴 구조 수정 #18
Merged
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.
docs: API 참조 문서 메뉴 구조 수정
문제점
docs/docs/dev/api/commands.mdx파일이 중첩된 디렉토리에 있어서 RSPress 사이드바 메뉴에 제대로 표시되지 않았습니다해결 방법
API 참조 문서를
dev/디렉토리 루트로 이동하여 메뉴 구조를 단순화했습니다.변경 사항
docs/docs/dev/api/commands.mdx→docs/docs/dev/commands.mdxdocs/docs/dev/_meta.json에commands항목 추가development.mdx의 API 참조 링크를/dev/api/commands→/dev/commands로 변경변경 파일
docs/docs/dev/_meta.json: 메뉴 항목에commands추가docs/docs/dev/api/commands.mdx→docs/docs/dev/commands.mdx: 파일 이동docs/docs/dev/development.mdx: API 참조 링크 경로 수정결과
이제 API 참조 문서가:
관련 이슈
문서 네비게이션 및 메뉴 구조 개선