diff options
| author | elijah <elijah@riseup.net> | 2013-08-15 02:01:09 -0700 | 
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2013-08-15 02:01:09 -0700 | 
| commit | b948adb7e273439a4abd8b90237a21cd792e44d9 (patch) | |
| tree | 1802dc5d2e03289d1debf48d2b134ede9087c58b | |
| parent | c5733cb6f9903d9bd75c04f96568e95085d9c1dc (diff) | |
minor navigation fixes
| -rw-r--r-- | docs/en.haml | 1 | ||||
| -rw-r--r-- | docs/tech/en.haml (renamed from docs/tech/en.html.haml) | 5 | ||||
| -rw-r--r-- | docs/tech/infosec/en.haml | 1 | 
3 files changed, 6 insertions, 1 deletions
| diff --git a/docs/en.haml b/docs/en.haml index 6f98dc7..f107223 100644 --- a/docs/en.haml +++ b/docs/en.haml @@ -1,4 +1,5 @@  - @title = "LEAP Techical Documentation" +- @nav_title = "Documentation"  %h1.first LEAP Technical Documentation diff --git a/docs/tech/en.html.haml b/docs/tech/en.haml index 9ab0398..c192bc9 100644 --- a/docs/tech/en.html.haml +++ b/docs/tech/en.haml @@ -1,6 +1,9 @@ -- @title = "Technology" +- @title = "LEAP Technology Notes" +- @nav_title = "Technology"  - @summary = "Musings, notes, and background information on various technology issues that relate to LEAP." +%h1.first= @title +  %p Musings, notes, and background information on various technology issues that relate to LEAP.  = child_summaries
\ No newline at end of file diff --git a/docs/tech/infosec/en.haml b/docs/tech/infosec/en.haml index 306fbe9..e7ffd61 100644 --- a/docs/tech/infosec/en.haml +++ b/docs/tech/infosec/en.haml @@ -1,4 +1,5 @@  - @title = "Architecture comparison" +- @nav_title = "Architecture comparison"  - @summary = "A comparison of the trade-offs made by different communication archectures"  = render_local_template 'table-style' | 
