Skip to content

Commit c43f325

Browse files
docs: Update DocFX config for GH Pages publishing. (#12)
Signed-off-by: Philip Conrad <[email protected]>
1 parent 7311c6d commit c43f325

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OPA ASP.NET Core SDK
22

33
> [!IMPORTANT]
4-
> The documentation for this SDK lives at [https://docs.styra.com/sdk](https://docs.styra.com/sdk), with reference documentation available at [https://styrainc.github.io/opa-aspnetcore/docs](https://styrainc.github.io/opa-aspnetcore/docs)
4+
> The documentation for this SDK lives at [https://docs.styra.com/sdk](https://docs.styra.com/sdk), with reference documentation available at [https://styrainc.github.io/opa-aspnetcore/](https://styrainc.github.io/opa-aspnetcore/)
55
66
You can use the Styra OPA ASP.NET Core SDK to connect [Open Policy Agent](https://www.openpolicyagent.org/) and [Enterprise OPA](https://www.styra.com/enterprise-opa/) deployments to your [ASP.NET Core](https://github.com/dotnet/aspnetcore) applications using the included [Middleware](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/middleware/?view=aspnetcore-8.0) implementation.
77

docs/docfx.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
{
1313
"files": [
14-
"README.md"
14+
"README.md",
15+
"DEVELOPMENT.md"
1516
],
1617
"src": "../"
1718
}

docs/index.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
_layout: landing
3+
---
4+
5+
[!INCLUDE [](../README.md)]

docs/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: API Reference
2+
href: api/

0 commit comments

Comments
 (0)