docfx

Continuous deployment of DocFx documentation using on-premises TFS

喜夏-厌秋 提交于 2020-01-06 03:50:06
问题 I am struggling to set up a continuous deployment process for a DocFX project, using on-premises TFS. The process is described here, however the example walk-through is for VSTS, and I have on-premises TFS (version 2013). The basic idea is to build and deploy the documentation website on every checkin. The DocFx Build Tasks extension that the process uses does appear to support on-premises TFS ... I just can't see how to get it working! I have a VS solution containing a single C# project

How can I customize Docfx documentation (themes or templates)?

 ̄綄美尐妖づ 提交于 2019-12-12 08:54:08
问题 I just started using Docfx and set up some basic conceptual documentation. Now I want to make some adjustments to the theme (company logo, perhaps some font changes, etc.) Minor stuff. The official documentation only gives a high-level description of how to create a new template. I've never used a templating language before, so I'd like to avoid that for now if possible. My question is: how can I make small adjustments to the default theme, like some CSS changes and perhaps adding external

PackageReference condition is ignored

 ̄綄美尐妖づ 提交于 2019-12-11 08:07:23
问题 In my VS 2017 project I reference docfx.console package and I want it to be used only when certain condition is met. But the package gets used for all builds. Here is a part of my project. I want docfx.console to be used when configuration is Installer/AnyCPU and VS is building net40 flavor. <?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net40;netstandard1.3;netstandard2.0</TargetFrameworks> <!-- ... --> <Configurations>Debug;Release

How can I customize Docfx documentation (themes or templates)?

非 Y 不嫁゛ 提交于 2019-12-04 07:14:32
I just started using Docfx and set up some basic conceptual documentation. Now I want to make some adjustments to the theme (company logo, perhaps some font changes, etc.) Minor stuff. The official documentation only gives a high-level description of how to create a new template. I've never used a templating language before, so I'd like to avoid that for now if possible. My question is: how can I make small adjustments to the default theme, like some CSS changes and perhaps adding external resources (like font awesome)? Do I have to create an entire template (or a part of it) or can I include