Skip to content

Commit

Permalink
Bootstrap DocFx
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaldoumas committed Nov 19, 2021
1 parent e935e29 commit a1dc4f5
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2 deletions.
42 changes: 42 additions & 0 deletions docs/docfx.json
@@ -0,0 +1,42 @@
{
"metadata": [
{
"src": [
{
"files": [ "src/Atrea.PolicyEngine/Atrea.PolicyEngine.csproj" ],
"exclude": [ "**/bin/**", "**/obj/**" ],
"src": "../src"
}
],
"dest": "../site/yml/api",
"properties": {
"TargetFramework": "netstandard2.1"
}
}
],
"build": {
"content": [
{
"files": [ "**/*.yml" ],
"src": "../site/yml/api",
"dest": "api"
},
{
"files": [
"*.md",
"toc.yml"
]
}
],
"template": [
"default"
],
"globalMetadata": {
"_appTitle": "Atrea.PolicyEngine",
"_enableSearch": true
},
"markdownEngineName": "markdig",
"dest": "../site/html",
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ]
}
}
6 changes: 4 additions & 2 deletions docs/index.md
@@ -1,3 +1,5 @@
# Docs
# Atrea.PolicyEngine Documentation

A spring-board index file for starting work on documentation via DocFx.
Interactive documentation for the Atrea.PolicyEngine library.

Check out the API Documentation tab for detailed technical documentation with source code links!
4 changes: 4 additions & 0 deletions docs/toc.yml
@@ -0,0 +1,4 @@
- name: Home
href: index.md
- name: API Documentation
href: ../site/yml/api/

0 comments on commit a1dc4f5

Please sign in to comment.