Skip to content

Commit ad69569

Browse files
committed
Add GitBook scaffolding.
1 parent be465a4 commit ad69569

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

.gitbook.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
root: doc
2+
structure:
3+
readme: index.md
4+
summary: toc.md

doc/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Home
2+
3+
The **Zig SDK** is an
4+
[MSBuild SDK](https://docs.microsoft.com/en-us/visualstudio/msbuild/how-to-use-project-sdk)
5+
that augments the .NET SDK with the ability to build Zig, C, and C++ projects.
6+
7+
With support for multiple programming languages, cross-compilation, NuGet
8+
packaging, and more, the **Zig SDK** makes it trivial to author native
9+
components as part of your .NET solution - without all the hassle that is
10+
usually part and parcel of building and packaging native code.

doc/toc.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Table of Contents
2+
3+
* [Home](index.md)

0 commit comments

Comments
 (0)