1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

doc: split TOC into two rows (#16397)

This commit is contained in:
kahsa 2022-11-12 17:06:10 +09:00 committed by GitHub
parent 5bb058e35b
commit 46f1b20bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,9 @@ To do so, run the command `v up`.
* [Array slices](#array-slices)
* [Fixed size arrays](#fixed-size-arrays)
* [Maps](#maps)
</td><td width=33% valign=top>
* [Module imports](#module-imports)
* [Selective imports](#selective-imports)
* [Module import aliasing](#module-import-aliasing)
@ -86,7 +89,7 @@ To do so, run the command `v up`.
* [Embedded structs](#embedded-structs)
* [Unions](#unions)
</td><td width=33% valign=top>
</td><td valign=top>
* [Functions 2](#functions-2)
* [Immutable function args by default](#immutable-function-args-by-default)
@ -105,6 +108,10 @@ To do so, run the command `v up`.
* [Modules](#modules)
* [Create modules](#create-modules)
* [init functions](#init-functions)
</td></tr>
<tr><td width=33% valign=top>
* [Type Declarations](#type-declarations)
* [Interfaces](#interfaces)
* [Function Types](#function-types)
@ -132,11 +139,11 @@ To do so, run the command `v up`.
* [Control](#control)
* [Stack and Heap](#stack-and-heap)
* [ORM](#orm)
</td><td valign=top>
* [Writing documentation](#writing-documentation)
* [Newlines in Documentation Comments](#newlines-in-documentation-comments)
</td><td width=33% valign=top>
* [Tools](#tools)
* [v fmt](#v-fmt)
* [v shader](#v-shader)
@ -163,6 +170,9 @@ To do so, run the command `v up`.
* [C Backend binaries Default](#c-backend-binaries-default)
* [Native Backend binaries](#native-backend-binaries)
* [Javascript Backend](#javascript-backend)
</td><td valign=top>
* [V and C](#v-and-c)
* [Calling C from V](#calling-c-from-v)
* [Calling V from C](#calling-v-from-c)