diff --git a/doc/images/favicon.png b/doc/images/favicon.png index 591fb0a003683ff66e72748f372966ab2c5e072b..2c79ab39bbd31ff04d81a9e0db0241978f70380f 100644 Binary files a/doc/images/favicon.png and b/doc/images/favicon.png differ diff --git a/mkdocs.yml b/mkdocs.yml index 05ce4233a8b7dd08759faeecedd397779c68c350..b860dce2fcbae85dbbb8d60939f3be86b545cfcb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -42,8 +42,8 @@ theme: - search.highlight palette: - primary: custom - accent: custom + primary: 'red' + accent: 'light red' logo: 'images/logos/TeraFlowSDN_tr.png' favicon: images/favicon.png @@ -73,21 +73,21 @@ extra: # Page tree nav: - 1. Deployment Guide: ./deployment_guide/deployment_guide.md - - 1.1. Configure your Machine: ./deployment_guide/configure_your_machine/configure_your_machine.md - - 1.1.1. Physical Server: ./deployment_guide/configure_your_machine/physical_server.md - - 1.1.2. Oracle Virtual Box: ./deployment_guide/configure_your_machine/oracle_virtual_box.md - - 1.1.3. VMWare Fusion: ./deployment_guide/configure_your_machine/vm_ware_fusion.md - - 1.1.4. OpenStack: ./deployment_guide/configure_your_machine/openstack.md - - 1.1.5. Vagrant Box: ./deployment_guide/configure_your_machine/vagrant_box.md - - 1.2. Install MicroK8s: ./deployment_guide/install_micro_k8s/install_micro_k8s.md - - 1.3. Deploy TeraFlowSDN: ./deployment_guide/deploy_TeraFlowSDN/deploy_TeraFlowSDN.md - - 1.4. WebUI and Grafana Dashboards: ./deployment_guide/webUI_and_grafana_dashboards/webUI_and_grafana_dashboards.md - - 1.5. Show deployments and Logs: ./deployment_guide/show_deployment_and_logs/show_deployment_and_logs.md + - 1.1. Configure your Machine: ./deployment_guide/configure_your_machine/configure_your_machine.md + - 1.1.1. Physical Server: ./deployment_guide/configure_your_machine/physical_server.md + - 1.1.2. Oracle Virtual Box: ./deployment_guide/configure_your_machine/oracle_virtual_box.md + - 1.1.3. VMWare Fusion: ./deployment_guide/configure_your_machine/vm_ware_fusion.md + - 1.1.4. OpenStack: ./deployment_guide/configure_your_machine/openstack.md + - 1.1.5. Vagrant Box: ./deployment_guide/configure_your_machine/vagrant_box.md + - 1.2. Install MicroK8s: ./deployment_guide/install_micro_k8s/install_micro_k8s.md + - 1.3. Deploy TeraFlowSDN: ./deployment_guide/deploy_TeraFlowSDN/deploy_TeraFlowSDN.md + - 1.4. WebUI and Grafana Dashboards: ./deployment_guide/webUI_and_grafana_dashboards/webUI_and_grafana_dashboards.md + - 1.5. Show deployments and Logs: ./deployment_guide/show_deployment_and_logs/show_deployment_and_logs.md - 2. Development Guide: ./development_guide/development_guide.md - - 2.1 Configure Environment: ./development_guide/configure_environment/configure_environment.md - - 2.1.1. Python: ./development_guide/configure_environment/python.md - - 2.1.2. Java (Quarkus): ./development_guide/configure_environment/java_quarkus.md + - 2.1 Configure Environment: ./development_guide/configure_environment/configure_environment.md + - 2.1.1. Python: ./development_guide/configure_environment/python.md + - 2.1.2. Java (Quarkus): ./development_guide/configure_environment/java_quarkus.md - Testing: - Test Plan: ./testing/testplan/README.md