aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorOmari Stephens <xsdg@android.com>2011-12-13 16:51:27 -0800
committerOmari Stephens <xsdg@android.com>2011-12-13 18:47:31 -0800
commitbdac766a295bfc3f2f32626b230b95a377346aca (patch)
tree76fbe3c383e3989b5e443f2ba1937987520d31ef /templates
parent91b9babd362c220c6eee91537b54a4909d9a230d (diff)
downloadsource.android.com-bdac766a295bfc3f2f32626b230b95a377346aca.tar.gz
Add support for sidebar3.md, and do general cleanups
$cd .../docs/source.android.com/ $git checkout master $python scripts/build.py [...] $find out/ -type f | sort | xargs md5sum > old_script.txt $md5sum old_script.txt cb96f8ae932fd7444409bd774eb5775a old_script.txt $git checkout cleanup $python scripts/build.py [...] $find out/ -type f | sort | xargs md5sum > new_script.txt $md5sum new_script.txt cb96f8ae932fd7444409bd774eb5775a new_script.txt Change-Id: Ie85d2879df75b8f27a32f64a0768596ce4026ca0
Diffstat (limited to 'templates')
-rw-r--r--templates/sidebar2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar b/templates/sidebar
index 16e8000d..748a2fc1 100644
--- a/templates/sidebar
+++ b/templates/sidebar
@@ -1,4 +1,4 @@
<div id=sidebar>
- $sidebar$sidebar2
+ $sidebar$sidebar2$sidebar3
</div>