Skip to content

Commit

Permalink
Update API reference generation script, fix gitignore to exclude api …
Browse files Browse the repository at this point in the history
…index file
  • Loading branch information
Wouterdek committed Jan 28, 2020
1 parent e028cfa commit 1e155a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_site
api
api/*
!api/index.md
obj
src
Expand Down
2 changes: 2 additions & 0 deletions Documentation/api/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# API documentation
Click a type in the sidebar on the left to view its documentation.
2 changes: 1 addition & 1 deletion gen_docs.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DocFX executable download URL
$url = "https://github.com/dotnet/docfx/releases/download/v2.42.1/docfx.zip"
$url = "https://github.com/dotnet/docfx/releases/download/v2.48.1/docfx.zip"

# Check if docfx is already generated, otherwise exit
if (!(Test-Path .\Documentation\docfx.json)) {
Expand Down

0 comments on commit 1e155a6

Please sign in to comment.