diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-24 22:31:38 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-24 22:31:38 +0000 |
commit | 85e67bff2224246e3d991acbf9492d222ab34d05 (patch) | |
tree | b7f2630ec0d9a0944bb3cbe68bd7f2dfc0d62535 /chrome/common/extensions/docs/getstarted.html | |
parent | c03d02a85e06cbb3a2ef60c87c64abda8902bbf6 (diff) | |
download | chromium_src-85e67bff2224246e3d991acbf9492d222ab34d05.zip chromium_src-85e67bff2224246e3d991acbf9492d222ab34d05.tar.gz chromium_src-85e67bff2224246e3d991acbf9492d222ab34d05.tar.bz2 |
Add a new docs page that introduces the docs, with (more importantly)
a section that points to the various doc URLs (e.g. trunk) and explains
each one.
The only files I edited are static/docs.html and template/api_template.html.
(The remaining files just reflect the template changes.)
BUG=none
TEST=none
TBR=nickbaum
Review URL: http://codereview.chromium.org/431035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32984 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/getstarted.html')
-rw-r--r-- | chrome/common/extensions/docs/getstarted.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html index 2882b08..f3046ee 100644 --- a/chrome/common/extensions/docs/getstarted.html +++ b/chrome/common/extensions/docs/getstarted.html @@ -104,13 +104,16 @@ <h1>Google Chrome Extensions (<a href="/labs/">Labs</a>)</h1> <ul id="home" class="gc-topnav-tabs"> <li id="home_link"> - <a href="index.html" class="selected" title="Google Chrome Extensions documentation home page">Home</a> + <a href="index.html" title="Google Chrome Extensions home page">Home</a> + </li> + <li id="docs_link"> + <a href="docs.html" title="Official Google Chrome Extensions documentation">Docs</a> </li> <li id="group_link"> - <a href="http://groups.google.com/group/chromium-extensions" title="Google Chrome Extensions mailing list">Group</a> + <a href="http://groups.google.com/group/chromium-extensions" title="Google Chrome Extensions developer forum">Group</a> </li> <li id="samples_link"> - <a href="samples.html" title="Google Chrome Extensions samples">Samples</a> + <a href="samples.html" title="Sample extensions (with source code)">Samples</a> </li> <!-- <li id="terms_link"> @@ -124,7 +127,6 @@ <!-- SIDENAV --> <div class="g-unit g-first" id="gc-toc"> <ul> - <li><a href="index.html">Home</a></li> <li class="leftNavSelected">Getting Started</li> <li><a href="overview.html">Overview</a></li> <li><h2><a href="devguide.html">Developer's Guide</a></h2> |