Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Changed docfx.json and appveyor.yml, added tubular.png
Browse files Browse the repository at this point in the history
  • Loading branch information
israelramosm committed Nov 1, 2017
1 parent 368bfcc commit 83fe04e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ after_build:
- ps: |
if(-Not $env:APPVEYOR_PULL_REQUEST_TITLE)
{
docfx docfx.json
git config --global credential.helper store
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):[email protected]`n"
git config --global core.autocrlf false
git config --global user.email $env:op_build_user_email
git config --global user.name $env:op_build_user
git clone https://github.com/unosquare/tubular-dotnet.git -b gh-pages origin_site -q
git clone -b documentation https://github.com/unosquare/best-practices.git -q
docfx docfx.json --logLevel Error
Copy-Item origin_site/.git _site -recurse
CD _site
Copy-Item README.html index.html -force
Expand Down
9 changes: 7 additions & 2 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
}
],
"build": {
"template": [
"best-practices/templates/default"
],
"content": [
{
"files": [ "**/*.yml" ],
Expand All @@ -23,12 +26,14 @@
],
"resource": [
{
"files": [ ]
"files": [ "best-practices/resources/**", "tubular.png"]
}
],
"globalMetadata": {
"_appTitle": "Unosquare Tubular",
"_enableSearch": true
"_enableSearch": true,
"_appLogoPath": "best-practices/resources/images/logo.png",
"_docLogo": "tubular.png"
},
"dest": "_site"
}
Expand Down
Binary file added tubular.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 83fe04e

Please sign in to comment.