diff options
author | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-01-02 19:15:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-02 19:15:42 +0100 |
commit | a709a25195c2aaa2ace2ca9628d0d36bdc9a8c91 (patch) | |
tree | decf86bc00d829b1248d480ddc550b3d105aa2d2 /_config.yml | |
parent | Update ont-genexis-ft-g2110c.md (#82) (diff) | |
download | hack-gpon.github.io-a709a25195c2aaa2ace2ca9628d0d36bdc9a8c91.tar hack-gpon.github.io-a709a25195c2aaa2ace2ca9628d0d36bdc9a8c91.tar.gz hack-gpon.github.io-a709a25195c2aaa2ace2ca9628d0d36bdc9a8c91.tar.bz2 hack-gpon.github.io-a709a25195c2aaa2ace2ca9628d0d36bdc9a8c91.tar.lz hack-gpon.github.io-a709a25195c2aaa2ace2ca9628d0d36bdc9a8c91.tar.xz hack-gpon.github.io-a709a25195c2aaa2ace2ca9628d0d36bdc9a8c91.tar.zst hack-gpon.github.io-a709a25195c2aaa2ace2ca9628d0d36bdc9a8c91.zip |
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 |