infix icon indicating copy to clipboard operation
infix copied to clipboard

Generate list of supported YANG models for documentation

Open troglobit opened this issue 1 year ago • 0 comments

As discussed in #326, after the big refactor to offline, we could generate a list of supported YANG models, their features, as well as augments/deviations.

As an example, with only a few models, here's how to create a HTML/JavaScript page of IETF System:

pyang -f jstree [email protected] [email protected] \
                [email protected] > infix-ietf-system.html

troglobit avatar May 13 '24 08:05 troglobit