-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add document #123
feat: add document #123
Conversation
|
Warning Rate Limit Exceeded@mew-ton has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 4 minutes and 57 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Walkthroughこの変更は、GitHub ActionsのワークフローのセットアップでNode.jsのバージョンを18から20に更新し、GitHub Pagesへのドキュメントのデプロイを自動化する新しいワークフローを導入します。また、 Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
CodSpeed Performance ReportMerging #123 will degrade performances by 21.95%Comparing Summary
Benchmarks breakdown
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to path filters (4)
biome.json
is excluded by:!**/*.json
docs/public/favicon.svg
is excluded by:!**/*.svg
package.json
is excluded by:!**/*.json
yarn.lock
is excluded by:!**/*.lock
Files selected for processing (14)
- .changeset/moody-donuts-cross.md (1 hunks)
- .github/actions/init-node/action.yml (1 hunks)
- .github/workflows/document.yml (1 hunks)
- docs/.astro/types.d.ts (1 hunks)
- docs/astro.config.ts (1 hunks)
- docs/src/content/config.ts (1 hunks)
- docs/src/content/docs/api/fold.md (1 hunks)
- docs/src/content/docs/api/omit.md (1 hunks)
- docs/src/content/docs/api/pick.md (1 hunks)
- docs/src/content/docs/api/twist.md (1 hunks)
- docs/src/content/docs/api/unfold.md (1 hunks)
- docs/src/content/docs/guides/start.md (1 hunks)
- docs/src/content/docs/index.mdx (1 hunks)
- docs/src/env.d.ts (1 hunks)
Additional comments: 14
.changeset/moody-donuts-cross.md (1)
- 1-5: この変更セットは
json-origami
のパッチバージョンを更新し、ドキュメントの追加に関する注記を含んでいます。変更内容は適切で、特に問題はありません。docs/src/env.d.ts (1)
- 1-2: Astroコンテンツレンダリングシステムの型を参照するためのTypeScript宣言ファイルです。この変更は、ドキュメントの構造とレンダリングをサポートするために必要です。問題はありません。
docs/src/content/config.ts (1)
- 1-7: Astroコンテンツシステムでコレクションを定義するための設定ファイルです。
docs
とi18n
の2つのコレクションが適切に定義されています。この設定は、ドキュメントと国際化データの管理に役立ちます。問題はありません。.github/workflows/document.yml (1)
- 1-36: GitHub Pagesへのドキュメントのデプロイを自動化するGitHub Actionsワークフローです。このワークフローは、任意のタグへのプッシュと手動ディスパッチによってトリガーされます。適切な権限が設定され、ビルドとデプロイのジョブが定義されています。問題はありません。
.github/actions/init-node/action.yml (1)
- 12-12: Node.jsの環境設定を行うGitHub Actionで、Node.jsのバージョンが18から20に更新されています。この変更は、プロジェクトのインフラストラクチャを最新の状態に保つために必要です。問題はありません。
docs/astro.config.ts (1)
- 1-35: Astroの設定ファイルで、サイトのURL、ベースパス、および統合の設定が含まれています。
starlight
統合を使用して、サイドバーの構成やソーシャルリンクなどの設定が行われています。この設定は、ドキュメントサイトの構造とナビゲーションを定義するために適切です。問題はありません。docs/src/content/docs/api/omit.md (1)
- 1-69:
omit
関数のドキュメントです。関数の説明、引数、オプション、および使用例が明確に記述されています。このドキュメントは、ユーザーが関数の使用方法を理解するのに役立ちます。問題はありません。docs/src/content/docs/api/pick.md (1)
- 1-71:
pick
関数のドキュメントです。関数の説明、引数、オプション、および使用例が明確に記述されています。このドキュメントは、ユーザーが関数の使用方法を理解するのに役立ちます。問題はありません。docs/src/content/docs/api/fold.md (1)
- 1-76:
fold
関数のドキュメントです。関数の説明、引数、オプション、および使用例が明確に記述されています。このドキュメントは、ユーザーが関数の使用方法を理解するのに役立ちます。問題はありません。docs/src/content/docs/index.mdx (1)
- 1-42: メインのドキュメントインデックスファイル(MDX形式)です。ライブラリの概要、特徴、および主要なコンセプトが記述されています。また、
CardGrid
とCard
コンポーネントを使用して、ライブラリの特徴を視覚的に表示しています。問題はありません。docs/src/content/docs/api/unfold.md (1)
- 1-80:
unfold
関数のドキュメントです。関数の説明、引数、オプション、および使用例が明確に記述されています。このドキュメントは、ユーザーが関数の使用方法を理解するのに役立ちます。問題はありません。docs/src/content/docs/guides/start.md (1)
- 1-102: json-origamiライブラリの開始ガイドです。インストール方法、基本的な使用方法、および
fold
とtwist
関数の使用例が含まれています。このガイドは、新しいユーザーがライブラリを迅速に開始するのに役立ちます。問題はありません。docs/src/content/docs/api/twist.md (1)
- 1-101:
twist
関数のドキュメントです。関数の説明、引数、オプション、および使用例が明確に記述されています。このドキュメントは、ユーザーが関数の使用方法を理解するのに役立ちます。問題はありません。docs/.astro/types.d.ts (1)
- 1-214: AstroコンテンツシステムのためのTypeScript宣言ファイルです。
.md
、.mdx
ファイルのレンダリング、コレクションの定義、エントリの取得方法など、AstroのコンテンツAPIを拡張するための型が定義されています。この宣言は、Astroを使用したドキュメントサイトの開発をサポートするために適切に設計されています。問題はありません。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to path filters (4)
biome.json
is excluded by:!**/*.json
docs/public/favicon.svg
is excluded by:!**/*.svg
package.json
is excluded by:!**/*.json
yarn.lock
is excluded by:!**/*.lock
Files selected for processing (14)
- .github/actions/init-node/action.yml (1 hunks)
- .github/workflows/document.yml (1 hunks)
- .github/workflows/release.yml (1 hunks)
- docs/.astro/types.d.ts (1 hunks)
- docs/astro.config.ts (1 hunks)
- docs/src/content/config.ts (1 hunks)
- docs/src/content/docs/api/fold.md (1 hunks)
- docs/src/content/docs/api/omit.md (1 hunks)
- docs/src/content/docs/api/pick.md (1 hunks)
- docs/src/content/docs/api/twist.md (1 hunks)
- docs/src/content/docs/api/unfold.md (1 hunks)
- docs/src/content/docs/guides/start.md (1 hunks)
- docs/src/content/docs/index.mdx (1 hunks)
- docs/src/env.d.ts (1 hunks)
Files skipped from review as they are similar to previous changes (13)
- .github/actions/init-node/action.yml
- .github/workflows/document.yml
- docs/.astro/types.d.ts
- docs/astro.config.ts
- docs/src/content/config.ts
- docs/src/content/docs/api/fold.md
- docs/src/content/docs/api/omit.md
- docs/src/content/docs/api/pick.md
- docs/src/content/docs/api/twist.md
- docs/src/content/docs/api/unfold.md
- docs/src/content/docs/guides/start.md
- docs/src/content/docs/index.mdx
- docs/src/env.d.ts
Additional comments: 1
.github/workflows/release.yml (1)
- 37-37:
NPM_TOKEN
をGITHUB_TOKEN
に変更することに関して、npmへの公開に必要な権限がGITHUB_TOKEN
にあるかどうかを確認してください。npmでホストされているパッケージの場合、通常は専用のNPM_TOKEN
が必要ですが、GitHub Packagesにホストされている場合はこの変更が有効です。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 1
Configuration used: CodeRabbit UI
Files ignored due to path filters (3)
package.json
is excluded by:!**/*.json
tsconfig.json
is excluded by:!**/*.json
yarn.lock
is excluded by:!**/*.lock
Files selected for processing (2)
- docs/.gitignore (1 hunks)
- vitest.config.ts (1 hunks)
Files skipped from review due to trivial changes (1)
- docs/.gitignore
@@ -3,6 +3,7 @@ import { defineConfig } from 'vitest/config' | |||
|
|||
// biome-ignore lint/style/noDefaultExport: <explanation> | |||
export default defineConfig({ | |||
// @ts-ignore FIXME: cannot fix this error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ts-ignore
の使用は、TypeScriptの静的型チェックを回避するため、一般的には推奨されません。このエラーを直接解決するか、現時点で修正できない理由について、より詳細な説明を提供することをお勧めします。
yarn doc でドキュメントがでてきます
Summary by CodeRabbit
json-origami
ライブラリに新しいドキュメントを追加。JSONオブジェクトの変換や形状変更に関するガイドとAPIリファレンスを提供。json-origami
ライブラリのスタートガイドを追加。使用方法に関する詳細なガイドを提供。