-
Notifications
You must be signed in to change notification settings - Fork 3
docs: remove deprecated command-line flags #808
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
Conversation
- Remove --disable-sample and --disable-metric flags from docs - Remove --demo flag documentation - Remove --pg flag documentation - Update security page to reflect workspace settings for metrics - Clarify sample instances only start when chosen during onboarding - Clean up command-line reference formatting 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📝 Broken Links Check Report
The following is the output from the broken links check: |
Co-authored-by: Copilot <[email protected]>
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.
Pull Request Overview
This PR removes documentation for deprecated command-line flags that are no longer supported in Bytebase, updating references to reflect current behavior where these features are now controlled through UI settings or onboarding choices.
- Removed documentation for
--disable-sample,--disable-metric,--demo, and--pgflags - Updated references to clarify current configuration methods (workspace settings, onboarding choices)
- Cleaned up command-line reference formatting and removed outdated examples
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/app/[locale]/(legal)/security/page.tsx | Updated metrics collection reference to mention workspace settings instead of deprecated flag |
| mintlify/reference/command-line.mdx | Removed deprecated flags documentation and reformatted remaining options |
| mintlify/get-started/step-by-step/add-an-instance.mdx | Updated sample instance documentation to reflect onboarding-based control |
| mintlify/get-started/self-host/deploy-with-kubernetes.mdx | Removed deprecated --disable-sample flag from Kubernetes example |
Summary
Changes
Removed flags from documentation:
--disable-sample: Sample instances are now controlled via onboarding choices--disable-metric: Metrics collection is now controlled via workspace settings--demo: Demo mode flag no longer supported--pg: External PostgreSQL configuration now handled differentlyUpdated documentation:
Test plan
🤖 Generated with Claude Code