node-slate
node-slate copied to clipboard
Question: set custom language tab
In the original slate proget you can set up the Language Tab Display Names,
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?
Related to #3. I'm unsure if this project is still maintained, as the last update was a year ago. I have another port of Slate to node.js called shins which has this feature, and the static TOC from Slate v2.0.
FYI: the project isn't abandoned, we use this code every day. We just haven't had time to work on features we don't need or use at the moment. I don't think @sibartlett tracks Slate's development or is trying to maintain feature parity, so it's possible this other fork might be a better fit for you.
Thanks for the update @funkaoshi