1
1
mirror of https://github.com/mcuadros/ascode synced 2024-11-26 14:03:49 +01:00
ascode/docs/example/index.xml

5 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Examples on AsCode - Terraform Alternative Syntax</title><link>https://ascode.run/docs/example/</link><description>Recent content in Examples on AsCode - Terraform Alternative Syntax</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://ascode.run/docs/example/index.xml" rel="self" type="application/rss+xml"/><item><title>Using functions</title><link>https://ascode.run/docs/example/functions.star/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/example/functions.star/</guid><description>&lt;p>This example illustrates how with the usage through the usage of functions,
we can simplify and improve the readability of our infrastructure declaration.&lt;/p></description></item><item><title>Runtime Modules</title><link>https://ascode.run/docs/example/runtime.star/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/example/runtime.star/</guid><description>&lt;p>AsCode comes with a variety of modules available like &lt;code>http&lt;/code>, &lt;code>math&lt;/code>,
&lt;code>encoding/json&lt;/code>, etc. All this &lt;a href="https://ascode.run/docs/reference/">modules&lt;/a> are available
runtime through the &lt;a href="https://ascode.run/docs/starlark/statements/#load-statements">&lt;code>load&lt;/code>&lt;/a>
statement. This example shows the usage of this modules and some others.&lt;/p></description></item></channel></rss>