From 2fe9edb90f9b0de5a4f0e3643132b88acb2b6f08 Mon Sep 17 00:00:00 2001 From: Samir Faci Date: Mon, 6 Apr 2020 01:41:45 -0700 Subject: [PATCH] Adding Source materia, removing demo from sidebar --- .dockerignore | 1 + .travis.yml | 2 +- docs/community/charter.md | 1 + docs/community/code_of_conduct.md | 2 +- sidebars.js | 3 --- 5 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +node_modules diff --git a/.travis.yml b/.travis.yml index 4d9370f..a18cdbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: -- 13.8.0 +- 13.0 before_script: - yarn install script: diff --git a/docs/community/charter.md b/docs/community/charter.md index 93f12c5..6eaa188 100644 --- a/docs/community/charter.md +++ b/docs/community/charter.md @@ -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) \ No newline at end of file diff --git a/docs/community/code_of_conduct.md b/docs/community/code_of_conduct.md index d691d2e..79f1287 100644 --- a/docs/community/code_of_conduct.md +++ b/docs/community/code_of_conduct.md @@ -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) \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index c6d5b49..e97a95c 100644 --- a/sidebars.js +++ b/sidebars.js @@ -8,9 +8,6 @@ module.exports = { ], Collaborators: [ 'collaborators/email_setup_guide' - ], - DemoExamples: [ - 'demo' ] }, };