Initial Commit
This commit is contained in:
BIN
z_gbdk_playground_original/docs/res/more_coming_soon.png
Normal file
BIN
z_gbdk_playground_original/docs/res/more_coming_soon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
15
z_gbdk_playground_original/docs/res/readme_c.jst
Normal file
15
z_gbdk_playground_original/docs/res/readme_c.jst
Normal file
@@ -0,0 +1,15 @@
|
||||
<% for (var i = 0, l = sections.length; i<l; i++) { %>
|
||||
|
||||
<% var section = sections[i]; %>
|
||||
|
||||
<%= section.docsText %>
|
||||
|
||||
<% if (!(/^\s*$/).test(section.codeText)) { %>
|
||||
|
||||
```c
|
||||
<%= section.codeText %>
|
||||
```
|
||||
|
||||
<% } %>
|
||||
|
||||
<% } %>
|
Reference in New Issue
Block a user