Commit Graph

779 Commits (e9aaff5fd163a318d143fb2cc4271f5774e7f242)

Author SHA1 Message Date
camperbot 5dff3a4520
chore(i18n,docs): update translations (#43031) 2021-07-27 08:24:03 -07:00
Nicholas Carrigan (he/him) c1fc6889d4
docs: draft curriculum structure (#42952)
* docs: draft curriculum structure

* docs: add superblock instructions

* docs: intro.json

* feat: enhance curriculum file structure docs

* docs: add redirect note

* chore: apply shaun's review suggestions

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

* chore: full stop

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-07-26 21:55:23 +02:00
Nicholas Carrigan (he/him) 8535c23b08
fix: address crowdin issues (#43021) 2021-07-26 19:43:15 +01:00
camperbot 652f2da548
chore(i18n,docs): update translations (#43016) 2021-07-26 09:18:32 -05:00
camperbot f938a9cf98
chore(i18n,docs): processed translations (#43005) 2021-07-25 22:55:49 +05:30
camperbot c983466142
chore(i18n,docs): update translations (#42994) 2021-07-24 09:41:03 -07:00
camperbot 15a8b172c9
chore(i18n,docs): update translations (#42981) 2021-07-23 19:15:25 +02:00
camperbot 146b87ccfa
chore(i18n,docs): update translations (#42967) 2021-07-22 15:15:44 +02:00
camperbot 7adc9b819e
chore(i18n,docs): update translations (#42942) 2021-07-20 18:05:52 +02:00
camperbot f99041a3c3
chore(i18n,docs): processed translations (#42916) 2021-07-19 11:38:01 +05:30
camperbot 8707bd8192
chore(i18n,docs): update translations (#42896) 2021-07-16 15:44:37 +02:00
camperbot 36146b549e
chore(i18n,docs): processed translations (#42886) 2021-07-16 09:09:35 +01:00
Oliver Eyton-Williams b61d185209
docs: mention curriculum helper functions (#42889) 2021-07-16 09:01:05 +01:00
Vishwasa Navada K 1f5f07cad3
docs(local-setup): Added a note on the local setup guidelines page that includes a solution to `sharp` issue on Apple M1 chip devices (#42871) 2021-07-16 10:57:55 +05:30
camperbot b890322065
chore(i18n,docs): processed translations (#42830) 2021-07-12 21:02:20 +05:30
camperbot d475b850bc
chore(i18n,docs): update translations (#42816) 2021-07-11 00:10:31 +01:00
alirezaghey 5bd0e3ff71
fix: correct test commands in contributor docs (#42813) 2021-07-10 11:35:50 +05:30
camperbot 97344ecee1
chore(i18n,docs): processed translations (#42808) 2021-07-09 15:11:48 +02:00
Mrugesh Mohapatra 77973d9c6c
fix(docs): broken link to translations 2021-07-08 16:33:19 +05:30
camperbot b6fd7170a2
chore(i18n,docs): processed translations (#42781) 2021-07-08 10:39:56 +01:00
Shaun Hamilton 2f729976fc
feat(docs): add codebase best practices (#42591)
* feat(docs): add codebase best practices

* add anchor to linter setup

* add typescript highlighting, and basic idea

* apply silly standards

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* add stateful class component example

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

* encourage use of functional components

* split filename extension

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

* add comments for future me

* add redux structure

* add tsx to prism imports

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-07-06 20:00:09 +05:30
camperbot 4f45b5f68e
chore(i18n,docs): processed translations (#42718) 2021-07-02 09:11:46 -07:00
camperbot 5ec06210a5
chore(i18n,docs): processed translations (#42696) 2021-07-01 05:41:17 -07:00
Mrugesh Mohapatra 2c3cd39c8d
fix(docs): update paths to requirements (#42679) 2021-06-30 20:47:41 +05:30
camperbot fc90c869a2
chore(i18n,docs): processed translations (#42668) 2021-06-29 08:18:10 -07:00
Ilenia 1a8d705226
feat(i18n): enable italian contributing documentation (#42662)
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-06-29 11:12:37 +05:30
Ilenia 181d714e04
docs(i18n): Italian labels for docsify (#42633) 2021-06-25 18:08:23 +00:00
camperbot adf683aab9
chore(i18n,docs): update translations (#42618) 2021-06-24 19:50:43 +05:30
Aileen db79a0a29a
fix(docs): replaced DANGER with ATTENTION (#42615) 2021-06-24 11:19:31 +02:00
camperbot cf78d4e476
chore(i18n,docs): update translations (#42606) 2021-06-23 10:10:58 -05:00
Shaun Hamilton b96ebf7663
fix(docs): update terminology for challenges (#42595) 2021-06-22 16:59:30 -07:00
Prashant 3393caf9c6
fix(docs): Easy readability of documentation in mobile view (#42572)
Co-authored-by: PrashantSakre <prashantsakre@Prashants-mac-mini.local>
2021-06-21 13:57:41 +05:30
camperbot 121b92e2dd
chore(i18n,docs): update translations (#42429) 2021-06-10 17:03:49 +02:00
Oliver Eyton-Williams 87830f3a9c
docs: add helpers to contribute docs (#42417)
* docs: add helpers to contribute docs

* chore: remove helper script readme

* Update docs/how-to-work-on-practice-projects.md

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

* Update docs/how-to-work-on-practice-projects.md

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

* Update docs/how-to-work-on-practice-projects.md

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

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-06-10 14:11:11 +05:30
camperbot 91901b822e
chore(i18n,docs): update translations (#42361) 2021-06-04 08:08:27 -07:00
Nicholas Carrigan (he/him) b95886a2e2
docs: test translations locally (#42352)
* docs: test translations locally

Brief documentation on enabling a new language in the codebase.

* fix(docs): apply review suggestions

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

* fix(docs): move sidebar link

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

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2021-06-03 22:24:37 +01:00
Ramón Huidobro ed4e591ffc
docs: minor wording improvements (#42350)
- Added a link to the local setup guide
- Tightened language around git version verification
- Reordered some wording to make it clearer that Docker can be used multiple types of databases
- Added "the" for flow
2021-06-03 17:21:53 +00:00
camperbot b60324ff55
chore(i18n,docs): update translations (#42348) 2021-06-03 18:57:47 +05:30
Dripcoding 232469fc58
docs: add set up code editor docs for intellij (#42344) 2021-06-03 10:59:51 +01:00
camperbot bbf0d2727f
chore(i18n,docs): update translations (#42244) 2021-05-26 00:59:56 +05:30
Nicholas Carrigan (he/him) 948cc10be4
docs: translators -> contributors (#42239)
Replace the links to the now archived translators room with the
contributors room.
2021-05-24 18:07:05 -07:00
camperbot bb841869eb
chore(i18n,docs): update translations (#42207) 2021-05-24 18:22:08 +05:30
Huyen Nguyen 79b90ca46e
docs: add links to the moderator handbook (#42199) 2021-05-21 06:08:55 +02:00
camperbot f68fc5a5a8
chore(i18n,docs): processed translations (#42176) 2021-05-18 19:06:17 +05:30
Oliver Eyton-Williams be2bb093d4
docs: use details tags to clean up mailhog section (#42160) 2021-05-17 18:58:38 +05:30
camperbot 36548a13f2
chore(i18n,docs): processed translations (#42126) 2021-05-13 18:02:33 +05:30
camperbot 1537354cf2
chore(i18n,docs): processed translations (#42113) 2021-05-12 21:26:15 +05:30
Huyen Nguyen 64b081d3d2
docs: add storybook command to contributing guide (#42105) 2021-05-12 13:24:40 +02:00
Mrugesh Mohapatra 0d483049f0
docs: remove duplicate code block (#42109) 2021-05-12 10:05:44 +02:00
camperbot 4556b446b8
chore(i18n,docs): update translations (#42079) 2021-05-10 16:18:13 +02:00
Seth cfc830893c
docs: Clean up Moderator Handbook (#42071)
* clean up moderator handbook

* fix capitalization in pr template

* pull-request -> pull request

* fix typos in moderator handbook
2021-05-10 16:08:24 +05:30
camperbot 05cfd22518
chore(i18n,docs): update translations (#42064) 2021-05-08 17:37:46 +02:00
Oliver Eyton-Williams 54df230b8e
docs: add guide to using MailHog with Docker (#42047)
docs: add guide to using MailHog with Docker
2021-05-07 17:44:04 +05:30
camperbot f56d4f8b9f
chore(i18n,docs): update translations (#42000) 2021-05-05 18:20:24 +05:30
Mrugesh Mohapatra 28df6e9b91
feat: welcoming shaun to the dev-team (#41987) 2021-05-04 22:29:53 +00:00
camperbot 14fd7b0006
chore(i18n,docs): processed translations (#41938) 2021-04-28 18:42:39 +05:30
camperbot 1880ca05d1
chore(i18n,docs): update translations (#41880) 2021-04-21 07:29:24 -07:00
Aung Myat Min de8aae602e
fix(docs): Fixed typo in "free" (#41867) 2021-04-20 15:33:35 +00:00
camperbot 11890b098f
chore(i18n,docs): processed translations (#41820) 2021-04-14 15:40:32 +02:00
camperbot bfc9f770c4
chore: update translations (#41753) 2021-04-06 18:51:16 +02:00
camperbot 0442f975d6
chore(i18n,docs): processed translations (#41747) 2021-04-05 07:54:28 -07:00
camperbot 5403e1636b
chore(i18n,docs): processed translations (#41735) 2021-04-04 18:48:04 +05:30
Niraj Nandish aea37058bf
docs: fix netstat command for Linux/MacOS/WSL (#41740) 2021-04-04 18:07:20 +05:00
Nicholas Carrigan (he/him) b3f296fab2
feat(docs): document email tool (#41722)
Add documentation for using the email blast tool to send out the
weekly newsletter.
2021-04-02 14:25:57 +03:00
CamperBot 3fcf339dd7
chore(i8n,docs): processed translations (#41718)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-04-01 20:54:39 +05:30
Randell Dawson 79fcc28faf
fix(docs): remove member name (#41711) 2021-04-01 16:14:34 +05:30
Mrugesh Mohapatra 06e1b218c9
docs(i18n): remove extraneous line (#41710) 2021-03-31 21:02:52 +05:30
Mrugesh Mohapatra 40d7e04a61
fix(docs): improve i18n contribution guidelines (#41678)
* fix(docs): improve i18n contribution guidelines

* chore: apply suggestions from code review

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

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-03-31 06:58:54 -07:00
CamperBot 2de0d88e0e
chore(i8n,docs): processed translations (#41705)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-31 06:29:26 -07:00
CamperBot e4bfc97299
chore(i8n,docs): processed translations (#41616)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-29 17:14:24 +05:30
Oliver Eyton-Williams 8521823831
docs: fix npm to v6 (#41607) 2021-03-27 10:19:48 +05:30
CamperBot e81eb7034c
chore(i8n,docs): processed translations (#41594)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-26 07:39:07 -07:00
renovate[bot] 8b3eb39223
chore(deps): update dependency font-awesome to v5.15.3 (#41593)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-26 18:06:56 +05:30
Mrugesh Mohapatra c75cd9ae53
fix(docs): upgrade to mongodb 4.0 (#41557)
* fix(docs): upgrade to mongodb 4.0

* chore(docs): apply suggestions from code review

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

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-03-25 13:23:43 -06:00
camperbot fab12a7e45
chore(i8n,docs): processed translations (#41532)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-19 07:00:15 -07:00
camperbot 2943b34f8b
chore(i8n,docs): processed translations (#41520)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-18 11:07:55 -06:00
Nicholas Carrigan (he/him) 8305cad79a
fix: address crowdin issues (#41517) 2021-03-18 16:31:05 +01:00
Oliver Eyton-Williams 4ea2ad881b
docs: change node alias from stable to lts (#41503) 2021-03-18 05:39:27 -07:00
camperbot a668d13caf
chore(i8n,docs): processed translations (#41514)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-17 10:29:03 -06:00
Sem Bauke 97e040e0a4
fix(docs) Moderator handbook grammar and spelling improvements (#41506)
* fix(docs) Moderator handbook grammar and spelling improvements

* fix(docs) added suggestions by RandellDawson

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix(docs) Restore title

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2021-03-16 08:09:02 -07:00
Michael Padilla 6f6c4f9081
Fix: Redundant word on english devops.md (#41505) 2021-03-16 14:27:21 +01:00
camperbot 8c4448b516
chore(i8n,docs): processed translations (#41493)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-15 12:56:08 +00:00
camperbot c6bef53773
chore(i8n,docs): processed translations (#41460)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-13 10:30:59 -07:00
camperbot d74a6ec539
chore(i8n,docs): processed translations (#41453)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-12 07:34:08 -08:00
Randell Dawson a3f6a2a904
fix(docs): Added missing word to sentence in devops.md (#41455) 2021-03-12 07:31:49 -08:00
Mrugesh Mohapatra 2cc38f6cc5
docs: update devops flight-manuals (#41446)
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-03-12 10:21:57 +05:30
camperbot ce18c05b95
chore(i8n,docs): processed translations (#41443)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-11 05:07:21 -08:00
Mrugesh Mohapatra b0bfc00f21 fix(actions): update workflow matrices & docs
This commit intentionally adds a matrix to keep supporting Node.js 12
while we evaluate it
2021-03-11 12:19:42 +05:30
Mrugesh Mohapatra 972878c727
docs: update ordering on the sidebar (#41435) 2021-03-11 10:54:38 +05:30
camperbot 11e162cc91
chore(i8n,docs): processed translations (#41432)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-10 07:11:38 -08:00
Nicholas Carrigan (he/him) 75ac8e1725
docs: establish i18n for message boxes (#41326)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: miyaliu666 <miyaliu66666@gmail.com>
Co-authored-by: Rafael D. Hernandez <rafaeldavish443@gmail.com>
2021-03-09 11:30:31 +05:30
camperbot d2e7d60514
chore(i8n,docs): processed translations (#41375)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-05 05:58:45 -07:00
Nicholas Carrigan (he/him) 4b26f679fd
docs: codify trans tag (#41367)
* docs: codify trans tag

* fix(docs): remove extraneous backslash
2021-03-04 23:16:36 -07:00
camperbot 7783f757e1
chore(i18n,docs): processed translations (#41368)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-05 11:22:05 +05:30
Supritha 857f435f8d
fix(docs): "learning platform" instead of "curriculum" (#41357) 2021-03-04 15:25:38 +05:30
Mrugesh Mohapatra deaa79f855
fix(docs): update mod handbook, update width and cleanup (#41352)
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-03-04 13:26:55 +05:30
Mrugesh Mohapatra 58a74023ef
docs: update prod commands for api-server (#41274) 2021-02-26 13:29:33 -08:00
Mrugesh Mohapatra b5f4754e2a
fix: re-revert the API decoupling (#41263)
* fix(api): decouple api from curriculum

This reverts commit 8f0e441644 and
introduces the implementations from #40703.

* fix(gitpod): add curriculum build to GitPod

This reverts commit 706d70f58d and
introduces implementations from #41234.

* docs: update DevOps manual for api change (#41259)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-02-25 12:02:35 -08:00
Oliver Eyton-Williams 654afae0cf
docs: s/maim/main/g (#41262) 2021-02-25 07:05:20 -08:00
Nicholas Carrigan (he/him) 89a35d98d5
docs: add channel request form (#41253) 2021-02-25 16:32:42 +05:30
Nicholas Carrigan (he/him) 66e40dbd6f
chore(i8n,docs): processed translations (#41252)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-02-24 18:55:27 -07:00
Nicholas Carrigan (he/him) f62de2d0e6
docs: update moderator handbook (#41226)
* docs: update moderator handbook

Updates the handbook to rewrite the Discord section for the new
chat server, removing Discord entirely.

* fix: verbiage

* fix(docs): apply suggestions from code review

Co-authored-by: akhil marsonya <16393876+marsonya@users.noreply.github.com>

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: akhil marsonya <16393876+marsonya@users.noreply.github.com>
2021-02-24 14:42:38 -08:00
Mrugesh Mohapatra 8f0e441644 revert(api): decouple api from curriculum
This reverts commit c077ffe4b9
via PR #40703
2021-02-25 03:40:09 +05:30
Nicholas Carrigan (he/him) f60fa14d3e
fix(docs): repair image links (#41231) 2021-02-23 10:47:03 +05:30
Nicholas Carrigan (he/him) cadfa4f767
docs(i18n): enable portuguese (#41232)
Makes the necessary changes to the workflow and documentation files
to enable the Portuguese translations.
2021-02-23 10:46:09 +05:30
Nicholas Carrigan (he/him) 3dd33d87ed
docs: enable chinese link (#41227) 2021-02-23 09:51:55 +05:30
Nicholas Carrigan (he/him) 6bf33efc99
fix: small typo (#41230) 2021-02-23 09:32:38 +05:30
Oliver Eyton-Williams c077ffe4b9
feat(api): decouple api from curriculum (#40703) 2021-02-22 12:23:59 +05:30
Randell Dawson e0edae94bd
chore(i8n,docs): processed translations (#41196)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-02-21 11:44:29 +05:30
Nicholas Carrigan (he/him) be655b4742
fix(docs): remove schema mention (#41189)
We no longer use schemas to validate the translation json objects,
instead using the English files as the single source of truth.
2021-02-20 12:02:07 +05:30
Nicholas Carrigan (he/him) bebd599e62
fix(docs): typo (#41137)
Resolves a missing word mentioned in a Crowdin comment.
2021-02-16 08:08:43 -07:00
Nicholas Carrigan (he/him) e6b8f5d9a6
chore(i8n,docs): processed translations (#41117)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-02-14 15:18:51 -07:00
Nicholas Carrigan (he/him) b2526c855a
fix(docs): additional i18n notes (#41084)
* fix(docs): note about PR language

Adds a note that PR title, body, commits, and code should all be
in English.

* feat(docs): additional notes

Adds note about setting Crowdin to show HTML tags instead of number
tags, and note about what to do when overriding a QA check.

* fix: apply review suggestions

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-02-12 11:54:24 -07:00
Nicholas Carrigan (he/him) 3b79b7836b
feat(docs): update client translation flow (#41065)
Updates the client translation flow documentation to reflect the
recent discussions we've had.
2021-02-12 12:20:08 +05:30
Mrugesh Mohapatra 5d3fc8dcfd
fix(docs,i18n): update FAQ for translations, add intros (#41054)
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-02-11 22:28:01 +05:30
Kelvin Sánchez 3757691c91
fix(docs): remove duplicated word (#41051) 2021-02-11 08:36:21 -08:00
Mrugesh Mohapatra 149cf95310
chore(crowdin): re-arrange crowdin config files (#41046) 2021-02-10 11:06:13 -07:00
Shaun Hamilton ecde62dda0
docs: add cypress-gitpod guide (#40925) 2021-02-10 17:03:38 +05:30
Mrugesh Mohapatra 3bbf96e495
chore: update devops docs (#41037) 2021-02-10 16:20:14 +05:30
Kelvin Sánchez ffa86b6fc3
fix(docs): correct typo in how-to-translate-the-website.md (#40974) 2021-02-07 22:21:30 +00:00
Nicholas Carrigan (he/him) ff181c3258
docs: tweaks for translations (#40806)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2021-02-07 22:17:40 +05:30
Mrugesh Mohapatra 8a42bbdf62 chore(docs): update how to translate 2021-02-06 15:35:04 +05:30
Mrugesh Mohapatra d9a5311823 fix(docs): update path to edit a file 2021-02-06 15:26:48 +05:30
Talla Giridhar c1f9cd93f5
general educational fixes in some files (#40800)
Co-authored-by: Ilenia <nethleen@gmail.com>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: nhcarrigan <nhcarrigan@gmail.com>
2021-02-03 15:17:56 +05:30
Nicholas Carrigan (he/him) 4c99d18b2f
fix: update meta images (#40863)
Replaces the green meta images in the docs `index.html` with the indigo
images.

Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
2021-02-01 23:15:25 +05:30
Nicholas Carrigan (he/him) e5b43edf84
docs: master -> main (#40857)
Updates the docs to reflect the change from `master` to `main` as our
primary branch.

Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
2021-02-01 19:55:24 +05:30
Robin Dürhager 26b5e4ea5f
fix(docs): Add WSL2 setup issues warning to clone repo section (#40671) 2021-02-01 19:39:58 +05:30
Tom 3978c6be28 feat: i18n user interface (#40306)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-01-31 12:15:32 +05:30
Nicholas Carrigan (he/him) 5d7173b124
chore(i8n,docs): processed translations (#40799)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-01-28 03:03:22 +05:30
Randell Dawson 2777fa3485
chore(docs) - Remove all but Spanish translations (#40789) 2021-01-25 18:01:16 +05:30
Randell Dawson 32e80aa351
fix(docs): Configure docs folder with Crowdin (#40776) 2021-01-25 08:39:57 +05:30
Nicholas Carrigan (he/him) 96753ddca4
feat(docs): add notes about Crowdin quirks (#40758)
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2021-01-22 18:49:10 +05:30
Shaun Hamilton 5bfc6de78b
feat(docs): add newline formatting for notes tip (#40712)
* feat(docs): add newline formatting for notes tip

* clarify formatting

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-01-21 11:42:29 -06:00
Nicholas Carrigan (he/him) 7fef673f93
docs: Remove chinese files from sidebar (#40068) 2021-01-21 13:46:10 +05:30
imgbot[bot] 654775d2a4
[ImgBot] Optimize images (#40743)
*Total -- 1,653.90kb -> 1,207.43kb (26.99%)

/docs/images/crowdin/proofread.png -- 629.37kb -> 435.94kb (30.73%)
/docs/images/crowdin/editor.png -- 677.55kb -> 472.58kb (30.25%)
/docs/images/crowdin/file-tree.png -- 126.27kb -> 95.15kb (24.65%)
/docs/images/crowdin/qa-message.png -- 34.65kb -> 26.61kb (23.21%)
/docs/images/crowdin/languages.png -- 69.40kb -> 64.56kb (6.96%)
/docs/images/devops/github-actions.png -- 66.18kb -> 63.36kb (4.25%)
/docs/images/crowdin/proof-file-tree.png -- 50.48kb -> 49.23kb (2.48%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-01-20 09:32:01 +05:30
Nicholas Carrigan (he/him) 3c042c627e
docs: Translation Flow (#40737)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-01-20 09:14:14 +05:30
Nicholas Carrigan (he/him) 179b4823fd
feat(docs): Update moderator handbook (#40601) 2021-01-01 12:39:39 +05:30
Nicholas Carrigan (he/him) 26c9b3c16b
feat(docs): Update Contributing Instructions for New Template (#40329)
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-12-29 13:53:23 +05:30
Nicholas Carrigan (he/him) ea02c7db7f
docs: Update reply templates (#40574) 2020-12-29 13:52:50 +05:30
Nicholas Carrigan (he/him) 7317b8057a
fix(docs): Replace Travis with GH Actions (#40580)
Replaces the references to the old Travis CI
flow with updated information for the GitHub
actions flow, and handles a couple of typo fixes.

Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
2020-12-29 11:15:12 +05:30
Nicholas Carrigan (he/him) 2d0bba3097
docs: Replace Gitter/Discord links (#40514) 2020-12-22 12:00:00 +05:30
Huyen Nguyen f1f6cf8a48
fix(docs): display text direction correctly (#40345) 2020-11-29 23:00:30 +05:30
Oliver Eyton-Williams 0bd52f8bd1
Feat: add new Markdown parser (#39800)
and change all the challenges to new `md` format.
2020-11-27 10:02:05 -08:00
Luis H. Ball Jr bbbc03c379
docs(cypress): create how-to-add-cypress-tests doc (#40262)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-11-21 23:34:13 +05:30
Ismail Tlemçani f4fe5a183b
fix(docs): Replace forum link on contribute page (#40275) 2020-11-20 09:05:50 -08:00
dhanush1909 bdda39a6f3
fix: Removed reply template from flight manuals children (#40075) 2020-11-06 13:16:12 -06:00
Nicholas Carrigan (he/him) 7857dc53f4
docs: Update Moderator Handbook (#40110)
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2020-10-28 03:18:51 +05:30
Mrugesh Mohapatra 6dbd308d42
fix(docs): routing should always fallback to default (#40061) 2020-10-22 21:56:44 +05:30
Mrugesh Mohapatra 6b6633821e chore: sync-up translations from Crowdin 2020-10-22 18:12:28 +05:30
Mrugesh Mohapatra c5e4beaac9 fix(docs): add missing closing tag, ext in anchor 2020-10-22 16:39:31 +05:30
Mrugesh Mohapatra ba3fd76ea6 fix(crowdin): do not invalidate approved strings 2020-10-22 06:34:48 +05:30
Mrugesh Mohapatra 50eb5650c7 fix(crowdin): update config for docs 2020-10-22 04:19:38 +05:30
Randell Dawson 797722a099 fix: add seed code comment rules 2020-10-22 02:51:45 +05:30
Nicholas Carrigan (he/him) fa2d5c687c
Fix broken Discord link (#40035)
* Fix broken Discord link

* Change links across translations
2020-10-20 00:11:08 +05:30
Mrugesh Mohapatra 3042b055f5
chore: add newline 2020-10-19 19:51:38 +05:30
Mrugesh Mohapatra 6f405f70bc
fix: sidebar 2020-10-19 19:48:09 +05:30
Quincy Larson e21e6c1ce6
Streamline copy and remove gitter references (#40015)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>
Co-authored-by: freeCodeCamp <freecodecamp@MacBook-Pro.local>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2020-10-19 18:27:37 +05:30
Shaun Hamilton 6de5144c8c
fix(docs): add formatting instructions for coding challenge text (#39660)
* fix(docs): add formatting instructions

* add note about markdown

* fix: mention preference to use single-quotes

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-10-15 10:25:05 +02:00
Mrugesh Mohapatra 40c831bbcd
docs: update reply template for invalid PRs 2020-10-12 15:15:02 +05:30
Mrugesh Mohapatra 0fa965849e
fix(docs): remove subfolders because we use relative linking (#39812)
* fix(docs): remove subfolders because we use relative linking

* fix(docs): links to chinese section should be direct
2020-10-08 18:16:44 +01:00
Mrugesh Mohapatra a48ed627ad fix(docs): add news theme guidelines to doc site 2020-10-04 07:54:30 +05:30
Mrugesh Mohapatra c064bf0022 fix(docs): local server config, run alongside fCC 2020-10-04 07:54:30 +05:30
Mrugesh Mohapatra 56a46fd700 fix(docs): add rudimentary support for RTL in Arabic 2020-10-04 07:54:30 +05:30
Mrugesh Mohapatra 7287fe9f2b fix(docs): add translation link to avoid GitHub 2020-10-04 07:54:30 +05:30
Mrugesh Mohapatra 778a5fc2e8 fix(docs): update translations CTA on landing 2020-10-04 07:54:30 +05:30
Mrugesh Mohapatra 86a1da59ff fix(docs): add i18n to nav, and other tweaks 2020-10-02 20:11:25 +05:30
Mrugesh Mohapatra 2e8b0366dc fix(docs): use relative linking 2020-10-02 20:11:25 +05:30
Mrugesh Mohapatra 48c41e5a6a
fix(docs, i18n): remove translations nav due to sidebar bug (#39774) 2020-10-02 01:19:03 +05:30
github-actions[bot] 84c5c641c3
chore(docs,i8n): processed translations from crowdin (#39769)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2020-10-02 00:28:40 +05:30
Mrugesh Mohapatra 5a42caffb1 fix(crowdin): update config and exclude files 2020-10-01 23:52:16 +05:30
Mrugesh Mohapatra b1420e2de1 chore: remove all processed files 2020-10-01 23:52:16 +05:30
Mrugesh Mohapatra 94ba6cdd0d docs: add translations nav, update styles, links 2020-10-01 23:52:15 +05:30
github-actions[bot] 41c8472015 chore(docs,i8n): processed translations from crowdin (#39734)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2020-10-01 23:52:15 +05:30
Mrugesh Mohapatra 63efc10eca
feat(i18n): crowdin actions for docs (#39730) 2020-09-30 16:19:48 +05:30
Mrugesh Mohapatra da7d290bc1
feat(i18n): add crowdin for docs (#39709) 2020-09-28 23:26:02 +05:30
Mrugesh Mohapatra b16c0641bf
docs: update and simplify all documentation (#39686)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-09-26 17:51:23 +05:30
miyaliu666 e206907503
add the application form link (#39654) 2020-09-23 23:49:19 +05:30
Mrugesh Mohapatra b9d3973fc8
fix: use free versions of the icons temporarily (#39598) 2020-09-17 03:29:58 +05:30
Bjorn van de Peut 1770ea07a6
docs: add guidelines for responding to posts about health (#39566)
* Added new section

Added new section: Dealing with (mental) health inquires. This was done on request from Quincy.

* Update docs/flight-manuals/moderator-handbook.md

Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
2020-09-16 11:49:08 +05:30
Randell Dawson 0f5832b562
fix: project 25 + 5 (#39526) 2020-09-09 13:28:12 +05:30
Oliver Eyton-Williams 4e018802e1 docs: add verbose output script to contribute docs 2020-09-09 01:00:43 +05:30
Oliver Eyton-Williams bd68b70f3d
Feat: hide blocks not challenges (#39504)
* fix: remove isHidden flag from frontmatter

* fix: add isUpcomingChange

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

* feat: hide blocks not challenges

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
2020-09-03 15:07:40 -07:00
Nicholas Carrigan 763ff1ae83
docs: remove beta statement (#39497) 2020-09-03 14:47:33 +05:30
Mrugesh Mohapatra 7e36059d9a
docs: update working on servers 2020-08-30 12:31:24 +05:30
Oliver Eyton-Williams 5e5842871c
docs: add description of new template (#39473) 2020-08-26 17:55:51 +05:30
imgbot[bot] 52cfe54e94
chore: [ImgBot] Optimize images (#39460)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-08-26 16:25:21 +05:30
Mrugesh Mohapatra 7140a48787
docs: add universal moderators handbook (#39417)
* docs: add universal moderators handbook

* Update docs/flight-manuals/moderator-handbook.md

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>

* Update docs/flight-manuals/moderator-handbook.md

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* Update docs/flight-manuals/moderator-handbook.md

Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>

* Update docs/flight-manuals/moderator-handbook.md

Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>
2020-08-16 18:25:06 -07:00
Oliver Eyton-Williams 7055211959 fix: simplify language specific testing
Prevents multiple languages' challenges from being tested at once.
2020-08-16 04:45:19 +05:30
Mrugesh Mohapatra a3c1e25d78
docs: update flight manuals (#39361) 2020-08-04 01:42:50 +05:30
Mrugesh Mohapatra df8bbdb2c8
docs: update devops steps (#39342) 2020-07-31 13:30:26 +05:30
Kartik Soneji 76879f9e7e
docs: update link to `challengeTypes.js` (#39283) 2020-07-18 13:29:34 +05:30
Mrugesh Mohapatra 4291c03c1a
docs: update flight manuals (#39240)
Updated and unified workflows for working with various application VMs
2020-07-13 18:50:00 +05:30
Himanshu maurya 0082e99f62
Update devops.md (#39237)
Fixed some typos.
2020-07-12 22:37:05 -07:00
Ashik Paul 47c457e548
Fixed some minor typos (#39225)
* Fixed some minor typos

* Adding few more changes

Adding changes suggested by @RandellDawson.

Thank you @RandellDawson

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2020-07-11 20:06:37 -07:00
Ashik Paul 9aa04199fc
Fixed a minor typo (#39227) 2020-07-10 17:57:25 -05:00
Ashik Paul 0b4f1aff3d
Fixed some minor typos (#39226) 2020-07-10 17:56:20 -05:00
Gregory Gubarev e13bfca62b
Fixing Russian grammatical (#39211) 2020-07-08 13:13:10 -07:00
Gregory Gubarev 86a934156d
Fixing minor Russian grammatical (#39212) 2020-07-08 13:12:11 -07:00
Mrugesh Mohapatra 2fb6ca23e7
docs: add Randell to the platform dev team 🎉 (#39160) 2020-07-02 16:55:57 +05:30
PeterF521 d5ab3934ae
docs: fixed some orthographic errors and improvements(#39157)
Co-authored-by: pedrof521 <pedrof521@gmail.com>
2020-07-02 00:50:11 +05:30
Nicholas Carrigan 1e0e54446f
chore: replace forum links (#39139) 2020-06-30 14:21:26 +05:30
Ieahleen 880b452e96
docs: update links from next-python-projects to master branch (#39109)
User in the forum wanting to help found 404 error trying to follow the links, I am switching them to master branch as it is where those projects can be found now.
2020-06-20 11:36:04 +05:30
Ieahleen 8d2df8b714
docs(i18n): update sections and links to italian README.md (#39067) 2020-06-15 20:37:09 +05:30
Shaun Hamilton 3fed51a3df
feat(docs): add wsl setup to docs (#38997)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-06-13 20:42:23 +05:30
Oliver Eyton-Williams b6f8c7c800
docs: /s/first timers welcome/first timers only/g (#39059) 2020-06-13 00:03:48 +05:30
Kristofer Koishigawa 75d2cc016f
feat(docs): add chinese news author application (#38891)
Add doc for author applications to Chinese /news. Also renamed docs in _sidebar.md so only there's only the Chinese version of the title.
2020-06-04 22:32:02 +05:30
Mrugesh Mohapatra 4f2a5d05dd
docs: add Oliver to the platform dev team 🎉 (#39006) 2020-06-04 22:26:39 +05:30
Oliver Eyton-Williams 6d879e3439
fix(docs): emphasize use of Markdown in challenges (#38986) 2020-06-02 17:11:16 +05:30
Lasse Jørgensen 198c051d0e
fix(doc): Correct link for "making changes and syncing" (#38956)
Fixing localhost link.
2020-05-31 08:06:00 -05:00
Mrugesh Mohapatra 8b1860af97
docs: remove instructions about next branch (#38940) 2020-05-29 10:58:25 +02:00
arfbacem 4bd3b3c412
Add readme arabic (#38875) 2020-05-25 13:46:30 +05:30
Tom 68ba32d356
feat: add command for e2e tests to docs (#38851) 2020-05-19 21:50:22 +05:30
Oliver Eyton-Williams 9d368cc6b9
fix(docs): update i18n wording (#38849) 2020-05-19 21:50:00 +05:30
Mrugesh Mohapatra 631c20f26b
docs: update i18n faq (#38848) 2020-05-19 14:14:52 +05:30
Mrugesh Mohapatra 4326864fdc
docs: update notes abut auth page 2020-05-14 17:06:34 +05:30
Mrugesh Mohapatra 92979f3ca6
docs: update verbiage in faq (#38810) 2020-05-13 18:10:42 +05:30
Mrugesh Mohapatra 786e7643ff
docs: update verbiage on guide faq 2020-05-13 15:56:56 +05:30
Mrugesh Mohapatra b6684d208d
docs: update guide faq 2020-05-13 15:54:06 +05:30
MarceloDamian c0905959a0
docs: changed headers to match learn part 2 (#38793) 2020-05-12 18:02:32 +05:30
Tom b4c5bb9cf2
feat: add markdown explanation to video challenge docs (#38758) 2020-05-11 23:21:24 +05:30
MarceloDamian 00c23bce78
docs: fixed header to match /learn (#38789) 2020-05-11 21:42:06 +05:30
Mrugesh Mohapatra eba6da66cc docs: re-arrange files for management 2020-05-07 21:52:14 +05:30
Kris Koishigawa f7148650ce feat: add guides for chinese contributors 2020-05-07 21:52:14 +05:30
Kyla Yujiri dab119f2be
docs(docs): consolidate node.js instructions (#38749) 2020-05-07 15:25:36 +05:30
Lev Lazinskiy 854752a164
docs: Update link to latest unanswered posts in the forum (#38742) 2020-05-06 19:56:19 +05:30
Ahmad Abdolsaheb 2aac32201e
docs: update meta for contribute page (#38708) 2020-05-02 18:29:23 +05:30
Beau Carnes bf1cbd1eb0
docs: fixed command in guidelines (#38688) 2020-04-30 00:19:14 +05:30
Oussama Bouchareb 71552acb06
translated devops.md to arabic in docs (#38255) 2020-04-29 23:13:19 +05:30
Mrugesh Mohapatra be2893e323
docs: update information about language 2020-04-29 22:31:52 +05:30
Mrugesh Mohapatra fe4ca9143c
docs: update instructions on testing (#38687) 2020-04-29 22:29:07 +05:30
Mrugesh Mohapatra 54bf2074e4
docs: add pr conflict guidelines (#38686) 2020-04-29 22:09:03 +05:30
Olubisi Idris Ayinde b009af1810
docs: added punctuation to listed points (#38666) 2020-04-29 16:46:35 +05:30
Beau Carnes c149eb21f9
docs: update contribution guidelines for video challenges
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-04-28 18:14:18 +05:30
Mrugesh Mohapatra feab0cabcb
docs: add/update API, web server and other manuals (#38650) 2020-04-27 00:35:22 +05:30
Mrugesh Mohapatra d316c3a2f9
docs: update flight manuals (#38635) 2020-04-25 02:30:29 +05:30
Oliver Eyton-Williams ce82ec9647
fix(docs): specify link protocol to avoid redirect (#38622) 2020-04-24 16:22:08 +05:30
Mrugesh Mohapatra 1f4fa6f442
docs: update link to youtube 2020-04-23 22:58:30 +05:30
Mrugesh Mohapatra d37c2648a9
docs: remove relative linking 2020-04-23 22:55:15 +05:30
Tom 560aacd4eb
fix: add more tests for curriclum testing (#38464)
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-04-23 22:31:15 +05:30
Oliver Eyton-Williams 505ace1357
docs: add MailHog guide (#38614)
* fix(docs): make sidebar links relative

* feat(docs): add mailhog docs to sidebar
2020-04-23 19:56:38 +05:30
Omicron 7db7287ea5
docs(i18n): French translation how-to-open-a-pull-request.md f… (#37624)
* docs(guide): French of how-to-open-a-pull-request

new file translation to French for how-to-open-a-pull-request.md

* docs(i18n): update French translation of how-to-open-a-pull-request.md

- based on current master English version

* docs(i18n): update French how-to-open-a-pull-request.md #5

5th section

* docs(i18n): update French how-to-open-a-pull-request.md #4

4th section
2020-04-23 00:59:27 +05:30
Mrugesh Mohapatra f8a48ca8bb
docs: fix sidebar order of item 2020-04-22 21:08:31 +05:30
Shaun Hamilton 19826a4b3a
fix(docs): prevent nav covering headings (#38608)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2020-04-22 21:03:56 +05:30
Mrugesh Mohapatra 3d4ea5f188 docs: fix broken link on the coverpage 2020-04-22 16:33:19 +05:30
Mrugesh Mohapatra d6b8c811ea
docs: add note on academic credits (#38604) 2020-04-22 16:25:59 +05:30
Mrugesh Mohapatra e7857af960
docs: update coding challenges guide and links (#38597) 2020-04-21 19:01:48 +05:30
Mrugesh Mohapatra 5b4c89aa9a fix(docs): break the browser caching 2020-04-21 07:01:13 +05:30
Mrugesh Mohapatra 3c81587924
feat(docs): jazz up the docs site (#38594) 2020-04-21 06:56:45 +05:30
Mrugesh Mohapatra 0541506488
docs: add/update documentation (#38590) 2020-04-21 02:16:46 +05:30
Ashraf Nazar 2915582461
fix(docs): render navbar in mobile view when sidebar is open (#38588) 2020-04-20 21:24:28 +05:30