-
Notifications
You must be signed in to change notification settings - Fork 3
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
Spec v2 #70
Conversation
Thanks a lot! |
I will have a quick look at the diff later and then merge @tischi. |
OK, browsing from the index works 😄 One issue:
I would write something that this only applies if using an AWS managed object store. If one uses some other object store, e.g. at EMBL-EBI this should be left blank. |
Another thing, I would probably make CLI calls be code, e.g. Instead of $ aws s3 sync /path/to/my/project https://s3.embl.de/my-bucket Do this (with the back ticks)
|
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.
Thanks @K-Meech! I had a brief look through the diff, but only found a single heading that could be improved. I also agree with @tischi that commands should be markdown rendered via backticks, besides these two minor points this is good to be merged from my side and we can fix more small issues as we find them.
Good points! I'll make these changes |
@tischi - do you have an example of this? How does the project know where to fetch images from if this is blank? |
I don't have an example, but here: This would also work like this:
|
Ah ok - you mean the signingRegion? Not the serviceEndpoint? |
yes, sorry if i mixed it up. |
I make all the fixes in the last commit :) |
I'll go ahead and merge this. |
did you bump the patch version?! |
No I didn't. Should I do that now? (it's already merged...) |
Yes, you could do it directly in develop. |
I'll just do this straight into master, as there's no develop branch for the docs repo |
I take it back - there is a develop branch! I just didn't know it existed haha |
Ah I can't bump the version - because there is no pom in this repo, it's only markdown. If there's anywhere else to change the version, let me know. |
Sounds good to me! I'll make a separate issue for this. |
fixes #51, #68 and #67
Finally got around to updating mobie.github.io for the new MoBIE version! This is a huge diff, so it's probably easiest to just browse from the index.md for this branch: https://github.com/mobie/mobie.github.io/blob/spec_v2/index.md
@tischi @constantinpape Anything else need adding here?