chef-server-api 0.9.18 → 0.10.0.beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,23 +0,0 @@
1
- !!! XML
2
- !!!
3
- %html
4
- %head
5
- %meta{ "http-equiv" => "content-type", :content => "text/html; charset=utf-8" }
6
- %title Chef Server
7
- = css_include_tag "base", "themes/djime-cerulean/style", "chef"
8
- %body
9
- #container
10
- #header
11
- %h1= link_to "Chef REST API", absolute_url(:top)
12
- #main-navigation
13
- .clear
14
- #wrapper
15
- #main
16
- = catch_content :for_layout
17
- #footer
18
- .block
19
- %p Copyright © 2009 Opscode, Inc.
20
- #sidebar
21
- .block.notice#sidebar_block_notice= catch_content :sidebar_block_notice
22
- .block#sidebar_block= catch_content :sidebar_block
23
- .clear
@@ -1,5 +0,0 @@
1
- .block#block-text
2
- .content
3
- %h2.title The REST API
4
- .inner
5
- This is the top of the Chef Server REST API. It's not really explorable via a web browser.