diff --git a/mkdocs.yml b/mkdocs.yml index 9b086158..1cb2a88f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,3 +8,44 @@ docs_dir: doc repo_url: https://github.com/seccomp/libseccomp.git +nav: + - Home: index.md + - Admin: + - admin/MAINTAINER_PROCESS.md + - admin/RELEASE_PROCESS.md + - Commands: + - scmp_sys_resolver: man1/scmp_sys_resolver.1.md + - Library: + - seccomp_notify_receive: man3/seccomp_notify_receive.3.md + - seccomp_release: man3/seccomp_release.3.md + - seccomp_notify_respond: man3/seccomp_notify_respond.3.md + - seccomp_rule_add_array: man3/seccomp_rule_add_array.3.md + - seccomp_arch_remove: man3/seccomp_arch_remove.3.md + - seccomp_syscall_resolve_name_rewrite: man3/seccomp_syscall_resolve_name_rewrite.3.md + - seccomp_notify_fd: man3/seccomp_notify_fd.3.md + - seccomp_attr_set: man3/seccomp_attr_set.3.md + - seccomp_notify_id_valid: man3/seccomp_notify_id_valid.3.md + - seccomp_notify_free: man3/seccomp_notify_free.3.md + - seccomp_notify_alloc: man3/seccomp_notify_alloc.3.md + - seccomp_version: man3/seccomp_version.3.md + - seccomp_load: man3/seccomp_load.3.md + - seccomp_api_get: man3/seccomp_api_get.3.md + - seccomp_arch_add: man3/seccomp_arch_add.3.md + - seccomp_syscall_resolve_num_arch: man3/seccomp_syscall_resolve_num_arch.3.md + - seccomp_syscall_resolve_name_arch: man3/seccomp_syscall_resolve_name_arch.3.md + - seccomp_rule_add_exact_array: man3/seccomp_rule_add_exact_array.3.md + - seccomp_reset: man3/seccomp_reset.3.md + - seccomp_merge: man3/seccomp_merge.3.md + - seccomp_rule_add_exact: man3/seccomp_rule_add_exact.3.md + - seccomp_syscall_priority: man3/seccomp_syscall_priority.3.md + - seccomp_attr_get: man3/seccomp_attr_get.3.md + - seccomp_rule_add: man3/seccomp_rule_add.3.md + - seccomp_arch_resolve_name: man3/seccomp_arch_resolve_name.3.md + - seccomp_init: man3/seccomp_init.3.md + - seccomp_arch_native: man3/seccomp_arch_native.3.md + - seccomp_api_set: man3/seccomp_api_set.3.md + - seccomp_arch_exist: man3/seccomp_arch_exist.3.md + - seccomp_export_bpf: man3/seccomp_export_bpf.3.md + - seccomp_export_pfc: man3/seccomp_export_pfc.3.md + - seccomp_syscall_resolve_name: man3/seccomp_syscall_resolve_name.3.md +