This repository consists of two angular applications:
In addition, it also contains some static web content for yangcatalog.org.
Server Side Includes must be enabled for the static page to work (mainly to have similar header and footer).
location / {
# Allows for server side includes
ssi on ;
ssi_last_modified on ;
}