diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 19:30:11 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 19:30:11 +0000 |
commit | 35bdac852d803a462f87d72baa9c6fd56109517e (patch) | |
tree | b99afaf64c91e971e5a42b972e84949e11e05c03 /chrome/common | |
parent | 6634eb0858c50518ec474346177d9f216d78c19f (diff) | |
download | chromium_src-35bdac852d803a462f87d72baa9c6fd56109517e.zip chromium_src-35bdac852d803a462f87d72baa9c6fd56109517e.tar.gz chromium_src-35bdac852d803a462f87d72baa9c6fd56109517e.tar.bz2 |
Misc. formatting and editing.
TBR=aa
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/455034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33591 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-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> |