From 843ea7c3e356b6e9353f9f275976f2fee23beeac Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Mon, 27 Jan 2020 11:09:17 +0000 Subject: misc: Markdown cleanups for the 20.01 release Type: docs Signed-off-by: Andrew Yourtchenko Change-Id: I821197364a2fee9b52b1f014288b1f5e9e3c494c (cherry picked from commit fc98203b5d06f19d613766815660e76c9f216f09) --- extras/http/sample.md.hugo | 82 ++++++++++++++++++++++++++++++++++++++++++++++ extras/lcov/README.md | 2 ++ 2 files changed, 84 insertions(+) create mode 100644 extras/http/sample.md.hugo (limited to 'extras') diff --git a/extras/http/sample.md.hugo b/extras/http/sample.md.hugo new file mode 100644 index 00000000000..8451cedd8a5 --- /dev/null +++ b/extras/http/sample.md.hugo @@ -0,0 +1,82 @@ +--- +title: Home +--- + +# VPP Status + +### Here's the version... + +VPP version:
+ +build date:
+ +
+ +### Show Interface + +

Enter the interface name, then click "Submit" to display interface stats:

+ + + + +
+ +{{< rawhtml >}} + + + +{{< /rawhtml >}} diff --git a/extras/lcov/README.md b/extras/lcov/README.md index ff0e7bd5e1b..ae57fe53477 100644 --- a/extras/lcov/README.md +++ b/extras/lcov/README.md @@ -1,3 +1,5 @@ +# Code coverage analysis with lcov {#lcov_code_coverage} + ## Prerequisites The Linux gcov and lcov tools are fussy about gcc / g++ compiler -- cgit 1.2.3-korg