diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-09-27 11:55:39 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:09:22 +0100 |
commit | 4ba41ea60b08f3e67f595d26db506da330ddbe66 (patch) | |
tree | 7bc3906700a973bea4e5d6e5ceb97a9d1e6c9ca7 /_config.yml | |
parent | add new info to tc afm0003 (diff) | |
download | hack-gpon.github.io-4ba41ea60b08f3e67f595d26db506da330ddbe66.tar hack-gpon.github.io-4ba41ea60b08f3e67f595d26db506da330ddbe66.tar.gz hack-gpon.github.io-4ba41ea60b08f3e67f595d26db506da330ddbe66.tar.bz2 hack-gpon.github.io-4ba41ea60b08f3e67f595d26db506da330ddbe66.tar.lz hack-gpon.github.io-4ba41ea60b08f3e67f595d26db506da330ddbe66.tar.xz hack-gpon.github.io-4ba41ea60b08f3e67f595d26db506da330ddbe66.tar.zst hack-gpon.github.io-4ba41ea60b08f3e67f595d26db506da330ddbe66.zip |
Diffstat (limited to '')
-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 |