-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adjust Goreleaser config * Change language list to language table * Adjust publish workflow * Fix language table * Remove unused docs pages
- Loading branch information
1 parent
6c8c6f2
commit c98ecc1
Showing
9 changed files
with
26 additions
and
38 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
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
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 |
---|---|---|
|
@@ -18,4 +18,4 @@ jobs: | |
with: | ||
github_token: ${{ secrets.github_token }} | ||
exclude: ./cli/vendor/** | ||
locale: "US" | ||
locale: US |
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
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
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,9 +1,3 @@ | ||
|
||
# Introduction | ||
CCom is a language that allows you to define conditional sections in common data formats, which do not allow logic by default. It acts like a pre-processor and can evaluate your conditional expressions, based on a JSON data object that you can pass to CCom alongside an input file. In order to get started, visit our [quick-start guide](../quick-start). | ||
|
||
Here you can see a demo, how to use CCom to process a YAML data file with conditional sections: | ||
|
||
<script id="asciicast-407484" src="https://asciinema.org/a/407484.js" async></script> | ||
|
||
If this is what you are looking for, go ahead and read the [quick-start guide](../quick-start). |
This file was deleted.
Oops, something went wrong.
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
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