* Update published flag on documentation

* publish top level docs
This commit is contained in:
Stuart Colville 2019-09-26 12:26:38 +01:00 коммит произвёл GitHub
Родитель 88193f9100
Коммит 4cde5f50dd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
56 изменённых файлов: 56 добавлений и 56 удалений

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Community
permalink: /community/
published: false
published: true
tags: [community, contribute, WebExtensions]
contributors: [caitmuenster]
author: caitmuenster

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Develop
permalink: /documentation/develop/
published: false
published: true
tags: []
contributors: [caitmuenster]
last_updated_by: caitmuenster

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: About the WebExtensions API
permalink: /documentation/develop/about-the-webextensions-api/
published: false
published: true
topic: Develop
tags: [WebExtensions, API, Firefox]
contributors: [rebloor, mconca, caitmuenster]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Best practices for collecting user data consents
permalink: /documentation/develop/best-practices-for-collecting-user-data-consents/
published: false
published: true
topic: Develop
tags:
[Add-ons, Extensions, How to, Privacy, UI, User Interface, UX, WebExtensions]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Browser compatibility
permalink: /documentation/develop/browser-compatibility/
published: false
published: true
topic: Develop
tags: [Beginner, Extensions, WebExtensions, compatibility, cross-browser]
contributors: [rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Browser Extension Development Tools
permalink: /documentation/develop/browser-extension-development-tools/
published: false
published: true
topic: Develop
tags:
[

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Build a secure extension
permalink: /documentation/develop/build-a-secure-extension/
published: false
published: true
topic: Develop
tags: [Beginner, Extensions, Intermediate, reviews, Security, WebExtensions]
contributors: [irenesmith, tomrittervg, mdnwebdocs-bot, rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Build an accessible extension
permalink: /documentation/develop/build-an-accessible-extension/
published: false
published: true
topic: Develop
tags: [Development, Extensions, UI, User Interface, UX, Web Extensions]
contributors: [rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Choosing a Firefox version for extension development
permalink: /documentation/develop/choosing-a-firefox-version-for-extension-development/
published: false
published: true
topic: Develop
tags: [Add-ons, Development, Extensions, Guide, Tools]
contributors: [mdnwebdocs-bot, rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Comparison with the Add-on SDK
permalink: /documentation/develop/comparison-with-the-add-on-sdk/
published: false
published: true
topic: Develop
tags: [Addon SDK, AddonSDK, porting, WebExtensions]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Comparison with XUL/XPCOM extensions
permalink: /documentation/develop/comparison-with-xul-xpcom-extensions/
published: false
published: true
topic: Develop
tags: [WebExtensions]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Create an appealing listing
permalink: /documentation/develop/create-an-appealing-listing/
published: false
published: true
topic: Develop
tags: [Add-ons, Beginner, Guide, publishing, WebExtension]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Debugging
permalink: /documentation/develop/debugging/
published: false
published: true
topic: Develop
tags: [Debugging, Firefox, Guide, Mozilla, WebExtensions]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Developing extensions for Firefox for Android
permalink: /documentation/develop/developing-extensions-for-firefox-for-android/
published: false
published: true
topic: Develop
tags: [Add-ons, Beginner, Guide, Mobile, WebExtensions]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Differences between desktop and Android extensions
permalink: /documentation/develop/differences-between-desktop-and-android-extensions/
published: false
published: true
topic: Develop
tags: [Add-ons, Guide, Mobile, NeedsUpdate, WebExtensions]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Extensions and the Add-on ID
permalink: /documentation/develop/extensions-and-the-add-on-id/
published: false
published: true
topic: Develop
tags: [WebExtensions]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Firefox workflow overview
permalink: /documentation/develop/firefox-workflow-overview/
published: false
published: true
topic: Develop
tags:
[

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Getting started with web-ext
permalink: /documentation/develop/getting-started-with-web-ext/
published: false
published: true
topic: Develop
tags: [Guide, Installing, packaging, Testing, Tools, web-ext, WebExtension]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Onboard, upboard, offboard users
permalink: /documentation/develop/onboard-upboard-offboard-users/
published: false
published: true
topic: Develop
tags:
[

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Porting a Google Chrome extension
permalink: /documentation/develop/porting-a-google-chrome-extension/
published: false
published: true
topic: Develop
tags: [WebExtensions]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Porting a legacy Firefox extension
permalink: /documentation/develop/porting-a-legacy-firefox-extension/
published: false
published: true
topic: Develop
tags: [WebExtensions]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Request the right permissions
permalink: /documentation/develop/request-the-right-permissions/
published: false
published: true
topic: Develop
tags: [Add-ons, Beginner, Extensions, How-to, Intermediate, Permissions]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Temporary installation in Firefox
permalink: /documentation/develop/temporary-installation-in-firefox/
published: false
published: true
topic: Develop
tags: [WebExtensions]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Test permission requests
permalink: /documentation/develop/test-permission-requests/
published: false
published: true
topic: Develop
tags: [Add-ons, Extensions, Guide, Permissions, Testing, WebExtensions]
contributors: [rebloor, mdnwebdocs-bot]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Testing persistent and restart features
permalink: /documentation/develop/testing-persistent-and-restart-features/
published: false
published: true
topic: Develop
tags:
[

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: User experience best practices
permalink: /documentation/develop/user-experience-best-practices/
published: false
published: true
topic: Develop
tags: [Add-ons, Extensions, Guide, UI, UX]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: web-ext command reference
permalink: /documentation/develop/web-ext-command-reference/
published: false
published: true
topic: Develop
tags: [commands, Options, Reference, Tools, web-ext, WebExtensions]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Enterprise
permalink: /documentation/enterprise/
published: false
published: true
tags: [enterprise]
contributors: [caitmuenster]
last_updated_by: caitmuenster

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Enterprise distribution
permalink: /documentation/enterprise/enterprise-distribution/
published: false
published: true
topic: Enterprise
tags: [enterprise, policies, distribution, guide, installation]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Enterprise policies that impact extensions
permalink: /documentation/enterprise/enterprise-policies-that-impact-extensions/
published: false
published: true
topic: Enterprise
tags: [enterprise, policies]
contributors: [rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Manage
permalink: /documentation/manage/
published: false
published: true
tags: [manage]
contributors: [caitmuenster]
last_updated_by: caitmuenster

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Best practices for updating your extension
permalink: /documentation/manage/best-practices-for-updating/
published: false
published: true
topic: Manage
tags: [update, manage, distribution]
contributors: [rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Resources for publishers
permalink: /documentation/manage/resources-for-publishers/
published: false
published: true
topic: Manage
tags: [publish, manage, distribution]
contributors: [One, sideshowbarker, kingleo713, rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Retiring your extension
permalink: /documentation/manage/retiring-your-extension/
published: false
published: true
topic: Manage
tags: [manage, end-of-life]
contributors: [rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Updating your extension
permalink: /documentation/manage/updating-your-extension/
published: false
published: true
topic: Manage
tags: [update, manage, distribution]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Publish
permalink: /documentation/publish/
published: false
published: true
tags: []
contributors: [caitmuenster]
last_updated_by: caitmuenster

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Add-on ownership
permalink: /documentation/publish/add-on-ownership/
published: false
published: true
topic: Publish
tags: [Development, Ownership, Code, Dispute]
contributors: [caitmuenster, rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Add-on Policies
permalink: /documentation/publish/add-on-policies/
published: false
published: true
topic: Publish
tags: [Add-ons, Review Policy]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Add-ons Blocking Process
permalink: /documentation/publish/add-ons-blocking-process/
published: false
published: true
topic: Publish
contributors: [kewisch]
last_updated_by: kewisch

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Developer accounts
permalink: /documentation/publish/developer-accounts/
published: false
published: true
topic: Publish
tags: [Development, Extensions, publishing]
contributors: [One, rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Add-ons for desktop apps
permalink: /documentation/publish/distribute-for-desktop-apps/
published: false
published: true
topic: Publish
tags: [add-on, distribution, apps, desktop, guide, installation]
contributors: [SphinxKnight, irenesmith, rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Add-ons for desktop apps
permalink: /documentation/publish/distribute-sideloading/
published: false
published: true
topic: Publish
tags: [add-on, distribution, sideloading, guide, installation]
contributors: [irenesmith, jwilk, hellosct1, gray_-_wolf, luanmm, rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Firefox Add-on Distribution Agreement
permalink: /documentation/publish/firefox-add-on-distribution-agreement/
published: false
published: true
topic: Publish
tags: [add-on, Agreement, Firefox]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Make money from browser extensions
permalink: /documentation/publish/make-money-from-browser-extensions/
published: false
published: true
topic: Publish
tags: [add-on, distribution, guide, monetization]
contributors: [hellosct1, rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Package your extension
permalink: /documentation/publish/package-your-extension/
published: false
published: true
topic: Publish
tags: [add-on, distribution, publication, reviews, signing, installation]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Promoting your extension or theme
permalink: /documentation/publish/promoting-your-extension/
published: false
published: true
topic: Publish
tags: [add-on, distribution, guide, promote]
contributors: [irenesmith, rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Recommended extensions
permalink: /documentation/publish/recommended-extensions/
published: false
published: true
topic: Publish
tags: [promote, recommended]
contributors: [devaneymoz]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Distributing an add-on yourself
permalink: /documentation/publish/self-distribution/
published: false
published: true
topic: Publish
tags: [add-on, distribution, publication, reviews, signing, installation]
contributors: [rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Signing and distribution overview
permalink: /documentation/publish/signing-and-distribution-overview/
published: false
published: true
topic: Publish
tags: [add-on, distribution, publication, reviews, signing, installation]
contributors:

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Source code submission
permalink: /documentation/publish/source-code-submission/
published: false
published: true
topic: Publish
tags: [Add-ons, distribution, Extensions, Review Policy]
contributors: [kewisch, mdnwebdocs-bot, One, rebloor, wbamberg, atsay]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Submitting an add-on
permalink: /documentation/publish/submitting-an-add-on/
published: false
published: true
topic: Publish
tags: [Add-ons, Beginner, Tutorial, WebExtensions]
contributors: [Roubo, rebloor, wbamberg, chrisdavidmills, andrewtruongmoz]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Third Party Library Usage
permalink: /documentation/publish/third-party-library-usage/
published: false
published: true
topic: Publish
tags: [Add-ons, Extensions, Review Policy]
contributors: [ChrisRoss5, One]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: What does review rejection mean to users?
permalink: /documentation/publish/what-does-review-rejection-mean-to-users/
published: false
published: true
topic: Publish
tags: [Add-ons, Extensions, Guide, publication, Review, WebExtensions]
contributors: [potterwrit, rebloor]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Themes
permalink: /documentation/themes/
published: false
published: true
tags: [themes]
contributors: [caitmuenster]
last_updated_by: caitmuenster

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Using the AMO theme generator
permalink: /documentation/themes/using-the-amo-theme-generator/
published: false
published: true
topic: Themes
tags: [add-on, Add-ons, AMO, Firefox, Guide, Tutorial, themes]
contributors: [irenesmith, andrewtruongmoz, caitmuenster, shiy23]

Просмотреть файл

@ -2,7 +2,7 @@
layout: sidebar
title: Extension Basics
permalink: /extension-basics/
published: false
published: true
tags: []
contributors:
- caitmuenster