New Respec feature: support for additional links in header

Hi,   
I've created a new feature for Respec that allows custom links at the head of a document. The new property is called "otherLinks", and takes an array of objects as content. For example:
...
otherLinks: [
{  
key: "Test Suite",  
href: "https://w3.org/..."  
},

{  
key: "Spec updates",
value: "follow our @working_group on the twitter"
href: "https://twitter/working_group"  
}


]
...

I've detailed how it works here:  
https://github.com/darobin/respec/pull/208

Would appreciate any suggestions you might have … specially if you think it could be made easier to use, etc.   

Thanks!  
--  
Marcos Caceres

Received on Thursday, 2 May 2013 10:49:12 UTC