docs/index.html

77 lines
2.9 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://docs.librepgaes.org/main.css">
<link rel="icon" href="https://docs.librepgaes.org/favicon/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>LibrePages Docs</title>
</head>
<body>
<script>
fetch('https://git.batsense.net/LibrePages/forms/releases')
.then((response) => {
return response.json();
})
.then((data) => {
let release_name = data.name;
let html_url = data.html_url;
release.innerHTML = `<a href='${html_url}'>${release_name}</a>`;
});
</script>
<main>
<nav>
<a href="https:&#x2F;&#x2F;docs.librepgaes.org">
<img src="https://docs.librepgaes.org/logo.png" alt="logo"/>
</a>
<div id="release"></div>
<a href="javascript:void(0);" onclick="burger()" id="mobile" class="ms-Icon--GlobalNavButton"></a>
<div id="trees">
<input class="tree-toggle" type="checkbox" id="forms"
/>
<label class="tree-toggle-label"
for="forms">Forms</label>
<ul class="subtree">
<li >
<a href="https://docs.librepgaes.org/forms/add/">Add to Website</a>
</li>
</ul>
</div>
</nav>
<article>
<div id="on_right">
<span id="search-ico" class="ms-Icon--Search"></span>
</div>
<div class="search-container">
<input id="search" type="search" placeholder="Search as you type...">
<div class="search-results">
<div class="search-results__header"></div>
<ul class="search-results__items"></ul>
</div>
</div>
<div id="wrap">
<h1 id="easiest-way-to-deploy-website">Easiest way to deploy website&nbsp;<a class="anchor" href="#easiest-way-to-deploy-website">&#xE732;</a></h1>
<p>LibrePages is a JAMStack platform that enables developers to deploy
websites at lightning speeds without worrying about infrastructure.</p>
<h2 id="features">Features&nbsp;<a class="anchor" href="#features">&#xE732;</a></h2>
<ol>
<li>Deploy from Git repositories</li>
<li>Form submissions on any page</li>
</ol>
</div>
</article>
</main>
<script type="text/javascript" src="https://docs.librepgaes.org/elasticlunr.min.js" defer></script>
<script type="text/javascript" src="https://docs.librepgaes.org/search_index.en.js" defer></script>
<script type="text/javascript" src="https://docs.librepgaes.org/js.js" defer></script>
</body>
</html>