blob: 1d7d8087b7b12da5b10ce33e37342283d7fb54f5 [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",
"devices",
"logging",
"packages",
"ssh",
]
sdk_documentation("docs") {
name = "low_level"
category = "partner"
files = []
foreach(doc, docs) {
files += [
{
source = "$doc.md"
dest = "docs/$doc.md"
},
]
}
}