[Devportal] Update quick start and other docs - #2756
Conversation
…eld names - Replace the config-file copy step with ./scripts/setup.sh, which generates certs, secrets, config-platform-api.toml, and prompts for admin credentials - Drop hardcoded admin/admin login credentials across docs; reference the credentials set during setup instead - Fix API create/update multipart field names to match the handler and spec: api -> metadata, apiDefinition/schemaDefinition -> definition, apiMetadata -> metadata (was causing "Missing or invalid fields in the request payload")
Document ./scripts/seed-samples.sh as an optional step: how to run it, its credential prompt, prerequisites (curl/jq/zip, running portal), and URL overrides. Reword the catalog note to point at it.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (19)
📝 WalkthroughWalkthroughUpdated Developer Portal documentation, tutorials, sample manifests, and integration fixtures to use ChangesDeveloper Portal contract and setup alignment
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.12.2)level=error msg="[linters_context] typechecking error: pattern ./...: directory prefix . does not contain modules listed in go.work or their selected dependencies" 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 |
Purpose
Update quick start guide and other docs
Goals
Preparing for the release
Approach
Updated the docs
Included details about setup script