Skip to content

Commit ddca997

Browse files
committed
✨ Move docstrings to beta
1 parent 81dbffb commit ddca997

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/finishing-touches/docstrings.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Docstrings generation with CodeRabbit
3-
sidebar_label: Docstrings (Experiment)
3+
sidebar_label: Docstrings (Beta)
44
description: Automated docstrings pull requests with CodeRabbit
55
---
66

@@ -9,7 +9,7 @@ description: Automated docstrings pull requests with CodeRabbit
99
Docstrings generation is part of the [finishing touches](/future-developments#finishing-touches) initiative.
1010

1111
:::warning
12-
The [docstrings](/finishing-touches/docstrings) feature is [experimental](/early-access#experiments).
12+
The [docstrings](/finishing-touches/docstrings) feature is in [beta](/early-access#beta).
1313
:::
1414

1515
## Usage
@@ -40,7 +40,7 @@ The checked software forges are supported:
4040
- [x] GitHub
4141
- [ ] GitLab
4242

43-
The presence of an unsupported software forge in this list does not constitute a commitment to support it in the future. Remember that the docstrings feature is [experimental](/early-access#experiments).
43+
The presence of an unsupported software forge in this list does not constitute a commitment to support it in the future. Remember that the docstrings feature is in [beta](/early-access#beta).
4444

4545
## Supported languages
4646

@@ -66,7 +66,7 @@ The checked languages are supported:
6666
- [ ] Swift
6767
- [x] TypeScript
6868

69-
The presence of an unsupported language in this list does not constitute a commitment to support it in the future. Remember that the docstrings feature is [experimental](/early-access#experiments).
69+
The presence of an unsupported language in this list does not constitute a commitment to support it in the future. Remember that the docstrings feature is in [beta](/early-access#beta).
7070

7171
:::note
7272
In the case of JavaScript and TypeScript, there are tons of ways to declare functions. At the moment, we only support the keyword `function` at the top level.

0 commit comments

Comments
 (0)