Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# documentation stuff
obj/
gh-pages/
index.md

/dropbox-sdk-dotnet/Dropbox.Api.Integration.Tests/settings.json
/venv/

Expand Down
95 changes: 0 additions & 95 deletions doc/StoneDocs.shfbproj

This file was deleted.

Binary file removed doc/icons/blue_dropbox_glyph.png
Binary file not shown.
157 changes: 0 additions & 157 deletions doc/styles/branding-Website.css

This file was deleted.

43 changes: 43 additions & 0 deletions docfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"metadata": [
{
"src": [
{
"files": [
"dropbox-sdk-dotnet/Dropbox.Api/**.csproj"
],
"exclude": [
"**/obj/**",
"**/bin/**",
"gh-pages/**"
]
}
],
"dest": "obj/api",
"properties": {
"TargetFramework": "net45"
}
}
],
"build": {
"content": [
{
"files": [
"obj/api/**.yml"
]
},
{
"files": [
"*.md", "toc.yml"
],
"exclude": [
"gh-pages/**"
]
}
],
"dest": "gh-pages",
"template": [
"default"
]
}
}