aboutsummaryrefslogtreecommitdiff
path: root/files/ru/mozilla/add-ons/sdk/проба/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/mozilla/add-ons/sdk/проба/index.html')
-rw-r--r--files/ru/mozilla/add-ons/sdk/проба/index.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/files/ru/mozilla/add-ons/sdk/проба/index.html b/files/ru/mozilla/add-ons/sdk/проба/index.html
deleted file mode 100644
index 987a420410..0000000000
--- a/files/ru/mozilla/add-ons/sdk/проба/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: Builder
-slug: Mozilla/Add-ons/SDK/проба
-translation_of: Archive/Add-ons/Add-on_SDK/Builder
----
-<p>The Add-on Builder was a web-based development environment that allowed developers to create add-ons using the SDK APIs, but without needing to use the <code>cfx</code> command line tool. It was retired on April 1, 2014, and the "builder.addons.mozilla.org" domain now redirects to this page.<br>
- <br>
- If you have only used the SDK through the Builder, you already know most of what you need to know to develop using just the SDK. The <a href="/en-US/Add-ons/SDK/High-Level_APIs">high-level</a> and <a href="/en-US/Add-ons/SDK/Low-Level_APIs">low-level</a> APIs used for Builder add-ons are exactly the same for Builder and SDK. To switch to the SDK:</p>
-
-<ul>
- <li><a href="/en-US/Add-ons/SDK/Tutorials/Installation">install the SDK locally</a></li>
- <li>get to know the cfx command line tool, with this <a href="/en-US/Add-ons/SDK/Tutorials/Getting_started">introductory walkthrough</a> and the <a href="/en-US/Add-ons/SDK/Tools/cfx">detailed <code>cfx</code> reference</a></li>
- <li>get to know the <a href="/en-US/Add-ons/SDK/Tools/package_json">package.json</a> file used to configure attributes of your add-on</li>
-</ul>