In myst.yml toc element, is title field allowed for file entries? #2631
-
|
I'm new to JB2, but have used JB1 extensively. I'm trying to mirror the JB1 capability to add a I can't find anything in the JB2 or mystmd documentation that explicitly says that I also found a JB2 website featured on the JB2 Gallery that uses lots of toc - file: foreword/navigate.md
title: Navigating the HandbookI'm using jupyter-book 2.1.0 installed from PyPI via uv. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
|
Adding links to relevant issues: |
Beta Was this translation helpful? Give feedback.
-
|
In the frontmatter of the specific page you can add a short_title. This short_title replaces the title in the toc. It is briefly (and bit cryptic) described here: https://mystmd.org/guide/frontmatter#titles |
Beta Was this translation helpful? Give feedback.
-
|
We have a PR to fix this here Just needs to be merged! |
Beta Was this translation helpful? Give feedback.
-
|
@choldgraf that's wonderful, thank you!! @FreekPols thanks for chiming in. Yeah, I'm aware of the |
Beta Was this translation helpful? Give feedback.
-
|
I'm marking this as "answered", since @choldgraf 's PR has been merged. Thanks again! |
Beta Was this translation helpful? Give feedback.
We have a PR to fix this here
Just needs to be merged!