docs
docs copied to clipboard
The Codewars Docs :construction: WIP
We currently need to manually update `sidebars.js` for new pages. Use https://github.com/facebook/docusaurus/issues/3464 when it's released.
> Trapped users are not allowed to do anything, similar to banned users. [...] Mods should use this feature for active problematic users. Add "trap user" mod function to ["Moderation...
Sometimes users ask what is cheating, if some activity X is considered cheating, and what happens when someone is caught cheating. It would be useful to have an article which...
Show how to set up local environment to create Python kata or train on them.
Asked by @DonaldKellett here: https://github.com/codewars/docs/pull/153#pullrequestreview-522156673 > [...] may we rename the following terms? > > * "Full test suite" --> "Submit tests" > * "Proposed solution" --> "Complete solution" /...
With #156 it's possible to put linkable anchors in bullet points, so reviewers would be able to post links to specific guidelines. Two branches which could use it are already...
Create a description of how to generate random numbers in languages with limited functionalities. For example, C has only `rand`, which is able to generate `int` in limited range. It...
Explain how satisfaction rating is calculated. Motivated by:  
Running just plain your solution is pretty simple, but to run the tests, I think the optimal way would be just using `cabal` and `stack`. Not too complicated to set...