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

Motivated by #233 Create a HOWTO on how to write performance kata and how to verify them. JohanWiltink here: https://github.com/codewars/docs/issues/233#issue-783792614 > I would like to see a little more technical...

documentation
kind/recipe

Centralization of sets of rules to follow or informations when writting docs. # Table of contents: Technical matters: * [General organization / update or create new documents](#newdocs) * [Generic procedure...

docs guideline
ToDo

NUnit: https://github.com/nunit/docs/wiki/Multiple-Asserts junit: https://junit.org/junit5/docs/current/api/org/junit/jupiter/api/Assertions.html#assertAll(java.lang.String,java.util.Collection) (or https://junit.org/junit5/docs/current/user-guide/#writing-tests-assertions)

kind/recipe

Replace outdated and unmaintained help tabs on Codewars. When `?embedded=true`, add `html[data-embedded="true"]` as early as possible, so we can style differently. ```css /* Hide navigation components when embedded. */ html[data-embedded="true"]...

enhancement

First off, feel free to change the terribly worded title of this issue. Currently, documentation sub-sections only exist as drop-downs in the sidebar. For inter-linking purposes between documents, it would...

There's a stub of [Criterion reference](https://docs.codewars.com/languages/c/criterion), but it needs to be improved. Online documentation of Criterion is to be found here: https://criterion.readthedocs.io/en/master/intro.html Codewars docs could use some small excerpt of...

documentation
kind/reference
language/c

Expand https://docs.codewars.com/meta/docs - https://docsearch.algolia.com/docs/tips#structure-the-hierarchy-of-information

Page on [CoffeeScript](https://docs.codewars.com/languages/coffeescript/) does not mention that Mocha and Chai are available. I went with the old framework before I noticed that I can use more modern setup.

Recreate the glossary page.

docusaurus-migration

Codewars API v2 will most likely have OpenAPI spec. https://github.com/rohit-gohri/redocusaurus can be used to add a page based on it. I don't think API v1 is worth the effort. Filing...

documentation