Merge "remove left nav from any remaining sdk/ and tools/ pages. There are still some sdk/ pages but all tools/ pages are gone, so although we could just ignore such pages, better safe than sorry, so going to catch those too." into mnc-mr-docs am: 7204a974dc
am: a4da48a31f
* commit 'a4da48a31f52c9ea98855a2af4f5a7f9f405d13c':
remove left nav from any remaining sdk/ and tools/ pages. There are still some sdk/ pages but all tools/ pages are gone, so although we could just ignore such pages, better safe than sorry, so going to catch those too.
Change-Id: I055deb6bfb3761b0e6486cfe6b9c4c311f20e0c8
This commit is contained in:
commit
68d68d9f0f
1 changed files with 1 additions and 5 deletions
|
@ -29,8 +29,6 @@
|
|||
if:page.trainingcourse ?>trainingcourse<?cs
|
||||
else ?>training<?cs /if ?><?cs
|
||||
elif:reference ?>reference<?cs
|
||||
elif:tools ?>tools<?cs
|
||||
elif:sdk ?>sdk<?cs
|
||||
elif:samples ?>samples<?cs
|
||||
if:(samplesDocPage&&!samplesProjectIndex) ?> samples-docpage<?cs /if ?><?cs
|
||||
else ?>none<?cs set:dac_subcategory_set = #0 ?><?cs /if ?><?cs
|
||||
|
@ -57,7 +55,7 @@
|
|||
|
||||
<?cs if:nonavpage ?>
|
||||
<meta name="hide_toc" value='True' />
|
||||
<?cs elif: !nonavpage && dac_subcategory_set ?>
|
||||
<?cs elif: !nonavpage && dac_subcategory_set && !tools && !sdk ?>
|
||||
<meta name="book_path" value="<?cs
|
||||
if:ndk ?>/ndk<?cs
|
||||
if:guide ?>/guides<?cs
|
||||
|
@ -69,8 +67,6 @@
|
|||
if:guide ?>/guide<?cs
|
||||
elif:training ?>/training<?cs
|
||||
elif:reference ?>/reference<?cs
|
||||
elif:tools ?>/tools<?cs
|
||||
elif:sdk ?>/tools<?cs
|
||||
elif:samples ?>/samples<?cs /if ?><?cs
|
||||
elif:(google||reference.gms||reference.gcm) ?>/google<?cs
|
||||
elif:(topic||libraries) ?>/topic<?cs
|
||||
|
|
Loading…
Reference in a new issue