diff options
author | Ian Lewis <ianlewis@google.com> | 2021-01-20 21:51:29 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-20 21:53:11 -0800 |
commit | 33b803e47f78206787bf0e53662534c5e428eb09 (patch) | |
tree | 7d490bf9df1fa97da4cc6890df5238ff6107b565 /website | |
parent | b0136253e6de393b2892e0fee8d85d636e82616c (diff) |
Add syscall docs back to menu
Syscall docs were excluded from the navigation menu. This change adds them
back.
PiperOrigin-RevId: 352942238
Diffstat (limited to 'website')
-rw-r--r-- | website/cmd/syscalldocs/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/cmd/syscalldocs/main.go b/website/cmd/syscalldocs/main.go index 327537214..5e529aa56 100644 --- a/website/cmd/syscalldocs/main.go +++ b/website/cmd/syscalldocs/main.go @@ -52,6 +52,7 @@ layout: docs category: Compatibility weight: 50 permalink: /docs/user_guide/compatibility/{{.OS}}/{{.Arch}}/ +include_in_menu: True --- This table is a reference of {{.OS}} syscalls for the {{.Arch}} architecture and |