blob: 9fb5655e313f8f70a548097d0ab3cfb2e642f292 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file
/// List of active repos under fuchsia.googlesource.com which can be linked to.
const List<String> validProjects = <String>[
'', // root page of all projects
'atom-language-fidl',
'cobalt',
'experiences',
'fargo',
'fidl-misc',
'fontdata',
'fuchsia',
'infra', // This is a family of projects.
'integration',
'intellij-language-fidl',
'jiri',
'manifest',
'third_party', // This is a family of projects.
'topaz',
'vscode-language-fidl',
'samples',
];