Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 13.8.0
- 13.0
before_script:
- yarn install
script:
Expand Down
1 change: 1 addition & 0 deletions docs/community/charter.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,4 @@ We expect leaders to be aware when they are conflicted due to employment or othe
When in doubt, ask for a second opinion. Perceived conflicts of interest are important to address; as a leader, act to ensure that decisions are credible even if they must occasionally be unpopular, difficult or favourable to the interests of one group over another.


[Source](https://docs.google.com/document/d/1sQuZykMYVSrWf_GBonoJgXkgFD7_gn_MVXJYaRhRSBU/edit)
2 changes: 1 addition & 1 deletion docs/community/code_of_conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ The officers will evaluate your request and either reject or reach out with furt

Whenever someone else's work is used it needs to be given credit and referenced as much as possible. Ie. Linking to the graphic designer’s website if said person’s artwork was used.


[Source](https://docs.google.com/document/d/1PYbLPukRIBes5G69SNnQ8eUXufgWC48A4d8yK9rGJjA/edit)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are edit links. We should probably not use the edit links

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, it is an Edit link. It won't work unless you are authorized.

3 changes: 0 additions & 3 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ module.exports = {
],
Collaborators: [
'collaborators/email_setup_guide'
],
DemoExamples: [
'demo'
]
},
};