Skip to content

Commit 1581113

Browse files
authored
Warn re:status for official octokit libraries (github#16718)
1 parent d2ae098 commit 1581113

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/rest/overview/libraries.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,18 @@ topics:
1818
<h1>Octokit comes in many flavors</h1>
1919
<p class="lead">Use the official Octokit library, or choose between any of the available third party libraries.</p>
2020
<div class="octokit-links"><br/>
21-
<div class="octokit-language"> <span>Ruby → </span><a href="https://github.com/octokit/octokit.rb">octokit.rb</a></div><br/>
21+
<div class="octokit-language"><span>Ruby → </span><a href="https://github.com/octokit/octokit.rb">octokit.rb</a></div><br/>
2222
<div class="octokit-language"><span>.NET → </span> <a href="https://github.com/octokit/octokit.net">octokit.net</a></div><br/>
2323
<div class="octokit-language"><span>JavaScript → </span> <a href="https://github.com/octokit/octokit.js">octokit/octokit.js</a></div><br/>
2424
</div>
2525
</div>
2626

27+
{% warning %}
28+
29+
Warning: As of late October 2021, the offical Octokit libraries are not currently maintained.
30+
31+
{% endwarning %}
32+
2733
# Third-party libraries
2834

2935
### Clojure

0 commit comments

Comments
 (0)