mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
docs: add versions.html template
This commit is contained in:
23
docs/versions.html
Normal file
23
docs/versions.html
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="stable/_static/css/zama.css" type="text/css" />
|
||||
<link rel="icon" href="_static/favicon.ico" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="wy-nav-content">
|
||||
<div class="rst-content">
|
||||
<h1> ConcreteFHE Documentation </h1>
|
||||
<div class="toctree-wrapper compound">
|
||||
<p class="caption"><span class="caption-text">Pick a version</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1">
|
||||
<a class="reference internal" href="stable/">stable</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user