-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
1 parent
eb6070c
commit 5c15f07
Showing
118 changed files
with
31,270 additions
and
4,719 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
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 |
---|---|---|
|
@@ -65,4 +65,4 @@ http { | |
try_files $uri $uri/ /index.html; | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ env: | |
RUN_REGION: asia-southeast1 | ||
SERVICE_NAME: oet-handbook-github | ||
|
||
|
||
jobs: | ||
build: | ||
name: Build React App | ||
|
@@ -23,14 +22,14 @@ jobs: | |
- name: Set up Node.js v18.12.1 | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: '18.12.1' | ||
node-version: "18.12.1" | ||
|
||
- name: Install npm 8.19.2 | ||
run: npm install -g [email protected] | ||
|
||
- name: Install dependencies | ||
run: npm install | ||
|
||
- name: Build Development | ||
run: CI=false npm run build | ||
|
||
|
@@ -57,9 +56,9 @@ jobs: | |
|
||
- name: Setup GCloud Auth | ||
id: auth | ||
uses: 'google-github-actions/auth@v0' | ||
uses: "google-github-actions/auth@v0" | ||
with: | ||
credentials_json: '${{ secrets.GCR_SA_KEY }}' | ||
credentials_json: "${{ secrets.GCR_SA_KEY }}" | ||
|
||
- name: Set up Cloud SDK | ||
uses: google-github-actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,5 @@ repos: | |
hooks: | ||
- id: prettier | ||
args: [--write] | ||
additional_dependencies: ['[email protected]'] | ||
additional_dependencies: ["[email protected]"] | ||
files: \.(js|jsx|json|css|md|mdx|yaml|yml|html)$ | ||
|
||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module.exports = { | ||
presets: [require.resolve('@docusaurus/core/lib/babel/preset')], | ||
presets: [require.resolve("@docusaurus/core/lib/babel/preset")], | ||
}; |
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 |
---|---|---|
|
@@ -6,7 +6,12 @@ sidebar_label: "About OET" | |
import MaintainerTag from "@site/src/components/MaintainerTag"; | ||
import ControlledDocBanner from "@site/src/components/ControlledDocBanner"; | ||
|
||
<MaintainerTag maintainerEmails={["[email protected]", "[email protected]"]} /> | ||
<MaintainerTag | ||
maintainerEmails={[ | ||
"[email protected]", | ||
"[email protected]", | ||
]} | ||
/> | ||
|
||
# About OET | ||
|
||
|
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 |
---|---|---|
|
@@ -6,9 +6,15 @@ sidebar_label: "CEO Readme" | |
import MaintainerTag from "@site/src/components/MaintainerTag"; | ||
import ControlledDocBanner from "@site/src/components/ControlledDocBanner"; | ||
|
||
<MaintainerTag maintainerEmails={["[email protected]", "[email protected]"]} /> | ||
<MaintainerTag | ||
maintainerEmails={[ | ||
"[email protected]", | ||
"[email protected]", | ||
]} | ||
/> | ||
|
||
# CEO Readme | ||
|
||
this should be same as sidebar_label and folder name | ||
|
||
<ControlledDocBanner /> | ||
|
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 |
---|---|---|
|
@@ -6,9 +6,15 @@ sidebar_label: "Communication" | |
import MaintainerTag from "@site/src/components/MaintainerTag"; | ||
import ControlledDocBanner from "@site/src/components/ControlledDocBanner"; | ||
|
||
<MaintainerTag maintainerEmails={["[email protected]", "[email protected]"]} /> | ||
<MaintainerTag | ||
maintainerEmails={[ | ||
"[email protected]", | ||
"[email protected]", | ||
]} | ||
/> | ||
|
||
# Communication | ||
|
||
this should be same as sidebar_label and folder name | ||
|
||
<ControlledDocBanner /> | ||
|
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 |
---|---|---|
|
@@ -6,9 +6,15 @@ sidebar_label: "Company templates" | |
import MaintainerTag from "@site/src/components/MaintainerTag"; | ||
import ControlledDocBanner from "@site/src/components/ControlledDocBanner"; | ||
|
||
<MaintainerTag maintainerEmails={["[email protected]", "[email protected]"]} /> | ||
<MaintainerTag | ||
maintainerEmails={[ | ||
"[email protected]", | ||
"[email protected]", | ||
]} | ||
/> | ||
|
||
# Company templates | ||
|
||
this should be same as sidebar_label and folder name | ||
|
||
<ControlledDocBanner /> | ||
|
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 |
---|---|---|
|
@@ -6,9 +6,15 @@ sidebar_label: "Culture" | |
import MaintainerTag from "@site/src/components/MaintainerTag"; | ||
import ControlledDocBanner from "@site/src/components/ControlledDocBanner"; | ||
|
||
<MaintainerTag maintainerEmails={["[email protected]", "[email protected]"]} /> | ||
<MaintainerTag | ||
maintainerEmails={[ | ||
"[email protected]", | ||
"[email protected]", | ||
]} | ||
/> | ||
|
||
# Culture | ||
|
||
this should be same as sidebar_label and folder name | ||
|
||
<ControlledDocBanner /> | ||
|
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 |
---|---|---|
|
@@ -6,9 +6,15 @@ sidebar_label: "E-Group Weekly" | |
import MaintainerTag from "@site/src/components/MaintainerTag"; | ||
import ControlledDocBanner from "@site/src/components/ControlledDocBanner"; | ||
|
||
<MaintainerTag maintainerEmails={["[email protected]", "[email protected]"]} /> | ||
<MaintainerTag | ||
maintainerEmails={[ | ||
"[email protected]", | ||
"[email protected]", | ||
]} | ||
/> | ||
|
||
# E-Group Weekly | ||
|
||
this should be same as sidebar_label and folder name | ||
|
||
<ControlledDocBanner /> | ||
|
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 |
---|---|---|
|
@@ -6,9 +6,15 @@ sidebar_label: "Environmental, social and governance" | |
import MaintainerTag from "@site/src/components/MaintainerTag"; | ||
import ControlledDocBanner from "@site/src/components/ControlledDocBanner"; | ||
|
||
<MaintainerTag maintainerEmails={["[email protected]", "[email protected]"]} /> | ||
<MaintainerTag | ||
maintainerEmails={[ | ||
"[email protected]", | ||
"[email protected]", | ||
]} | ||
/> | ||
|
||
# Environmental, social and governance | ||
|
||
this should be same as sidebar_label and folder name | ||
|
||
<ControlledDocBanner /> | ||
|
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 |
---|---|---|
|
@@ -6,9 +6,15 @@ sidebar_label: "Group conversations" | |
import MaintainerTag from "@site/src/components/MaintainerTag"; | ||
import ControlledDocBanner from "@site/src/components/ControlledDocBanner"; | ||
|
||
<MaintainerTag maintainerEmails={["[email protected]", "[email protected]"]} /> | ||
<MaintainerTag | ||
maintainerEmails={[ | ||
"[email protected]", | ||
"[email protected]", | ||
]} | ||
/> | ||
|
||
# Group conversations | ||
|
||
this should be same as sidebar_label and folder name | ||
|
||
<ControlledDocBanner /> | ||
|
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 |
---|---|---|
|
@@ -6,9 +6,15 @@ sidebar_label: "Mission" | |
import MaintainerTag from "@site/src/components/MaintainerTag"; | ||
import ControlledDocBanner from "@site/src/components/ControlledDocBanner"; | ||
|
||
<MaintainerTag maintainerEmails={["[email protected]", "[email protected]"]} /> | ||
<MaintainerTag | ||
maintainerEmails={[ | ||
"[email protected]", | ||
"[email protected]", | ||
]} | ||
/> | ||
|
||
# Mission | ||
|
||
this should be same as sidebar_label and folder name | ||
|
||
<ControlledDocBanner /> | ||
|
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 |
---|---|---|
|
@@ -6,9 +6,15 @@ sidebar_label: "Strategy" | |
import MaintainerTag from "@site/src/components/MaintainerTag"; | ||
import ControlledDocBanner from "@site/src/components/ControlledDocBanner"; | ||
|
||
<MaintainerTag maintainerEmails={["[email protected]", "[email protected]"]} /> | ||
<MaintainerTag | ||
maintainerEmails={[ | ||
"[email protected]", | ||
"[email protected]", | ||
]} | ||
/> | ||
|
||
# Strategy | ||
|
||
this should be same as sidebar_label and folder name | ||
|
||
<ControlledDocBanner /> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,12 @@ import MaintainerTag from "@site/src/components/MaintainerTag"; | |
import ControlledDocBanner from "@site/src/components/ControlledDocBanner"; | ||
import GlobeComponent from "@site/src/components/TeamGlobe"; | ||
|
||
<MaintainerTag maintainerEmails={["[email protected]", "[email protected]"]} /> | ||
<MaintainerTag | ||
maintainerEmails={[ | ||
"[email protected]", | ||
"[email protected]", | ||
]} | ||
/> | ||
|
||
# Team | ||
|
||
|
@@ -21,4 +26,4 @@ Open Energy Transition is a global company where different cultures and points o | |
|
||
## Team information | ||
|
||
For further information about our collaborators, please refer to the [team page](https://openenergytransition.org/about-us.html#team) on the Open Energy Transition website. | ||
For further information about our collaborators, please refer to the [team page](https://openenergytransition.org/about-us.html#team) on the Open Energy Transition website. |
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 |
---|---|---|
|
@@ -6,9 +6,15 @@ sidebar_label: "Values" | |
import MaintainerTag from "@site/src/components/MaintainerTag"; | ||
import ControlledDocBanner from "@site/src/components/ControlledDocBanner"; | ||
|
||
<MaintainerTag maintainerEmails={["[email protected]", "[email protected]"]} /> | ||
<MaintainerTag | ||
maintainerEmails={[ | ||
"[email protected]", | ||
"[email protected]", | ||
]} | ||
/> | ||
|
||
# Values | ||
|
||
this should be same as sidebar_label and folder name | ||
|
||
<ControlledDocBanner /> | ||
|
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 |
---|---|---|
|
@@ -6,9 +6,15 @@ sidebar_label: "Vision" | |
import MaintainerTag from "@site/src/components/MaintainerTag"; | ||
import ControlledDocBanner from "@site/src/components/ControlledDocBanner"; | ||
|
||
<MaintainerTag maintainerEmails={["[email protected]", "[email protected]"]} /> | ||
<MaintainerTag | ||
maintainerEmails={[ | ||
"[email protected]", | ||
"[email protected]", | ||
]} | ||
/> | ||
|
||
# Vision | ||
|
||
this should be same as sidebar_label and folder name | ||
|
||
<ControlledDocBanner /> | ||
|
Oops, something went wrong.