-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from TheBB/docs
Docs
- Loading branch information
Showing
9 changed files
with
710 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/target | ||
/.vscode | ||
/contrib | ||
/site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<div align="center"> | ||
<img src="https://raw.githubusercontent.com/TheBB/Gold/docs/docs/assets/logo-640.png" width="250" alt="Logo"> | ||
<br> <br> | ||
|
||
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/TheBB/Gold/ci.yml?logo=github&label=CI)](https://github.com/TheBB/Gold/actions/workflows/ci.yml) | ||
[![Static Badge](https://img.shields.io/badge/Documentation-purple?logo=githubpages)](https://thebb.github.io/Gold/) | ||
|
||
</div> | ||
|
||
|
||
Gold language | ||
============= | ||
|
||
*Gold* is a programmable configuration language. Using Gold, you can produce | ||
JSON-like data structures using familiar programming concepts. It is inspired | ||
by [Dhall](https://dhall-lang.org/), but it is less rigidly typed and therefore | ||
more flexible. |
Oops, something went wrong.