From: Andrew Yourtchenko Date: Fri, 25 Sep 2020 13:07:32 +0000 (+0000) Subject: misc: documentation fixes X-Git-Tag: v20.09~11 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=c7b359ff538f53a974b88ab1447bef9736495f4f;p=vpp.git misc: documentation fixes Change-Id: Id7ae7bbc53e89777892b973008baa93f1a083aac Type: docs Signed-off-by: Andrew Yourtchenko --- diff --git a/doxygen/user_doc.md b/doxygen/user_doc.md index 009af67cf1a..0610adc7458 100644 --- a/doxygen/user_doc.md +++ b/doxygen/user_doc.md @@ -4,24 +4,22 @@ User Documentation {#user_doc} Several modules provide operational, dataplane-user focused documentation. - [GUI guided user demo](https://wiki.fd.io/view/VPP_Sandbox/vpp-userdemo) +- @subpage af_xdp_doc - @subpage avf_plugin_doc - @subpage bfd_doc - @subpage dpdk_crypto_ipsec_doc - @subpage dhcp6_pd_doc - @subpage flowprobe_plugin_doc - @subpage ioam_plugin_doc -- @subpage kp_plugin_doc - @subpage lacp_plugin_doc - @subpage lb_plugin_doc - @subpage lldp_doc - @subpage map_doc - @subpage marvel_plugin_doc -- @subpage srv6_mobile_plugin - @subpage mtu_doc - @subpage nat64_doc - @subpage nat_ha_doc - @subpage qos_doc -- @subpage quic_doc - @subpage rdma_doc - @subpage selinux_doc - @subpage span_doc @@ -29,3 +27,4 @@ Several modules provide operational, dataplane-user focused documentation. - @subpage srv6_doc - @subpage vcl_ldpreload_doc - @subpage vmxnet3_doc +- @subpage wireguard_plugin_doc diff --git a/src/plugins/wireguard/README.md b/src/plugins/wireguard/README.md index a11356cfde2..e313a32142c 100755 --- a/src/plugins/wireguard/README.md +++ b/src/plugins/wireguard/README.md @@ -1,4 +1,4 @@ -# Wireguard vpp-plugin +# Wireguard vpp-plugin {#wireguard_plugin_doc} ## Overview This plugin is an implementation of [wireguard protocol](https://www.wireguard.com/) for VPP. It allows one to create secure VPN tunnels.