blob: 8fcc904764e6a8824f1885650ddb58dcf8e26e2a [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
import("//build/sdk/sdk_documentation.gni")
docs = [
"bootserver",
"packages",
"ssh",
]
sdk_documentation("docs") {
name = "low_level"
category = "partner"
files = []
foreach(doc, docs) {
files += [
{
source = "$doc.md"
dest = "docs/$doc.md"
},
]
}
}