remove project structure from sample landing pages

Change-Id: I646aa996ce518421567c09bbb3a0cd8b4875d530
This commit is contained in:
Scott Main
2013-08-22 16:25:15 -07:00
parent 285f07722d
commit d4645ea9d4

View File

@@ -40,24 +40,22 @@
<?cs /def ?>
<?cs if:android.whichdoc == "online" ?>
<?cs # If this is the online docs, build the src code navigation links ?>
<?cs # If this is the online docs, build the src code navigation links ?>
<?cs if:page.title == "Project Structure" ?>
<?cs if:page.title == "Project Structure" ?>
<?cs call:display_files(Files) ?>
<?cs call:display_files(Files) ?>
<?cs else ?> <?cs # else not project structure doc ?>
<?cs else ?> <?cs # else not project structure doc ?>
<?cs var:summary ?>
<?cs var:summary ?>
<?cs # Remove project structure from landing pages for now
# <h2>Project Structure</h2>
# <p>Decide what to do with this ...</p>
# <?cs call:display_files(Files) ?>
<h2>Project Structure</h2>
<p>Decide what to do with this ...</p>
<?cs call:display_files(Files) ?>
<?cs /if ?> <?cs # end if project structure ?>
<?cs /if ?> <?cs # end if project structure ?>
<?cs else ?><?cs
# else, this means it's offline docs,