docusaurus/website/netlifyDeployPreview/index.html

32 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<body style="padding: 20px;">
<img src="https://v2.docusaurus.io/img/docusaurus.png" />
<h1 style="margin-top: 20px;">
Docusaurus deploy previews
</h1>
<section style="margin-top: 40px;">
<p>
We deploy the Docusaurus site with various configurations. It helps us
find potential regressions.
</p>
<p>When in doubt, try the <a href="/classic">classic preview</a></p>
</section>
<section style="margin-top: 40px;">
<h2>Available deploy previews:</h2>
<ul style="margin-top: 20px;">
<li style="margin-top: 20px;">
<a href="/classic">classic</a>: the regular site
</li>
<li style="margin-top: 20px;">
<a href="/bootstrap">bootstrap</a>: the regular site with the
bootstrap theme (WIP)
</li>
<li style="margin-top: 20px;">
<a href="/blog-only">blog-only</a>: the regular site in blog-only mode
</li>
</ul>
</section>
</body>
</html>