In the original slate proget you can set up the [Language Tab Display Names](https://github.com/lord/slate/wiki/Customizing-the-Language-Tabs), like this: `language_tabs:` `- shell: cURL` `- ruby` `- python` However it does not work on the index.yml file What can I do to change my language tab display names?
In the original slate proget you can set up the Language Tab Display Names,
like this:
language_tabs:- shell: cURL- ruby- pythonHowever it does not work on the index.yml file
What can I do to change my language tab display names?