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

View File

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