Skip to content

Commit

Permalink
set up doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-hodgson authored Jun 25, 2022
1 parent 99e5335 commit 13e9d03
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Benjamin.Pizza.DocTest.Docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*
!.gitignore
!docfx.json
!index.md
34 changes: 34 additions & 0 deletions Benjamin.Pizza.DocTest.Docs/docfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"metadata": [
{
"src": [
{
"files": [
"Benjamin.Pizza.DocTest/bin/Release/net6.0/Benjamin.Pizza.DocTest.dll"
],
"src": ".."
}
],
"dest": "."
}
],
"build": {
"content": [
{
"files": [
"*.yml",
"index.md"
]
}
],
"dest": "_site",
"globalMetadata": {
"_enableSearch": true,
"_disableBreadcrumb": true,
"_appTitle": "Benjamin.Pizza.DocTest"
},
"xrefService": [
"https://xref.docs.microsoft.com/query?uid={uid}"
]
}
}
4 changes: 4 additions & 0 deletions Benjamin.Pizza.DocTest.Docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Gutenberg
=======

See the [api docs](xref:Benjamin.Pizza.DocTest).

0 comments on commit 13e9d03

Please sign in to comment.