1
0
mirror of https://github.com/containers/youki synced 2025-04-29 04:37:58 +02:00
youki/toc.html

33 lines
7.1 KiB
HTML

<!DOCTYPE HTML>
<html lang="en" class="light" dir="ltr">
<head>
<!-- sidebar iframe generated using mdBook
This is a frame, and not included directly in the page, to control the total size of the
book. The TOC contains an entry for each page, so if each page includes a copy of the TOC,
the total size of the page becomes O(n**2).
The frame is only used as a fallback when JS is turned off. When it's on, the sidebar is
instead added to the main page by `toc.js` instead. The JavaScript mode is better
because, when running in a `file:///` URL, the iframed page would not be Same-Origin as
the rest of the page, so the sidebar and the main page theme would fall out of sync.
-->
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<!-- Custom HTML head -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/variables.css">
<link rel="stylesheet" href="css/general.css">
<link rel="stylesheet" href="css/chrome.css">
<link rel="stylesheet" href="css/print.css" media="print">
<!-- Fonts -->
<link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
<link rel="stylesheet" href="fonts/fonts.css">
<!-- Custom theme stylesheets -->
</head>
<body class="sidebar-iframe-inner">
<ol class="chapter"><li class="chapter-item expanded affix "><a href="youki.html" target="_parent">Youki</a></li><li class="chapter-item expanded affix "><li class="spacer"></li><li class="chapter-item expanded "><a href="user/introduction.html" target="_parent"><strong aria-hidden="true">1.</strong> User Documentation</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="user/basic_setup.html" target="_parent"><strong aria-hidden="true">1.1.</strong> Basic Setup</a></li><li class="chapter-item expanded "><a href="user/basic_usage.html" target="_parent"><strong aria-hidden="true">1.2.</strong> Basic Usage</a></li><li class="chapter-item expanded "><a href="user/crates.html" target="_parent"><strong aria-hidden="true">1.3.</strong> Crates provided</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="user/libcgroups.html" target="_parent"><strong aria-hidden="true">1.3.1.</strong> libcgroups</a></li><li class="chapter-item expanded "><a href="user/libcontainer.html" target="_parent"><strong aria-hidden="true">1.3.2.</strong> libcontainer</a></li><li class="chapter-item expanded "><a href="user/liboci_cli.html" target="_parent"><strong aria-hidden="true">1.3.3.</strong> liboci-cli</a></li><li class="chapter-item expanded "><a href="user/libseccomp.html" target="_parent"><strong aria-hidden="true">1.3.4.</strong> libseccomp</a></li></ol></li><li class="chapter-item expanded "><a href="user/webassembly.html" target="_parent"><strong aria-hidden="true">1.4.</strong> Webassembly</a></li></ol></li><li class="chapter-item expanded "><li class="spacer"></li><li class="chapter-item expanded "><a href="community/introduction.html" target="_parent"><strong aria-hidden="true">2.</strong> Community</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="community/maintainer.html" target="_parent"><strong aria-hidden="true">2.1.</strong> Maintainer</a></li><li class="chapter-item expanded "><a href="community/governance.html" target="_parent"><strong aria-hidden="true">2.2.</strong> Governance</a></li><li class="chapter-item expanded "><a href="community/contributing.html" target="_parent"><strong aria-hidden="true">2.3.</strong> Contributing</a></li><li class="chapter-item expanded "><a href="community/chat.html" target="_parent"><strong aria-hidden="true">2.4.</strong> Chat</a></li></ol></li><li class="chapter-item expanded "><li class="spacer"></li><li class="chapter-item expanded "><a href="developer/introduction.html" target="_parent"><strong aria-hidden="true">3.</strong> Developer Documentation</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="developer/basics.html" target="_parent"><strong aria-hidden="true">3.1.</strong> Basics</a></li><li class="chapter-item expanded "><a href="developer/unwritten_rules.html" target="_parent"><strong aria-hidden="true">3.2.</strong> Unwritten Rules</a></li><li class="chapter-item expanded "><a href="developer/good_places_to_start.html" target="_parent"><strong aria-hidden="true">3.3.</strong> Good places to start</a></li><li class="chapter-item expanded "><a href="developer/documentation_mdbook.html" target="_parent"><strong aria-hidden="true">3.4.</strong> This Documentation</a></li><li class="chapter-item expanded "><a href="developer/repo_structure.html" target="_parent"><strong aria-hidden="true">3.5.</strong> Repository Structure</a></li><li class="chapter-item expanded "><a href="developer/debugging.html" target="_parent"><strong aria-hidden="true">3.6.</strong> Debugging</a></li><li class="chapter-item expanded "><a href="developer/crate_specific_information.html" target="_parent"><strong aria-hidden="true">3.7.</strong> Crate Specific Information</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="developer/libcgroups.html" target="_parent"><strong aria-hidden="true">3.7.1.</strong> libcgroups</a></li><li class="chapter-item expanded "><a href="developer/libcontainer.html" target="_parent"><strong aria-hidden="true">3.7.2.</strong> libcontainer</a></li><li class="chapter-item expanded "><a href="developer/liboci_cli.html" target="_parent"><strong aria-hidden="true">3.7.3.</strong> liboci-cli</a></li><li class="chapter-item expanded "><a href="developer/libseccomp.html" target="_parent"><strong aria-hidden="true">3.7.4.</strong> libseccomp</a></li><li class="chapter-item expanded "><a href="developer/youki.html" target="_parent"><strong aria-hidden="true">3.7.5.</strong> youki</a></li></ol></li><li class="chapter-item expanded "><a href="developer/e2e/e2e_tests.html" target="_parent"><strong aria-hidden="true">3.8.</strong> e2e tests</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="developer/e2e/rust_oci_test.html" target="_parent"><strong aria-hidden="true">3.8.1.</strong> rust oci tests</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="developer/e2e/integration_test.html" target="_parent"><strong aria-hidden="true">3.8.1.1.</strong> integration_test</a></li><li class="chapter-item expanded "><a href="developer/e2e/test_framework.html" target="_parent"><strong aria-hidden="true">3.8.1.2.</strong> test_framework</a></li><li class="chapter-item expanded "><a href="developer/e2e/runtimetest.html" target="_parent"><strong aria-hidden="true">3.8.1.3.</strong> runtimetest</a></li></ol></li><li class="chapter-item expanded "><a href="developer/e2e/containerd_integration_test_using_youki.html" target="_parent"><strong aria-hidden="true">3.8.2.</strong> containerd integration test</a></li><li class="chapter-item expanded "><a href="developer/e2e/runtime_tools.html" target="_parent"><strong aria-hidden="true">3.8.3.</strong> runtime tools</a></li></ol></li></ol></li></ol>
</body>
</html>