forked from openkylin/platform_build
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
am: 68d68d9f0f
am: fc992dd29a
am: 35db95c379
* commit '35db95c3792cf48a98256f4093342c497b101485':
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: Ibfd4f20eb98a94bd40b2535dddf707f46fa6cd85
This commit is contained in:
commit
f56b3279ca
|
@ -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 New Issue