From a709a25195c2aaa2ace2ca9628d0d36bdc9a8c91 Mon Sep 17 00:00:00 2001 From: Simone <26844016+simonebortolin@users.noreply.github.com> Date: Mon, 2 Jan 2023 19:15:42 +0100 Subject: Add XGSPON ONT (#81) * Add ONT XGS-PON * fix * Update ont-hisense-ltf7267-bha+.md Add first information about XGSPON Stick * Update ont-hisense-ltf7267-bha+.md Fix some typos * Add Hisense LFT7267-BHA+ images Add external and internal pictures * Update ont-hisense-ltf7267-bha+.md Add pictures and UART info * Update ont-hisense-ltf7267-bha+.md * Apply suggestions from code review Co-authored-by: Simone Bortolin Co-authored-by: Giammarco Marzano Co-authored-by: Giovanni Condello --- _config.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to '_config.yml') 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 -- cgit v1.2.3