-
Notifications
You must be signed in to change notification settings - Fork 68
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
Clipboard copy only commands #6
Comments
Merged
fenekku
added a commit
to fenekku/docs-invenio-rdm
that referenced
this issue
Feb 26, 2020
- Separate commands to be entered (`bash` syntax to pop) and returned output (`console` syntax to be muted), so that commands can be copied via the clipboard icon directly. Closes inveniosoftware#6 - Removed permission configuration advanced example temporarily given it wasn't working. - Documented more details of the workflow: * how checking for running containers incurs a 30s delay * how server must be stopped and started whenever invenio.cfg is changed - Moved some small sections around for clarity and focus. - Did a pass at all syntax highlighting in develop/ to make everything pop as much as possible (jsx doesn't work so broken js was used for jsx 🤷)
fenekku
added a commit
to fenekku/docs-invenio-rdm
that referenced
this issue
Feb 26, 2020
- Separate commands to be entered (`bash` syntax to pop) and returned output (`console` syntax to be muted), so that commands can be copied via the clipboard icon directly. Closes inveniosoftware#6 - Removed permission configuration advanced example temporarily given it wasn't working. - Documented more details of the workflow: * how checking for running containers incurs a 30s delay * how server must be stopped and started whenever invenio.cfg is changed - Moved some small sections around for clarity and focus. - Did a pass at all syntax highlighting in develop/ to make everything pop as much as possible (jsx doesn't work so broken js was used for jsx 🤷)
fenekku
added a commit
that referenced
this issue
Feb 27, 2020
- Separate commands to be entered (`bash` syntax to pop) and returned output (`console` syntax to be muted), so that commands can be copied via the clipboard icon directly. Closes #6 - Removed permission configuration advanced example temporarily given it wasn't working. - Documented more details of the workflow: * how checking for running containers incurs a 30s delay * how server must be stopped and started whenever invenio.cfg is changed - Moved some small sections around for clarity and focus. - Did a pass at all syntax highlighting in develop/ to make everything pop as much as possible (jsx doesn't work so broken js was used for jsx 🤷)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes the clipboard-copy icon, copies the output as well which isn't intended. By separating the blocks of code, this can be fixed and only the command line commands are copied.
The text was updated successfully, but these errors were encountered: