diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 09:13:42 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 09:13:42 +0000 |
commit | 81f356885202b9ad86c87af217179f5c1ac1a6e2 (patch) | |
tree | d7cbf8029bcf73b68d4a08a6d2d850fb871094db /chrome | |
parent | e287d00fbb650695073dc3480bfcc99fc9427a84 (diff) | |
download | chromium_src-81f356885202b9ad86c87af217179f5c1ac1a6e2.zip chromium_src-81f356885202b9ad86c87af217179f5c1ac1a6e2.tar.gz chromium_src-81f356885202b9ad86c87af217179f5c1ac1a6e2.tar.bz2 |
Merge 33591 - Misc. formatting and editing.
TBR=aa
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/455034
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/501049
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/common/extensions/docs/devguide.html | 4 | ||||
-rw-r--r-- | chrome/common/extensions/docs/docs.html | 20 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/devguide.html | 4 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/docs.html | 20 |
4 files changed, 24 insertions, 24 deletions
diff --git a/chrome/common/extensions/docs/devguide.html b/chrome/common/extensions/docs/devguide.html index 53e7122..6413831 100644 --- a/chrome/common/extensions/docs/devguide.html +++ b/chrome/common/extensions/docs/devguide.html @@ -250,9 +250,7 @@ <div id="static"><div id="pageData-title" class="pageData">Developer's Guide</div> <p> -We're still building this guide, -but here's what we have, so far. -The following pages assume you've completed +These pages assume you've completed the <a href="getstarted.html">Getting Started</a> tutorial and <a href="overview.html">Overview</a>. </p> diff --git a/chrome/common/extensions/docs/docs.html b/chrome/common/extensions/docs/docs.html index 6ea3ca9..457b29e 100644 --- a/chrome/common/extensions/docs/docs.html +++ b/chrome/common/extensions/docs/docs.html @@ -263,21 +263,23 @@ Before you write an extension, read these: </p> -<ul> - <li> - <a href="getstarted.html">Getting Started (Hello, World!)</a> - </li> - <li> - <a href="overview.html">Overview</a> - </li> -</ul> +<dl> + <dt> <a href="getstarted.html">Getting Started (Hello, World!)</a> </dt> + <dd> Build a simple "Hello, World" extension in about 5 minutes </dd> + + <dt> <a href="overview.html">Overview</a> </dt> + <dd> Learn about the fundamental design points of the extension system </dd> +</dl> <p> -Here are some other places to check out: +Also check out these: </p> <ul> <li> + <a href="devguide.html">Developer's Guide</a> + </li> + <li> <a href="samples.html">Samples</a> </li> <li> diff --git a/chrome/common/extensions/docs/static/devguide.html b/chrome/common/extensions/docs/static/devguide.html index 193eecb..e309ebb 100644 --- a/chrome/common/extensions/docs/static/devguide.html +++ b/chrome/common/extensions/docs/static/devguide.html @@ -1,9 +1,7 @@ <div id="pageData-title" class="pageData">Developer's Guide</div> <p> -We're still building this guide, -but here's what we have, so far. -The following pages assume you've completed +These pages assume you've completed the <a href="getstarted.html">Getting Started</a> tutorial and <a href="overview.html">Overview</a>. </p> diff --git a/chrome/common/extensions/docs/static/docs.html b/chrome/common/extensions/docs/static/docs.html index 87b11e4..8cc6748 100644 --- a/chrome/common/extensions/docs/static/docs.html +++ b/chrome/common/extensions/docs/static/docs.html @@ -14,21 +14,23 @@ Before you write an extension, read these: </p> -<ul> - <li> - <a href="getstarted.html">Getting Started (Hello, World!)</a> - </li> - <li> - <a href="overview.html">Overview</a> - </li> -</ul> +<dl> + <dt> <a href="getstarted.html">Getting Started (Hello, World!)</a> </dt> + <dd> Build a simple "Hello, World" extension in about 5 minutes </dd> + + <dt> <a href="overview.html">Overview</a> </dt> + <dd> Learn about the fundamental design points of the extension system </dd> +</dl> <p> -Here are some other places to check out: +Also check out these: </p> <ul> <li> + <a href="devguide.html">Developer's Guide</a> + </li> + <li> <a href="samples.html">Samples</a> </li> <li> |