-
Notifications
You must be signed in to change notification settings - Fork 8
Add virtual externals VLAB page #233
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
|
🚀 Deployed on https://preview-233--hedgehog-docs.netlify.app |
8303d2f to
a28a415
Compare
|
@githedgehog/docs-content can anyone have a look at this when possible? |
Will look into it now. Sorry for the delay |
a28a415 to
337df48
Compare
|
thanks @pau-hedgehog, I've addressed your comment and added the mermaid diagram you provided (great idea!) |
Signed-off-by: Emanuele Di Pascale <[email protected]>
337df48 to
5323d67
Compare
| ``` | ||
| ubuntu@docs:~/hhfab$ ./hhfab init -f --dev --gw | ||
| 09:27:35 INF Hedgehog Fabricator version=v0.43.1 |
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.
| ``` | |
| ubuntu@docs:~/hhfab$ ./hhfab init -f --dev --gw | |
| 09:27:35 INF Hedgehog Fabricator version=v0.43.1 | |
| ```console | |
| ubuntu@docs:~/hhfab$ ./hhfab init -f --dev --gw | |
| 09:27:35 INF Hedgehog Fabricator version=v0.43.1 | |
| ``` | |
| @edipascale Too late for this one, but if you specify the right language, you'll get better syntax highlighting for your snippet. Here, `console` would make the command lines (containing the prompt ending with `$`) stand out compared to the output. |
Fix #231