Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: add open in coder docs, fix missing templates #4124

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

Merged
merged 9 commits into from
Sep 22, 2022
Prev Previous commit
Next Next commit
Update docs/admin/open-in-coder.md
Co-authored-by: Ben Potter <[email protected]>
  • Loading branch information
jsjoeio and bpmct authored Sep 21, 2022
commit 9dd75440bfca245e9a59ef9663d4abd8260baf3d
2 changes: 1 addition & 1 deletion docs/admin/open-in-coder.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Add a Markdown button to your project's `README.md` to get your developers up an

A basic example looks like this:

```text
```markdown
[![Open in Coder](https://cdn.coder.com/embed-button.svg)](https://<deployment-url>/templates/<template-name>)
```

Expand Down