docs icon indicating copy to clipboard operation
docs copied to clipboard

The Codewars Docs :construction: WIP

Results 77 docs issues
Sort by recently updated
recently updated
newest added
trafficstars

- Describe how to report posts. - Trapped users cannot report. - A post is hidden when reported by a mod. - A post is hidden when reported by regular...

### Intent Improve discoverability/navigation on user's side ### Situation Currently, when the user is looking at a page surrounded with a lot of others, it may become hard to spot...

layout
feature-request

Use material collected when working on https://github.com/codewars/ocaml/issues/1 and https://github.com/codewars/ocaml/pull/2 and prepare a guide similar to other language specific authoring guides, like for example the one for [Javascript](https://docs.codewars.com/languages/javascript/authoring). Example kumite: https://www.codewars.com/kumite/620a7361d746e5000f36a021/...

Depends: #438 Solvers may wish to develop RISC-V solutions and/or translations locally. It isn't immediately obvious how to do so, since it differs from the native architecture of most consumer...

Mention search features which are not exposed via UI: - "Search" box accepts some fields as parts of elasticsearch queries: `author:username` for kata of a specific author, `-author:username` to ignore...

kind/reference

I would like translate all documentation to spanish. Greetings

- Test suite styles: https://www.scalatest.org/user_guide/selecting_a_style - Be careful with generated tests: test suite crashes with incomprehensible error if names of test cases are not unique - Long startup time -...

documentation
kind/tutorial
language/scala

Create a description of leaderboards concept. Point to possible leaderboards: - "Leaderboards" page, - Dashboard, - "Social" tab - Rank leaderboards API endpoint (`/api/v1/leaders/ranks/${lang}?page=${page}`)

documentation
kind/concept

This applies to all languages for which the test framework boils down to functions in the form : `assert_equal(actual, expected)`. For some languages (e.g. Python, JS, C ...) the order...