-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDN redesign Co-authored-by: Kasey Kelly <[email protected]> Co-authored-by: Chris Beaven <[email protected]> Co-authored-by: Michael Trythall <[email protected]> Co-authored-by: Luciano Ratamero <[email protected]> Co-authored-by: Nicolas Lara <[email protected]> Co-authored-by: Guy Sleigh <[email protected]> Co-authored-by: Schalk Neethling <[email protected]>
- Loading branch information
1 parent
4431bd7
commit dbaddf2
Showing
388 changed files
with
18,277 additions
and
6,917 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
#CONTENT_ROOT=/path/to/content/files | ||
#CONTENT_TRANSLATED_ROOT=/path/to/translated-content/files | ||
#CONTRIBUTOR_SPOTLIGHT_ROOT=/path/to/mdn-contributor-spotlight/contributors | ||
|
||
# See documentation in docs/envvars.md for more information about this | ||
#BUILD_FLAW_LEVELS=broken_links:error, macros:ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,6 +79,11 @@ jobs: | |
repository: mdn/translated-content | ||
path: mdn/translated-content | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
repository: mdn/mdn-contributor-spotlight | ||
path: mdn/mdn-contributor-spotlight | ||
|
||
- name: Setup Node.js environment | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -126,6 +131,7 @@ jobs: | |
# sub-folder called "mdn/content" | ||
CONTENT_ROOT: ${{ github.workspace }}/mdn/content/files | ||
CONTENT_TRANSLATED_ROOT: ${{ github.workspace }}/mdn/translated-content/files | ||
CONTRIBUTOR_SPOTLIGHT_ROOT: ${{ github.workspace }}/mdn/mdn-contributor-spotlight/contributors | ||
|
||
# The default for this environment variable is geared for writers | ||
# (aka. local development). Usually defaults are supposed to be for | ||
|
@@ -147,8 +153,8 @@ jobs: | |
# https://speedcurve.com/mozilla-add-ons/mdn/settings/updated/#lux | ||
BUILD_SPEEDCURVE_LUX_ID: 108906238 | ||
|
||
# This enables the Plus call-to-action banner and the Plus landing page | ||
REACT_APP_ENABLE_PLUS: true | ||
# This enables the MDN Plus | ||
REACT_APP_ENABLE_PLUS: false | ||
|
||
# This removes the ability to sign in | ||
REACT_APP_DISABLE_AUTH: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,6 +79,11 @@ jobs: | |
repository: mdn/translated-content | ||
path: mdn/translated-content | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
repository: mdn/mdn-contributor-spotlight | ||
path: mdn/mdn-contributor-spotlight | ||
|
||
- name: Setup Node.js environment | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -126,13 +131,17 @@ jobs: | |
# sub-folder called "mdn/content" | ||
CONTENT_ROOT: ${{ github.workspace }}/mdn/content/files | ||
CONTENT_TRANSLATED_ROOT: ${{ github.workspace }}/mdn/translated-content/files | ||
CONTRIBUTOR_SPOTLIGHT_ROOT: ${{ github.workspace }}/mdn/mdn-contributor-spotlight/contributors | ||
|
||
# The default for this environment variable is geared for writers | ||
# (aka. local development). Usually defaults are supposed to be for | ||
# secure production but this is an exception and default | ||
# is not insecure. | ||
BUILD_LIVE_SAMPLES_BASE_URL: https://yari-demos.stage.mdn.mozit.cloud | ||
|
||
# Use the stage version of interactive examples. | ||
BUILD_INTERACTIVE_EXAMPLES_BASE_URL: https://interactive-examples.stage.mdn.mozilla.net | ||
|
||
# Now is not the time to worry about flaws. | ||
BUILD_FLAW_LEVELS: "*:ignore" | ||
|
||
|
@@ -148,17 +157,22 @@ jobs: | |
BUILD_SPEEDCURVE_LUX_ID: 108906238 | ||
|
||
# This enables the Plus call-to-action banner and the Plus landing page | ||
REACT_APP_ENABLE_PLUS: true | ||
REACT_APP_ENABLE_PLUS: false | ||
|
||
# This adds the ability to sign in (stage only for now) | ||
REACT_APP_DISABLE_AUTH: false | ||
|
||
# Use the stage version of interactive examples in react app | ||
REACT_APP_INTERACTIVE_EXAMPLES_BASE_URL: https://interactive-examples.stage.mdn.mozilla.net | ||
|
||
# Firefox Accounts and SubPlat settings | ||
REACT_APP_FXA_SIGNIN_URL: /users/fxa/login/authenticate/ | ||
REACT_APP_FXA_SETTINGS_URL: https://accounts.stage.mozaws.net/settings/ | ||
REACT_APP_MDN_PLUS_SUBSCRIBE_URL: https://accounts.stage.mozaws.net/subscriptions/products/prod_Jtbg9tyGyLRuB0 | ||
REACT_APP_MDN_PLUS_YEARLY_PLAN: price_1JpIPwKb9q6OnNsLJLsIqMp7 | ||
REACT_APP_MDN_PLUS_MONTHLY_PLAN: price_1JFoTYKb9q6OnNsLalexa03p | ||
REACT_APP_MDN_PLUS_5M_PLAN: price_1JFoTYKb9q6OnNsLalexa03p | ||
REACT_APP_MDN_PLUS_5Y_PLAN: price_1JpIPwKb9q6OnNsLJLsIqMp7 | ||
REACT_APP_MDN_PLUS_10M_PLAN: price_1K6X7gKb9q6OnNsLi44HdLcC | ||
REACT_APP_MDN_PLUS_10Y_PLAN: price_1K6X8VKb9q6OnNsLFlUcEiu4 | ||
|
||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ _githistory.json | |
/testing/content/ | ||
/kumascript/coverage/ | ||
/ssr/mozilla.dnthelper.min.js | ||
popularities.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
**/*.css | ||
/client/src/ui/vars/sass/_variables.scss |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.