diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml index 3633e02..18317ca 100644 --- a/_config.yml +++ b/_config.yml @@ -99,6 +99,9 @@ collections: ont: permalink: "/:path/" output: true + ont_xgs: + permalink: "/xgs/:path/" + output: true tools: permalink: "/:path/" output: true @@ -112,13 +115,17 @@ collections: just_the_docs: collections: ont: - name: ONT + name: ONT GPON + nav_fold: true + ont_xgs: + name: ONT XGS-PON + nav_fold: true tools: name: Tools - nav_fold: false + nav_fold: true gpon: name: GPON - nav_fold: false + nav_fold: true sfp_cage: name: SFP cage - nav_fold: false + nav_fold: true |