<!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>V2 deploy previews:</h2>
      <ul style="margin-top: 20px;">
        <li style="margin-top: 20px;">
          <a href="/classic">classic</a>: the regular Docusaurus v2 site
        </li>
        <li style="margin-top: 20px;">
          <a href="/bootstrap">bootstrap</a>: the regular site with the
          bootstrap theme (WIP / disabled)
        </li>
        <li style="margin-top: 20px;">
          <a href="/blog-only">blog-only</a>: the regular site in blog-only mode
        </li>
      </ul>
    </section>

    <section style="margin-top: 40px;">
      <h2>V1 deploy previews:</h2>
      <ul style="margin-top: 20px;">
        <li style="margin-top: 20px;">
          <a href="/v1">v1</a>: the legacy Docusaurus v1 site
        </li>
        <li style="margin-top: 20px;">
          <a href="/v1-migrated">v1-migrated</a>: the legacy Docusaurus v1 site,
          migrated to v2 with the migration cli
        </li>
      </ul>
    </section>
  </body>
</html>