Closed
Bug 572068
Opened 15 years ago
Closed 15 years ago
documentation landing page
Categories
(Mozilla Labs Graveyard :: FlightDeck, defect)
Mozilla Labs Graveyard
FlightDeck
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: myk, Unassigned)
Details
Instead of taking you to the page that documents all jetpack-core APIs on a single page, the Documentation link in the header should take you to a landing page that provides a brief description of the purpose of the site, the available documentation, and how to get further assistance if the documentation doesn't answer your questions.
Here's the text that should appear on the landing page:
--------------------------------------------------------------------------------
Add-ons Builder is a website for quickly and easily building Firefox add-ons using common web technologies. If you aren't familiar with the site, <a href="/tutorial/">start by reading the tutorial</a>, which gives you step-by-step guide to building an add-on.
The add-ons you build can make changes to the browser via libraries of modules that provide APIs for accessing Firefox functionality. The core library is available by default to all add-ons and provides the most commonly-requested APIs, including APIs for accessing tabs, storing data, displaying a widget, and making network requests. Add-ons can also use libraries contributed by other users of the site.
For documentation of the core library, see the links to the left. Sorry, we don't yet have a way to provide similar documentation for contributed libraries, but you can <a href="/libraries/">browse libraries</a> and view their source to learn about the functionality they provide.
If you are comfortable with a command line and prefer working locally, the Add-ons Builder SDK gives you a development environment on your own computer. <a href="https://jetpack.mozillalabs.com/sdk/latest/docs/">Read the SDK documentation</a> for help with it.
If you have questions about Add-ons Builder that aren't addressed by this documentation, feel free to ask them in the <a href="http://groups.google.com/group/mozilla-labs-jetpack">project discussion group</a>. That's also the appropriate place to provide feedback about how the site works for you and what additional features you'd like it to provide.
--------------------------------------------------------------------------------
Comment 1•15 years ago
|
||
Done
Reporter | ||
Comment 2•15 years ago
|
||
When I click the Documentation link on the testing server, I go to /api//, which returns a 404.
Comment 3•15 years ago
|
||
Done, weird - it is working on runserver ...
Reporter | ||
Comment 4•15 years ago
|
||
It works now and looks great!
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•