diff options
| author | Fuwn <[email protected]> | 2022-02-07 12:39:46 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-02-07 12:39:46 +0000 |
| commit | 9ebc1e2e7694487b840dc70f6b8c908e4b4c78c6 (patch) | |
| tree | b2d4b06d1d4bca53be8281aed770f2beae89d23c /manifest-format/examples.html | |
| parent | Deploying to gh-pages from @ divinaland/documentation@4d9bae3f502d32f0840b513... (diff) | |
| download | documentation-9ebc1e2e7694487b840dc70f6b8c908e4b4c78c6.tar.xz documentation-9ebc1e2e7694487b840dc70f6b8c908e4b4c78c6.zip | |
Deploying to gh-pages from @ divinaland/documentation@4fc0c1278b0a79ce01e8446833bc0ce33493dbec 🚀
Diffstat (limited to 'manifest-format/examples.html')
| -rw-r--r-- | manifest-format/examples.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/manifest-format/examples.html b/manifest-format/examples.html new file mode 100644 index 0000000..a9492b1 --- /dev/null +++ b/manifest-format/examples.html @@ -0,0 +1,53 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Manifest Format — Examples — Divina</title> + <link rel="stylesheet" href="../assets/fonts.css"> + <link rel="stylesheet" href="../assets/graphite.css"> + <link rel="stylesheet" href="../assets/pygments.css"> + + + </head> + <body class="node-manifest-format-examples node-manifest-format node"> + <header class="masthead"> + <h1><a href="../index.html">Divina</a></h1> + + <p class="tagline">🎀 A modern build system for assembly</p> + + + <p class="version">Version 0.1.0</p> + + <nav class="menu"> + <input id="menu-check" type="checkbox"/> + <label id="menu-label" for="menu-check" class="unselectable"> + <span class="icon close-icon">✕</span> + <span class="icon open-icon">☰</span> + <span class="text">Menu</span> + </label> + <ul> +<li><a href="../index.html">Home</a></li> +<li><a href="../manifest-format.html">Manifest Format</a><ul> +<li><a href="../manifest-format/examples.html">Examples</a></li> +</ul> +</li> +<li><a href="../about.html">About</a></li> +<li><a href="https://github.com/divinaland/Divina">GitHub</a></li> +</ul> + </nav> + </header> + <article class="main"> + <header class="title"> + <h1>Manifest Format — Examples — Divina</h1> + + <hr> + </header> + <p>Examples for package manifests can be found within the Divina root repository +<a href="https://github.com/divinaland/Divina/tree/main/examples"><code>examples</code></a> directory, +and an example for a workspace manifest can be found within the root Divina repository, named +<a href="https://github.com/divinaland/Divina/blob/main/Divina.lua"><code>Divina.lua</code></a>.</p> + </article> + + </body> +</html> |