mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
docs: table of contents
This commit is contained in:
parent
0606d26ba7
commit
0af939c30d
11
doc/docs.md
11
doc/docs.md
@ -14,6 +14,17 @@ The language promotes writing simple and clear code with minimal abstraction.
|
||||
Despite being simple, V gives the developer a lot of power. Anything you can do in other languages,
|
||||
you can do in V.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href='#hello-world'>1. Hello world</a></td>
|
||||
<td><a href='#comments'>2. Comments</a></td>
|
||||
<td><a href='#functions'>3. Functions</a></td>
|
||||
<td><a href='#'>TODO</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
## Hello World
|
||||
|
Loading…
Reference in New Issue
Block a user