Commit Graph

689 Commits (a41d0427041a1e6736ab5252d6b9300bd28a49bc)

Author SHA1 Message Date
camperbot de96fcbfce
chore(i18n,docs): processed translations (#45024) 2022-02-05 09:05:12 -08:00
camperbot 42a05e6124
chore(i18n,docs): processed translations (#45016) 2022-02-05 18:55:33 +09:00
camperbot a2a1c62953
chore(i18n,docs): processed translations (#44964) 2022-02-03 14:25:42 -08:00
sidemt 5dc3e31cba
docs: add missing & in 'Compare & pull request' (#44985) 2022-02-01 11:12:06 -08:00
camperbot 25df17a28a
chore(i18n,docs): processed translations (#44950) 2022-01-28 10:38:18 -08:00
camperbot cb02d1d130
chore(i18n,docs): processed translations (#44934) 2022-01-27 19:00:36 +05:30
camperbot d0d8d6f6a6
chore(i18n,docs): processed translations (#44907) 2022-01-25 10:08:20 -08:00
Oliver Eyton-Williams 7216ca55cc
refactor: organise TypeScript config and migrate helpers (#44747)
* feat: allow more 1000 steps to be created at once

* refactor: start migrating to typescript

* refactor: delete-step to ts

* refactor: migrated some helpers

* refactor: migrate create-empty-steps

* refactor: migrate create-step-between

* refactor: finish migrating to TS

* refactor: migrate tests

* fix: ensure mock.restore is done after each test

* fix: prevent double-tscing

* fix: repair the tests

* chore: use ts-node for scripts

We don't need the performance boost of incremental compilation and
ts-node is easier to work with

* refactor: consolidate tsconfigs

* refactor: replace gulp

* fix: use ts-node for build-curriculum

* fix: allow ts compilation of config

* feat: create and use create:config script

* fix: add /config to eslint projects

* fix: remove gulp script
2022-01-25 11:34:16 +01:00
nhcarrigan eb83f393ad
docs: add learntocode RPG (#44868)
* docs: add learntocode RPG

* Update how-to-translate-files.md

* Update docs/how-to-translate-files.md

Co-authored-by: Eric Cheng <ericcheng9316@gmail.com>

* Update how-to-translate-files.md

Co-authored-by: Lynn Zheng <lynnzheng08@outlook.com>
Co-authored-by: Eric Cheng <ericcheng9316@gmail.com>
2022-01-24 15:02:49 +01:00
camperbot d039479e66
chore(i18n,docs): processed translations (#44864) 2022-01-23 00:02:35 +09:00
Shaun Hamilton 0823b45f5d
chore(docs): remove outdated info in cypress/gitpod (#44849) 2022-01-20 21:26:54 +07:00
Mrugesh Mohapatra 685344ae45
refactor: apply fixed from codefactor (#3) (#44780)
Co-authored-by: codefactor-io <support@codefactor.io>

Co-authored-by: codefactor-io <support@codefactor.io>
2022-01-14 08:53:34 -08:00
camperbot 844a893f89
chore(i18n,docs): processed translations (#44738) 2022-01-10 10:05:41 -03:00
camperbot 740265fa58
This PR was automagically generated by Crowdin. (#44732) 2022-01-09 15:05:00 +01:00
camperbot fee0ac3846
This PR was automagically generated by Crowdin. (#44697) 2022-01-07 09:19:51 +00:00
Eric Leung 7b20b654d9
docs: add FAQ about paths to being a moderator (#44701)
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2022-01-07 13:17:16 +05:30
camperbot e8d4dbc67e
chore(i18n,docs): update translations (#44584) 2021-12-24 21:02:06 +01:00
camperbot 8584dfab1d
chore(i18n,docs): processed translations (#44571) 2021-12-23 18:41:58 +05:30
Mrugesh Mohapatra 9b15d47566
docs: expand the responsible disclosure (#44549)
* docs: expand the responsible disclosure

* Update docs/security.md

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-12-23 11:03:14 +05:30
camperbot 17b2f03eac
chore(i18n,docs): update translations (#44551) 2021-12-22 15:09:56 +01:00
camperbot 3e4a5212a3
chore(i18n,docs): update translations (#44537) 2021-12-22 11:59:30 +01:00
Mrugesh Mohapatra 198150217a
docs: update guidelines for reporting security issues (#44541) 2021-12-21 08:41:53 -08:00
Lasse Jørgensen a6990c7d9c
docs: update link in Moderator Handbook (#44529)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2021-12-21 09:38:32 +05:30
camperbot 129083de97
chore(i18n,docs): update translations (#44483) 2021-12-13 15:33:40 +00:00
camperbot a4dc160399
chore(i18n,docs): update translations (#44472) 2021-12-11 13:45:35 +00:00
Mrugesh Mohapatra 32e59efb23
docs: enable ukrainian docs (#44450) 2021-12-10 17:46:05 +00:00
Nicholas Carrigan (he/him) 9f0e26fddb
docs: update steps to enable translation (#44464) 2021-12-10 18:39:02 +01:00
camperbot 40def2d291
chore(i18n,docs): update translations (#44453) 2021-12-10 23:02:33 +05:30
Mrugesh Mohapatra 3f62615f8d
docs(devops): update npm version to v8 (#44455) 2021-12-10 17:26:21 +00:00
camperbot fd0a140c8a
chore(i18n,docs): processed translations (#44446) 2021-12-10 11:19:29 +05:30
Tom 1c5d136add
feat(client): add notes tab to project based curriculum (#44247)
* feat: add notes tab to project based curriculum

* feat: add console key to i18n

* feat: add reset to i18n

* fix: use translations in action-row

* fix: use hasEditableBoundaries as check for when to display instructions/editor-tabs

* fix: clean up notes components and use prism formatting

* feat: add notes to docs/how-to-work-on-challenges

* revert: unused code

* fix: lint errors?

* fix: lint errors

* fix: add notes to graphql schema

* fix: add notes to challenge schema

* fix: only display notes on project based

* fix: add env data back to mobile layout

* fix: prettify

* revert: notes

* fix: hide notes on mobile for non project based

* rename: switchDisplayTab -> togglePane

* revert: hasEditableBoundaries check back to projectBasedChallenge check
2021-12-09 18:42:03 +00:00
camperbot 6be472a31f
chore(i18n,docs): update translations (#44435) 2021-12-09 15:59:16 +00:00
vincentchen137 09352ad3c2
feat(docs): add 3 new sections to faq.md (#44399)
* docs: update FAQ.md

* fix: indented lines 75-78

* fix: indented lines 75-78

* fix: indented lines 75-78

* fix: removed reviewing PR section and added another link to writing articles

* fix: removed YouTube bit about captions

* Update docs/FAQ.md

Co-authored-by: Ilenia <nethleen@gmail.com>

* Update docs/FAQ.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Ilenia <nethleen@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-12-09 00:19:12 +00:00
camperbot 2528f7c466
chore(i18n,docs): update translations (#44415) 2021-12-08 18:14:44 +05:30
Mrugesh Mohapatra 979a8d59d9
chore(docs): collocate how to contact staff (#44404) 2021-12-07 09:47:47 -08:00
Oliver Eyton-Williams 2a286d3fc6
chore(docs): add contributor tools update instructions (#44393) 2021-12-07 21:46:38 +05:30
camperbot 6822a469ff
chore(i18n,docs): processed translations (#44332) 2021-11-30 10:25:51 -03:00
Anamika a1d3fbdce3
fix(docs): updated reference to /utils/dasherize.js in docs (#44316) 2021-11-29 21:48:37 +00:00
camperbot 0ed6b0607b
chore(i18n,docs): update translations (#44311) 2021-11-29 20:39:12 +00:00
camperbot 0b7170852f
chore(i18n,docs): update translations (#44282) 2021-11-27 20:18:33 +00:00
Oliver Eyton-Williams 0418c59445
docs: explain dynamic hints in more depth (#44290) 2021-11-26 14:06:22 +00:00
Oliver Eyton-Williams 260f945de8
feat: allow for dynamic hints (#44279) 2021-11-25 15:10:01 +00:00
Mrugesh Mohapatra d409194dd8
docs: update instructions (#44267)
* docs: update instructions

* docs: update instructions

* Update docs/devops.md

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-11-24 17:41:11 +00:00
camperbot da3bc930ff
chore(i18n,docs): update translations (#44253) 2021-11-23 10:01:44 -08:00
Nicholas Carrigan (he/him) 5e7aafc7b1
docs: fix up verbiage (#44102)
* docs: fix up verbiage

* chore: else............if

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* chore: apply kris' review suggestions

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
2021-11-22 12:51:18 +00:00
Kunal 3c1c79eedb
fix(docs): updated the _theme.css to makes the code easier to read (#44218)
* updated the _theme.css  to makes the code easier to read (more understandable) and makes it much easier to change the color values.

* Update docs/_theme.css

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>

Co-authored-by: Kunal <kunal.jain@ekamtek.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2021-11-22 11:26:57 +05:30
camperbot b25abf086e
chore(i18n,docs): update translations (#44136) 2021-11-06 15:14:35 +00:00
camperbot 353388c9cc
chore(i18n,docs): update translations (#44120) 2021-11-04 17:01:27 +00:00
camperbot efdbf1c2b7
chore(i18n,docs): update translations (#44111) 2021-11-03 08:23:46 -07:00
Mrugesh Mohapatra a971126368 docs: update Node.js and npm versions 2021-11-03 15:06:19 +05:30