Commit 8c6a893d authored by cduvall@chromium.org's avatar cduvall@chromium.org

Extensions Docs Server: api_index.html, experimental.html

Implemented the api_index.html and experimental.html pages using an
api_list_data_source.

BUG=131095

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=147995

Review URL: https://chromiumcodereview.appspot.com/10815042

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148403 0039d316-1c4b-4281-b951-d872f2087c98
parent b49fd0bd
...@@ -19,7 +19,7 @@ Here are the supported chrome.* APIs: ...@@ -19,7 +19,7 @@ Here are the supported chrome.* APIs:
<ul> <ul>
{{#api_list.chrome}} {{#api_list.chrome}}
<li><a href="{{@}}.html">{{@}}</a></li> <li><a href="{{name}}.html">{{name}}</a></li>
{{/}} {{/}}
</ul> </ul>
......
...@@ -30,7 +30,7 @@ on the following experimental APIs: ...@@ -30,7 +30,7 @@ on the following experimental APIs:
<ul> <ul>
{{#api_list.experimental}} {{#api_list.experimental}}
<li><a href="{{@}}.html">{{@}}</a></li> <li><a href="{{name}}.html">{{name}}</a></li>
{{/}} {{/}}
</ul> </ul>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment