mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-25 09:35:37 -05:00
Initial docfx documentation placeholder files (#194)
This is documentation changes only so I'm just going to merge directly. The PR is for FYI purposes. Please leave feedback on the commit if you see anything I should follow-up on with this documentation.
This commit is contained in:
69
docs/docfx.json
Normal file
69
docs/docfx.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"metadata": [
|
||||
{
|
||||
"src": [
|
||||
{
|
||||
"files": [ "**/project.json" ],
|
||||
"cwd": "../src/Microsoft.SqlTools.ServiceLayer",
|
||||
"exclude": [ "**/obj/**", "**/bin/**" ]
|
||||
}
|
||||
],
|
||||
"dest": "metadata/api"
|
||||
}
|
||||
],
|
||||
"build": {
|
||||
"content": [
|
||||
{
|
||||
"cwd": "metadata/api",
|
||||
"files": [
|
||||
"**/**.yml"
|
||||
],
|
||||
"dest": "api"
|
||||
},
|
||||
{
|
||||
"cwd": "../",
|
||||
"files": [
|
||||
"CONTRIBUTING.md",
|
||||
"CHANGELOG.md"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cwd": ".",
|
||||
"files": [
|
||||
"toc.yml",
|
||||
"index.md",
|
||||
"api/index.md",
|
||||
"guide/**.md"
|
||||
],
|
||||
"exclude": [
|
||||
"metadata/**",
|
||||
"_site/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"resource": [
|
||||
{
|
||||
"files": [
|
||||
"images/**"
|
||||
],
|
||||
"exclude": [
|
||||
"obj/**",
|
||||
"_site/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"overwrite": [
|
||||
{
|
||||
"files": [
|
||||
"apidoc/**.md"
|
||||
],
|
||||
"exclude": [
|
||||
"obj/**",
|
||||
"_site/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dest": "_site",
|
||||
"template": [ "default", "template" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user