-
Notifications
You must be signed in to change notification settings - Fork 7
feat(docs): Add comprehensive CLI documentation suite #301
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
base: main
Are you sure you want to change the base?
feat(docs): Add comprehensive CLI documentation suite #301
Conversation
- Complete CLI reference with all commands, options, and examples - Quick start guide for immediate productivity - Troubleshooting guide for common issues - Enhanced tutorial with real-world workflows - Improved installation documentation - Updated navigation and cross-references Transforms fragmented CLI docs into complete, user-friendly documentation.
- Change 'JSON-like data' to 'Ion data' for accuracy - Add link to Ion Fusion website (https://ion-fusion.dev/) - Replace community section with link to website community page - Update performance tips to focus on Fusion-specific optimizations - Add Corretto .deb distribution and MacPorts installation options - Fix missing links in build documentation - Remove accidentally committed gradle.properties and setup script - Update Amazon references to Ion-Fusion where appropriate Addresses feedback from PR ion-fusion#301
|
|
||
| ### Ion Data Format | ||
| Fusion uses Amazon Ion as its data format: | ||
| Fusion uses [Amazon Ion](https://ion-fusion.dev/) as its data format: |
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.
Sorry for the unclear comment -- I mean we should link to the Amazon Ion official site (i.e https://amazon-ion.github.io/ion-docs/) not the Fusion one
| <!-- Copyright Ion Fusion contributors. All rights reserved. --> | ||
| <!-- SPDX-License-Identifier: Apache-2.0 --> | ||
|
|
||
| # Ion Fusion CLI Reference |
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.
This seems like it'll end up hard to maintain. Do we have a path forward for auto-generating CLI docs like this from our CLI implementation, once we're moved to a new CLI framework?
|
@mtorres11 So sorry, Marco! For some reason this PR isn't showing up in my Arc PR folder and I lost track of it. I've got a bunch of feedback drafted earlier that I'll clean up and send today. |
Transforms fragmented CLI docs into complete, user-friendly documentation.
Description
What does this change achieve?
Related Issues
What issue(s) does this change address?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.