jenkins-bot has submitted this change and it was merged.
Change subject: doc: Reorganize categories to split external and internal APIs
......................................................................
doc: Reorganize categories to split external and internal APIs
Change-Id: I12c5b64b5cb0075aafcfa98570dbd9556667a616
---
M .jsduck/categories.json
1 file changed, 14 insertions(+), 9 deletions(-)
Approvals:
Subramanya Sastry: Looks good to me, approved
jenkins-bot: Verified
diff --git a/.jsduck/categories.json b/.jsduck/categories.json
index 832bafd..e261dc8 100644
--- a/.jsduck/categories.json
+++ b/.jsduck/categories.json
@@ -1,9 +1,15 @@
[
{
- "name": "Parsoid",
+ "name": "Parsoid External APIs",
"groups": [
{
- "name": "Package Interface",
+ "name": "Server Interface",
+ "classes": [
+ "ParsoidService"
+ ]
+ },
+ {
+ "name": "JavaScript Interface (experimental)",
"classes": [
"Parsoid",
"PComment",
@@ -20,13 +26,12 @@
"PText",
"PWikiLink"
]
- },
- {
- "name": "Server Interface",
- "classes": [
- "ParsoidService"
- ]
- },
+ }
+ ]
+ },
+ {
+ "name": "Parsoid Internal APIs (unstable)",
+ "groups": [
{
"name": "Core",
"classes": [
--
To view, visit https://gerrit.wikimedia.org/r/231488
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I12c5b64b5cb0075aafcfa98570dbd9556667a616
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/parsoid
Gerrit-Branch: master
Gerrit-Owner: Cscott <[email protected]>
Gerrit-Reviewer: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits