Add some documentation to the playground page
The minimal UI of the Playground could benefit from some documentation to make it easier for the newer users to understand what's going on. Also added a link to the new documentation from the local playground. Closes https://github.com/tree-sitter/tree-sitter/issues/1305
This commit is contained in:
parent
657d2b9c48
commit
6895b7a1e1
3 changed files with 22 additions and 0 deletions
|
|
@ -29,6 +29,10 @@
|
|||
<span id="update-time"></span>
|
||||
</div>
|
||||
|
||||
<div class=header-item>
|
||||
<a href="https://tree-sitter.github.io/tree-sitter/playground#about">(?)</a>
|
||||
</div>
|
||||
|
||||
<select id="language-select" style="display: none;">
|
||||
<option value="parser">Parser</option>
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue