### Describe the bug This was checked off in https://github.com/elastic/docs-builder/issues/160 but I'm still seeing this behaviour in the reference-content staging area:  Those values do exist in the `docset.yml` list of `subs`, for example: ``` subs: ... esql: "ES|QL" ``` And are used in the files like this (e.g. in `esql.md`): ``` navigation_title: "{{esql}} reference" ``` ### Expected behavior I expected substitutions to work within navigation titles. ### Steps to reproduce Check out the reference-content branch in our staging repo. Go to the "Reference" > "Query languages" part of the tree. ### Tooling - [x] docs-builder - [ ] migration tooling - [ ] I'm not sure