Commit Graph

34 Commits (654d66186e4f1030606472595cdcc4efc2fcc09f)

Author SHA1 Message Date
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
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) 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
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) 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) 2d0bba3097
docs: Replace Gitter/Discord links (#40514) 2020-12-22 12:00:00 +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
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
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
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
Oliver Eyton-Williams 5e5842871c
docs: add description of new template (#39473) 2020-08-26 17:55:51 +05:30
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
Kartik Soneji 76879f9e7e
docs: update link to `challengeTypes.js` (#39283) 2020-07-18 13:29:34 +05:30
Nicholas Carrigan 1e0e54446f
chore: replace forum links (#39139) 2020-06-30 14:21:26 +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
Olubisi Idris Ayinde b009af1810
docs: added punctuation to listed points (#38666) 2020-04-29 16:46:35 +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 09cd14fd22 feat(docs): host docs with docsify 2020-04-06 20:50:40 +05:30
mrugesh 696bfe8b7b
docs: update links in curriculum guide 2020-03-21 11:18:17 +05:30
Martine Ross f736e67537
docs: grammatical changes to how-to-work-on-coding-challenges (#37266)
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2020-03-06 12:45:59 +05:30
Tristan Michael Lawrence 5296d5c731 fix: removed trailing spaces, fixed a typo (#37572)
* removed trailing spaces, fixed a typo

* removed trailing spaces from basic-css challenges
2019-11-10 04:33:10 -08:00
Randell Dawson 228e73532d [docs] Updated How to Work on Challenge Files to explain how t… (#37188)
* docs: added how to test individual challenges

* fix: shortened sentence

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: made sentence more concise

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: added file extension

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: added testStrings in the requirements

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: improved the instructions wording

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2019-10-14 23:55:03 +07:00
mrugesh a2c5e2379e
docs: update instructions for modifying hint topics (#36842) 2019-09-25 01:25:58 +05:30
mrugesh a5b176be88
docs: update contributing guides (#36816) 2019-09-20 23:56:56 +05:30
Randell Dawson 5aab82cc89 fix(docs) Corrected challenge template example (#35307) 2019-02-26 22:21:00 +03:00
Jarrel Thomas 2acfacf4b0 Closed Spacing of identifier (#29887) 2019-02-11 07:25:59 -08:00
Dorothy df633bbd9b Update how-to-work-on-coding-challenges.md (#22118)
Line 5 - Corrected typo "it's" (contraction) to "its" possessive
Line 11 - Corrected typo "you" to "your"
Line 23 - Corrected typo "explaination" to "explanation"
Line 48 - Corrected typo "desplayed" to "displayed"
2018-11-06 19:56:36 -05:00
llamousse 0046c7601e Fixed grammar and typo in "Changing on GitHub" (#20905) 2018-11-03 21:55:45 -04:00
Ana Carolina 2e5c2e1645 fix typo in one of the links (#18336)
In the us
2018-10-11 20:58:24 -06:00
Mrugesh Mohapatra 29af7da92b docs: update intial restructuring for guide articles 2018-10-10 16:33:25 +05:30