feat(docs): add documentation index and restructure README for clarity#112
feat(docs): add documentation index and restructure README for clarity#112daithihearn merged 1 commit intomainfrom
Conversation
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
📝 WalkthroughWalkthroughThis PR updates Docker and Git configuration files, bumps the project version to 8.0.3, and comprehensively restructures documentation across multiple files. The documentation shifts emphasis from code-heavy examples to factory-driven patterns (IndexerFactory), introduces new runtime types (IndexerProcessor, IndexingResult), and consolidates implementation guidance into a cohesive docs directory structure. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
📦 Snapshot PublishedUsageAdd the GitHub Packages repository to your repositories {
maven {
url = uri("https://maven.pkg.github.com/vechain/indexer-core")
credentials {
username = findProperty("gpr.user") as String? ?: System.getenv("GITHUB_ACTOR")
password = findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
}
}
}Then use the dependency: implementation("org.vechain:indexer-core:pr.112.4a68a66-SNAPSHOT")Note: Requires a GitHub PAT with |
Summary by CodeRabbit
Documentation
Chores