feat(docs): Hugo 55/38455/12
authorpmikus <peter.mikus@protonmail.ch>
Thu, 9 Mar 2023 13:32:33 +0000 (13:32 +0000)
committerPeter Mikus <peter.mikus@protonmail.ch>
Wed, 15 Mar 2023 10:06:55 +0000 (10:06 +0000)
commitb928e56347c682fdb9762ccbe2f368329d4037e4
tree9c0f6a02efc1704821229b8e18a23468fdf8674a
parentddcdf45806d0efa9e89dd4446b4c7da39cfb27a8
feat(docs): Hugo

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Id8b43ef1f31f39b19a0629c52581514fda278f3b
59 files changed:
.gitignore
csit.infra.dash/app/app.ini
csit.infra.hugo/docker-compose.yaml [new file with mode: 0644]
docs/archetypes/default.md [new file with mode: 0644]
docs/config.toml [new file with mode: 0644]
docs/content/_index.md [new file with mode: 0644]
docs/content/infrastructure/_index.md [new file with mode: 0644]
docs/content/infrastructure/fdio_csit_testbed_specifications.md [moved from docs/lab/testbed_specifications.md with 94% similarity]
docs/content/infrastructure/fdio_dc_vexxhost_inventory.md [new file with mode: 0644]
docs/content/infrastructure/testbed_configuration/_index.md [new file with mode: 0644]
docs/content/infrastructure/testbed_configuration/sm_clx_hw_bios_cfg.md [moved from docs/lab/testbeds_sm_clx_hw_bios_cfg.md with 98% similarity]
docs/content/infrastructure/testbed_configuration/sm_icx_hw_bios_cfg.md [moved from docs/lab/testbeds_sm_icx_hw_bios_cfg.md with 97% similarity]
docs/content/infrastructure/testbed_configuration/sm_spr_hw_bios_cfg.md [moved from docs/lab/testbeds_sm_spr_hw_bios_cfg.md with 99% similarity]
docs/content/infrastructure/testbed_configuration/sm_zn2_hw_bios_cfg.md [moved from docs/lab/testbeds_sm_zn2_hw_bios_cfg.md with 95% similarity]
docs/content/introduction/_index.md [new file with mode: 0644]
docs/content/introduction/automating_vpp_api_flag_day.md [moved from docs/automating_vpp_api_flag_day.rst with 93% similarity]
docs/content/introduction/bash_code_style.md [moved from docs/bash_code_style.rst with 89% similarity]
docs/content/introduction/branches.md [moved from docs/toi/branches.md with 98% similarity]
docs/content/introduction/dashboard_history.md [new file with mode: 0644]
docs/content/introduction/design.md [new file with mode: 0644]
docs/content/introduction/model_schema.md [new file with mode: 0644]
docs/content/introduction/perf_triggers_design.md [new file with mode: 0644]
docs/content/introduction/test_code_guidelines.md [moved from docs/test_code_guidelines.rst with 82% similarity]
docs/content/introduction/test_naming.md [new file with mode: 0644]
docs/content/introduction/test_scenarios_overview.md [new file with mode: 0644]
docs/content/introduction/test_tag_description.md [moved from docs/tag_documentation.rst with 72% similarity]
docs/content/introduction/testing_in_vagrant.md [new file with mode: 0644]
docs/content/methodology/_index.md [new file with mode: 0644]
docs/content/release_notes/_index.md [new file with mode: 0644]
docs/content/release_notes/dpdk.md [new file with mode: 0644]
docs/content/release_notes/trex.md [new file with mode: 0644]
docs/content/release_notes/vpp.md [new file with mode: 0644]
docs/content/release_notes/vpp_device.md [new file with mode: 0644]
docs/data/variables.yaml [new file with mode: 0644]
docs/go.mod [new file with mode: 0644]
docs/go.sum [new file with mode: 0644]
docs/lab/fdio-dc-physical.md [deleted file]
docs/lab/fdio-dc-physical.yaml [deleted file]
docs/layouts/shortcodes/release.html [new file with mode: 0644]
docs/layouts/shortcodes/release_csit.html [new file with mode: 0644]
docs/layouts/shortcodes/release_dpdk.html [new file with mode: 0644]
docs/layouts/shortcodes/release_prev.html [new file with mode: 0644]
docs/layouts/shortcodes/release_vpp.html [new file with mode: 0644]
docs/layouts/shortcodes/svg.html [new file with mode: 0644]
docs/perf-triggers-design.rst [deleted file]
docs/report/csit_framework_documentation/csit_tag_description.rst
docs/report/introduction/methodology_rca/methodology_perpatch_performance_tests.rst
docs/static/csit_design_picture.svg [new file with mode: 0644]
docs/static/testbed-2n-clx.svg [new file with mode: 0644]
docs/static/testbed-2n-icx.svg [new file with mode: 0644]
docs/static/testbed-2n-tx2.svg [new file with mode: 0644]
docs/static/testbed-2n-zn2.svg [new file with mode: 0644]
docs/static/testbed-3n-alt.svg [new file with mode: 0644]
docs/static/testbed-3n-icx.svg [new file with mode: 0644]
docs/static/testbed-3n-snr.svg [new file with mode: 0644]
docs/static/testbed-3n-tsh.svg [new file with mode: 0644]
docs/static/vf-2n-nic2nic.svg [moved from docs/vf-2n-nic2nic.svg with 100% similarity]
docs/static/vpp_device.svg [moved from docs/vpp_device.svg with 100% similarity]
docs/testing_in_vagrant.rst [deleted file]