dotnet / dotnet/docfx

[Bug] Custom template doesn't load

Open
#10,378 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.4k
Forks
890
Avg merge
2h 11m
Merged PRs (30d)
10

Description

**Describe the bug**
Just tried this simple step.
https://dotnet.github.io/docfx/docs/template.html?tabs=modern#custom-template

**To Reproduce**
Under the docs folder, I have created a folder called aecom-template.
Added to the docfx.json file

```
"template": [
"default",
"modern",
"aecom-template"
],
```
Used the main.css and main.js as documentation, but nothing happened.
I don't have the GitHub logo, and no colour is changed.

**Expected behavior**
I am expected to see the GitHub logo and the same green colour you have on your website, adding those steps.

**Context (please complete the following information):**
- OS: Windows
- Docfx version: 2.77

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.