You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,8 @@ markdown_extensions:
110
110
- mkdocs-click
111
111
```
112
112
113
+
***IMPORTANT:*** `attr_list` must come before `mkdocs-click` for this to work.
114
+
113
115
`mkdocs-click`will then output the full command path in headers (e.g. `## cli build all`) and permalinks (e.g. `#cli-build-all`).
114
116
115
117
Note that the table of content (TOC) will still use the command name: the TOC is naturally hierarchal, so full command paths would be redundant. (This exception is why the `attr_list` extension is required.)
0 commit comments