1.1.0 - automations, clean only mode, bug fixes
This commit is contained in:
+3
-1
@@ -70,6 +70,7 @@
|
||||
<div class="hidden flex-wrap items-center justify-start gap-3 md:flex md:justify-end">
|
||||
<a class="text-sm text-slate-300 hover:text-white" href="#install">Install</a>
|
||||
<a class="text-sm text-slate-300 hover:text-white" href="#integrations">Integrations</a>
|
||||
<a class="text-sm text-slate-300 hover:text-white" href="documentation.html">Documentation</a>
|
||||
<a class="rounded-full border border-ember-500/60 px-4 py-2 text-sm font-semibold text-ember-500 hover:bg-ember-500 hover:text-night-900"
|
||||
href="#quickstart">Quickstart</a>
|
||||
</div>
|
||||
@@ -77,6 +78,7 @@
|
||||
class="flex flex-col gap-3 rounded-2xl border border-white/10 bg-night-800/90 p-4 text-sm shadow-2xl md:hidden">
|
||||
<a class="text-slate-200 hover:text-white" href="#install" @click="open = false">Install</a>
|
||||
<a class="text-slate-200 hover:text-white" href="#integrations" @click="open = false">Integrations</a>
|
||||
<a class="text-slate-200 hover:text-white" href="documentation.html" @click="open = false">Documentation</a>
|
||||
<a class="rounded-full border border-ember-500/60 px-4 py-2 text-center font-semibold text-ember-500 hover:bg-ember-500 hover:text-night-900"
|
||||
href="#quickstart" @click="open = false">Quickstart</a>
|
||||
</div>
|
||||
@@ -449,4 +451,4 @@ You are early.</code></pre>
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user