am 9aa9e46b: am 5244ab68: am b769fc0c: am 512103d6: am 19275484: Merge "Docs: Add "admin" to samples categories" into lmp-docs

* commit '9aa9e46b4e02e5f39752d93a3aa0645ede056fa9':
  Docs: Add "admin" to samples categories
This commit is contained in:
Trevor Johns
2014-12-03 20:43:03 +00:00
committed by Android Git Automerger
2 changed files with 13 additions and 1 deletions

View File

@@ -732,7 +732,8 @@ samples_dir := development/samples/browseable
# Whitelist of valid groups, used for default TOC grouping. Each sample must
# belong to one (and only one) group. Assign samples to groups by setting
# a sample.group var to one of these groups in the sample's _index.jd.
sample_groups := -samplegroup Background \
sample_groups := -samplegroup Admin \
-samplegroup Background \
-samplegroup Connectivity \
-samplegroup Content \
-samplegroup Input \

View File

@@ -0,0 +1,11 @@
page.title=Admin
@jd:body
<div id="samples" class="admin">
</div>
<script>
$(document).ready(showSamples);
</script>