diff options
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> |