Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR reorganizes the documentation structure by simplifying the getting-started guide to focus on end-user installation, moving development setup instructions to the dedicated development guide, and creating a new API reference page for Tauri commands.
- Simplified getting-started guide by removing development environment setup instructions
- Fixed broken API reference link in development guide
- Added new commands.mdx file documenting the Tauri API
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/docs/guide/getting-started.mdx | Removed development setup instructions and replaced with user-friendly installation guide pointing to GitHub releases |
| docs/docs/dev/development.mdx | Updated API reference link from /dev/api/commands to /dev/commands |
| docs/docs/dev/commands.mdx | New API reference documentation for the execute_js Tauri command with usage examples and error handling |
| docs/docs/dev/_meta.json | Updated navigation metadata to reference "commands" instead of "api" |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
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 참조 문서가:
관련 이슈
문서 네비게이션 및 메뉴 구조 개선