-
Notifications
You must be signed in to change notification settings - Fork 9
Redo getting started to guide users to using Fabric #343
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
| Or in Fabric: | ||
|
|
||
| ```bash |
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.
Not for this PR, but later we could use the tabbed code blocks so users can quickly click through the various example options local v fabric ...
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.
That would be cool! I think I was partly thinking that it is helpful for people to see the parallel of local and remote so they understand how they relate, but yeah, I bet that could be done in a nice way with tabs.
Ethan-Arrowood
left a comment
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.
love it. you're good to copy this to other relevant versions 👍
| -e HTTP_SECUREPORT=9926 \ | ||
| -p 9925:9925 \ | ||
| -p 9926:9926 \ | ||
| -p 9933:9933 \ |
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.
Is there a flag for turning on local studio too? I forget...
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.
LOCALSTUDIO_ENABLED=true, but should be enabled by default now, so not needed.
* new docs section * 4.7 beta go-live * link fixes * Redo getting started to guide users to using Fabric (#343) * Redo getting started to guide users to using Fabric * Deploy instructions * Move changes into docs * Revert one more file * docs: Added Fabric Studio index page and create organization page * fix: Updated index text * docs: Added org management, manage app, db management pages, etc * fix: fixed typos and mispellings * fix: addressed pr comments and fixed links * fix: updated sign up link * fix: updated enabled mixed content note * fix: added a description to the fabric studio org invite * fix: Fixed links pointing to old studio * fix: updated docs for cluster creation and org management * ran formatting script * chore: moved files to /fabric base dir, ordered /fabric sidebar content * chore: formatted sidebar via format write command * format fix * fix: fixed broken link * Fix deploy command --------- Co-authored-by: Nathan Heskew <[email protected]> Co-authored-by: Austin Akers <[email protected]> Co-authored-by: Austin Akers <[email protected]>
This is an update to the getting started guide to guide users to signing up and using Fabric.