diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 4018f5c..c41c48f 100644 --- a/_config.yml +++ b/_config.yml @@ -101,6 +101,12 @@ collections: ont_xgs: permalink: "/xgs/:path/" output: true + ont_epon: + permalink: "/epon/:path/" + output: true + router_pon: + permalink: "/router/:path/" + output: true tools: permalink: "/:path/" output: true @@ -122,6 +128,12 @@ just_the_docs: ont_xgs: name: ONT XGS-PON nav_fold: true + ont_epon: + name: ONT EPON + nav_fold: true + router_pon: + name: Router PON + nav_fold: true tools: name: Tools nav_fold: true |