Skip to content

Commit

Permalink
Add mkdocs navigation
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Ramage <[email protected]>
  • Loading branch information
oxr463 committed May 24, 2021
1 parent 0af8f47 commit e8b3c65
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e8b3c65

Please sign in to comment.