You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributor-docs/adding-template.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@ There are several places that need to be updated to support a new template. This
43
43
44
44
### App
45
45
46
-
-[ ] Add the logo of the template [here](https://github.com/CompuIves/codesandbox-client/tree/master/packages/common/components/logos).
46
+
-[ ] Add the logo of the template [here](https://github.com/CompuIves/codesandbox-client/tree/master/packages/common/src/components/logos).
47
47
-[ ] Add the template definition [here](https://github.com/nicknisi/codesandbox-client/blob/f5b88bdb2faa3c2c85b7a1aa94606883c0473067/packages/common/templates/)
48
48
-[This](https://github.com/nicknisi/codesandbox-client/blob/f5b88bdb2faa3c2c85b7a1aa94606883c0473067/packages/common/templates/preact.js) is a good reference
49
49
- All options are described [here](https://github.com/nicknisi/codesandbox-client/blob/f5b88bdb2faa3c2c85b7a1aa94606883c0473067/packages/common/templates/template.js)
50
-
-[ ] Then add your template to the list [here](https://github.com/CompuIves/codesandbox-client/blob/master/packages/common/templates/index.js). This will allow us to retrieve the template.
50
+
-[ ] Then add your template to the list [here](https://github.com/CompuIves/codesandbox-client/blob/master/packages/common/src/templates/index.ts). This will allow us to retrieve the template.
0 commit comments