43 lines
942 B
Plaintext
43 lines
942 B
Plaintext
layout layout.njk
|
|
title Go Documentation - Terrace
|
|
description
|
|
Go language documentation for the Terrace programming language
|
|
|
|
Section light
|
|
class flex flex-col md:flex-row gap-16
|
|
|
|
Block
|
|
class w-full lg:w-1/3
|
|
TableOfContents
|
|
|
|
Block
|
|
Heading 1 Terrace Go Documentation
|
|
class -ml-2
|
|
|
|
Markdown
|
|
Documentation is available for the following languages:
|
|
- [C](/docs/c/) - 100% Complete
|
|
- [JavaScript](/docs/javascript/) - 75% Complete
|
|
- [Go](/docs/go/) - 50% Complete
|
|
- [Python](/docs/python/) - 100% Complete
|
|
- [Rust](/docs/rust/) - 100% Complete
|
|
|
|
Heading 2 Getting Started
|
|
class mt-12 mb-6
|
|
Markdown
|
|
Install Terrace using `go get`:
|
|
|
|
CodeBlock bash
|
|
$ go get terrace.go
|
|
|
|
Include ./core-api.inc.tce
|
|
Include ./document-api.inc.tce
|
|
Include ./reader-api.inc.tce
|
|
|
|
Heading 2 Contributing
|
|
class mt-12
|
|
|
|
Section dark
|
|
Footer
|
|
class w-full
|