mirror of
https://github.com/m-lamonaca/json-to-env.git
synced 2025-07-12 15:11:59 +00:00
Deploying to gh-pages from @ m-lamonaca/json-to-env@1ab9291899 🚀
This commit is contained in:
commit
49ada1dd1f
14 changed files with 3892 additions and 0 deletions
111
changelog/0.3.1/index.html
Normal file
111
changelog/0.3.1/index.html
Normal file
|
@ -0,0 +1,111 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" id="oranda" class="hacker">
|
||||
<head>
|
||||
<title>json2env</title>
|
||||
|
||||
|
||||
<link rel="icon" href="/json-to-env/favicon.ico" />
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="JSON to Env Var converter" />
|
||||
<meta property="og:description" content="JSON to Env Var converter" />
|
||||
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="json2env" />
|
||||
|
||||
|
||||
|
||||
<meta http-equiv="Permissions-Policy" content="interest-cohort=()" />
|
||||
<link rel="stylesheet" href="/json-to-env/oranda-v0.6.1.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="page-body">
|
||||
|
||||
<div class="repo_banner">
|
||||
<a href="https://github.com/m-lamonaca/json-to-env">
|
||||
<div class="github-icon" aria-hidden="true"></div>
|
||||
Check out our GitHub!
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<main>
|
||||
<header>
|
||||
|
||||
<h1 class="title">json2env</h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
<li><a href="/json-to-env/">Home</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/json-to-env/artifacts/">Install</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/json-to-env/changelog/">Changelog</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
<div>
|
||||
<h1>0.3.1</h1>
|
||||
<div class="releases-body">
|
||||
|
||||
|
||||
<section class="release ">
|
||||
|
||||
<div class="release-info">
|
||||
<span class="flex items-center gap-2">
|
||||
<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'>
|
||||
<path stroke-linecap='round' stroke-linejoin='round' d='M9.568 3H5.25A2.25 2.25 0 003 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 005.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 009.568 3z' />
|
||||
<path stroke-linecap='round' stroke-linejoin='round' d='M6 6h.008v.008H6V6z' /></svg>
|
||||
0.3.1
|
||||
</span>
|
||||
<span class="flex items-center gap-2">
|
||||
|
||||
<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'><path stroke-linecap='round' stroke-linejoin='round' d='M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 7.5v11.25m-18 0A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75m-18 0v-7.5A2.25 2.25 0 015.25 9h13.5A2.25 2.25 0 0121 11.25v7.5' /></svg>
|
||||
Dec 19 2024 at 11:34 UTC
|
||||
|
||||
</span>
|
||||
</div>
|
||||
<div class="release-body">
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
|
||||
<a href="https://github.com/m-lamonaca/json-to-env"><div class="github-icon" aria-hidden="true"></div></a>
|
||||
|
||||
<span>
|
||||
json2env, MIT
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue