Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d7a3953 authored by smain@google.com's avatar smain@google.com Committed by android-build-merger
Browse files

Merge "change printed version in offline docs to check whether in preview or...

Merge "change printed version in offline docs to check whether in preview or not, and change the title accordingly, using new preview codename or version number." into nyc-dev am: e6e3c70b
am: 19aff2a2

* commit '19aff2a2':
  change printed version in offline docs to check whether in preview or not, and change the title accordingly, using new preview codename or version number.
parents 52ef99a4 19aff2a2
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -141,8 +141,14 @@
        es-lang="Referencia">API Reference</a>
      <div class="dac-nav-secondary develop">
        <h1 style="font-size: 20px; line-height: 24px; margin: 20px; color:#444"
          >Android <?cs var:sdk.version ?> r<?cs var:sdk.rel.id ?>
        </h1>
          ><?cs
          if:sdk.preview
            ?>Android <?cs var:sdk.codename ?>
              Preview <?cs var:sdk.preview.version ?><?cs
          else
            ?>Android <?cs var:sdk.version ?>
              r<?cs var:sdk.rel.id ?><?cs
          /if ?></h1>
      </div>
      </li>
    </ul>