dotnet / dotnet/docfx

Dividers in Navbar defined in the TOC file

Open
#1,143 3 comments 1 reaction 0 assignees View on GitHub
template toc
Dominant language
C#
Stars
4.4k
Forks
890
Avg merge
2h 9m
Merged PRs (30d)
11

Description

It would be really helpful if you could define a divider in the TOS file, to separate out similar links.

This would look something like:
```
- name: Item 1
href: item1/
- name: Item 2
href: item2/
- divider
- name: Item 3
href: item3/
```

### Example use case:
separating off-site links from documentation links.

You can kind of fake it right now with an item like:
```
- name: " "
```
however, this inserts a link, the vertical height is wrong, and it's possibly too wide

![image](https://cloud.githubusercontent.com/assets/8896153/21816885/b2c1c390-d759-11e6-9164-5991832a9d50.png)

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.