diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 916647f..1246691 100644 --- a/_config.yml +++ b/_config.yml @@ -100,6 +100,9 @@ collections: gpon: permalink: "/:path/" output: true + sfp_cage: + permalink: "/:path/" + output: true just_the_docs: collections: @@ -111,3 +114,6 @@ just_the_docs: gpon: name: GPON nav_fold: false + sfp_cage: + name: SFP cage + nav_fold: false |