github.com/mirantis/virtlet@v1.5.2-0.20191204181327-1659b8a48e9b/docs/mkdocs.yml (about) 1 site_name: Virtlet 2 theme: 3 name: readthedocs 4 # FIXME: highlightjs tries to autodetect the languages 5 # which causes somewhat random highlighting in some code blocks. 6 # Should try to enable manual language setting for the 7 # highlighting somehow 8 highlightjs: false 9 nav: 10 - Home: index.md 11 - User Guide: 12 - "Installing Virtlet on kubeadm-dind-cluster": user-guide/virtlet-on-kdc.md 13 - "Installing Virtlet on a real cluster": user-guide/real-cluster.md 14 - "AppArmor profiles": user-guide/apparmor.md 15 - Virtlet 101: 16 - "Virtlet architecture": 101/architecture.md 17 - "Workshop setup": 101/workshop-setup.md 18 - "Virtlet provisioning": 101/provision-virtlet.md 19 - "Creating and managing virtual machines": 101/creating-and-managing-pods.md 20 - "Virtlet networking": 101/network.md 21 - "Virtual machine volumes": 101/volumes.md 22 - "Cloud-Init support": 101/cloud-init.md 23 - "Rolling out updates": 101/rolling-out-updates.md 24 - "Troubleshooting": 101/troubleshooting.md 25 - Reference: 26 - "Defining a VM Pod": reference/vm-pod-spec.md 27 - "Working with VM Pods": reference/vm-pod.md 28 - "Volumes": reference/volumes.md 29 - "VM Image Handling": reference/images.md 30 - "Injecting Files into the VM": reference/injecting-files.md 31 - "Cloud-Init": reference/cloud-init.md 32 - "Configuration": reference/config.md 33 - "Networking": reference/networking.md 34 - "Diagnostics": reference/diagnostics.md 35 - "Resource management": reference/resources.md 36 - "Command Line Tool": reference/virtletctl.md 37 - Development: 38 - "Virtlet architecture": dev/architecture.md 39 - "Setting up the environment": dev/setup.md 40 - "Running the tests": dev/tests.md 41 - "Build Tool": dev/build-tool.md 42 - "Virtlet CI": dev/virtlet-ci.md 43 - "Building a custom CirrOS image": dev/cirros.md 44 - "Logging architecture": dev/logging.md 45 - "Lifecycle of a VM pod": dev/vm-pod-lifecycle.md 46 - "Guidelines": dev/guidelines.md