diff --git a/code/DocumentationManifest.php b/code/DocumentationManifest.php index cd8b279..e260d1c 100644 --- a/code/DocumentationManifest.php +++ b/code/DocumentationManifest.php @@ -709,7 +709,8 @@ class DocumentationManifest { $output->push(new ArrayData(array( 'Title' => $check->getVersion(), 'Link' => $check->Link(), - 'LinkingMode' => ($same) ? 'current' : 'link' + 'LinkingMode' => ($same) ? 'current' : 'link', + 'IsStable' => $check->getIsStable() ))); }