Skip to content

Commit

Permalink
Merge pull request #14 from TheBB/docs
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
TheBB authored Nov 26, 2023
2 parents 2e0ace8 + eaf23f9 commit f351503
Show file tree
Hide file tree
Showing 9 changed files with 710 additions and 547 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
/.vscode
/contrib
/site
17 changes: 17 additions & 0 deletions README.md
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.
Loading

0 comments on commit f351503

Please sign in to comment.