Replies: 2 comments
-
I guess i really just want to add a frame to docs and insert vscode browser
<iframe src="URL_OF_YOUR_VS_CODE_SERVER" width="100%" height="500px"></iframe>
where can i put this ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You could use a simple shortcode. <iframe src="{{ .Get 0 }}"></iframe> And use it like this ---
title: "Your title"
description: "Your description, you can add more fields below of course..."
---
Some text content.
{{< iframe https://example.com/ >}} For further information see: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to embed a terminal or vscode into a docs page.
I will have a docker of vscode server running and i want to import the gui into the docs section ? any thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions