docs icon indicating copy to clipboard operation
docs copied to clipboard

Codecademy Docs is a collection of information for all things code. 📕

Results 678 docs issues
Sort by recently updated
recently updated
newest added

### Reason/inspiration (optional) We would like a new term entry under Dart for the Dart Type Conversion `.toStringAsFixed()` method. Provide the entry in a markdown file under `docs/content/dart/concepts/type-conversion/terms/toStringAsFixed/toStringAsFixed.md` The entry...

good first issue
new entry
claimed
dart

### Reason/inspiration (optional) We would like a new entry on the `Field Selection` concept under PostgreSQL. The entry should go in a new file under `docs/content/postgresql/concepts/field-selection/field-selection.md`. The entry should include:...

good first issue
new entry
postgresql

### Reason/inspiration (optional) We would like a new entry on the `Subscripts` concept under PostgreSQL. The entry should go in a new file under `docs/content/postgresql/concepts/subscripts/subscripts.md`. The entry should include: -...

good first issue
new entry
postgresql

### Reason/inspiration (optional) Create a new concept for the `Pillow` library and include the `https://pypi.org/project/pillow/` in general. It should go under the path: `docs/content/pillow/pillow.md` It can have the following: -...

good first issue
python
new entry
claimed

"period of time" is redundant. It would be better to say only period, because all periods are periods of time. ### Description ### Issue Solved ### Type of Change -...

documentation
typo
status: review 1️⃣ completed
docs
status: under review

… library in the pandas directory ### Description I created a simple file in the Python Pandas' built-in functions about the .head() method that is very useful in the beginning...

new entry
pandas
status: under review

### Reason/inspiration (optional) Create a new concept entry for the `Image Module` of `Pillow` library and include the `https://pillow.readthedocs.io/en/stable/reference/Image.html` in general. It should go under the path: `docs/content/pillow/concepts/image/image.md` It can...

good first issue
python
new entry

### Reason/inspiration (optional) Please add the `.replaceAll()` method as a new term entry for [ArrayList](https://www.codecademy.com/resources/docs/java/array-list)�. Provide the entry in a markdown file and place under the file path `content/java/concepts/array-list/terms/replaceAll/replaceAll.md` The...

good first issue
java
new entry

### Reason/inspiration (optional) We would like a new entry on the `Window Functions` concept under PostgreSQL. The entry should go in a new file under `docs/content/postgresql/concepts/window-functions/window-functions.md`. The entry should include:...

good first issue
new entry
claimed
postgresql

### Description I corrected the examples on CSS>position>right. On both examples it was `top: 40px;` but it should be `right: 40px;` since the examples are for position right. ### Issue...