Update references of Extension Workshop to Firefox Extension Workshop (#598)

* update content to Firefox Extension Workshop

* update to Firefox Extension Workshop

* updated header to extension workshop

Co-authored-by: Caitlin Neiman <cneiman@mozilla.com>
Co-authored-by: Stuart Colville <scolville@mozilla.com>
This commit is contained in:
Ayah Ramahi 2020-03-23 15:20:37 +02:00 коммит произвёл GitHub
Родитель 3efab624b1
Коммит 65195fa094
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 9 добавлений и 9 удалений

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

@ -112,7 +112,7 @@ jobs:
- *attach_deploy_workspace
- *run_install_aws_cli
- run:
name: extension workshop deployment (unpublished)
name: firefox extension workshop deployment (unpublished)
command: |
AWS_ACCESS_KEY_ID="${DEV_AWS_ACCESS_KEY_ID}" \
AWS_SECRET_ACCESS_KEY="${DEV_AWS_SECRET_ACCESS_KEY}" \
@ -132,7 +132,7 @@ jobs:
- *attach_deploy_workspace
- *run_install_aws_cli
- run:
name: extension workshop deployment
name: firefox extension workshop deployment
command: |
if [[ "$CIRCLE_TAG" =~ -stage$ ]] ; then
AWS_ACCESS_KEY_ID="${STAGE_AWS_ACCESS_KEY_ID}" \

2
.github/contributing.md поставляемый
Просмотреть файл

@ -1,6 +1,6 @@
## Updating Content
If you would like to update content or other resources on Extension Workshop, please:
If you would like to update content or other resources on Firefox Extension Workshop, please:
- Make a fork of this repository.
- Clone your fork locally.

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

@ -1,6 +1,6 @@
#!/bin/bash
# This file is used to deploy Extension Workshop to an S3 bucket. It
# This file is used to deploy Firefox Extension Workshop to an S3 bucket. It
# expects to be run from the root of the extensions-challenge directory and
# you'll need your S3 bucket name in an environment variable
# $EXTENSION_WORKSHOP_BUCKET

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

@ -1,12 +1,12 @@
[![CircleCI](https://circleci.com/gh/mozilla/extension-workshop/tree/master.svg?style=svg)](https://circleci.com/gh/mozilla/extension-workshop/tree/master)
# Extension Workshop
# Firefox Extension Workshop
Welcome to Extension Workshop, a launchpad for building Firefox extensions! 🚀
Welcome to Firefox Extension Workshop, a launchpad for building Firefox extensions! 🚀
## Updating Content
If you would like to update content or other resources on Extension Workshop, please refer to [contributing.md](.github/contributing.md)
If you would like to update content or other resources on Firefox Extension Workshop, please refer to [contributing.md](.github/contributing.md)
## Development Guide: Getting Started

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

@ -40,6 +40,6 @@ Featuring Madhava Enros, Senior Director of Firefox User Experience, and Dietric
- Get additional content and design support in the [Discourse Forum](https://discourse.mozilla.org/c/add-ons 'discourse.mozilla.org/c/add-ons').
- Learn how to [localize your creation](developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/Internationalization 'developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/Internationalization'). Solicit translation help from the community on [GitHub](https://github.com 'github.com'), and then upload the translations on [addons.mozilla.org](https://addons.mozilla.org 'addons.mozilla.org').
- [Technical documentation on MDN](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions 'developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions').
- Creating your very first extension? Get started on the [Extension Workshop](https://extensionworkshop.com/ 'extensionworkshop.com/').
- Creating your very first extension? Get started on the [Firefox Extension Workshop](https://extensionworkshop.com/ 'extensionworkshop.com/').
_Note, you may be required to include additional information in your product page, beyond the content guidelines here. This includes things like privacy policy or disclosures when payment is required to enable features. See the [Add-on policies](https://developer.mozilla.org/docs/Mozilla/Add-ons/AMO/Policy/Reviews 'developer.mozilla.org/docs/Mozilla/Add-ons/AMO/Policy/Reviews') for more information._

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

@ -37,7 +37,7 @@ Get how-tos, resources, and information to successfully build and ship your exte
## Getting started
The Extension Workshop can help you develop extensions for Firefox and give your users simple, yet powerful ways to customize their browsing experience. Youll find:
The Firefox Extension Workshop can help you develop extensions for Firefox and give your users simple, yet powerful ways to customize their browsing experience. Youll find:
- [Overview of the Firefox extension features](/#about)
- [Tools and processes for developing and testing](/documentation/develop/)