From e7f7ae07baafcf53565f0804aec5c6da36f3744f Mon Sep 17 00:00:00 2001 From: Adarsh Date: Mon, 20 May 2024 22:53:09 +0530 Subject: [PATCH] Added Logo to home page --- docs/doxygen/Doxymain.md | 8 ++++++-- docs/doxygen/doxygen.cfg | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/doxygen/Doxymain.md b/docs/doxygen/Doxymain.md index 9d20a3c098..c9d7b0e2c3 100644 --- a/docs/doxygen/Doxymain.md +++ b/docs/doxygen/Doxymain.md @@ -1,7 +1,11 @@ # Welcome to p4 Compiler's documentation! - +
+ \image html p4-logo.png width=300px +
+
`p4c` is a reference compiler for the P4 programming language. It supports both P4-14 and P4-16; you can find more information about P4 in our carefully curated [Documentation](#). - +
+
> @warning `P4 Compiler's Documentation` is a work in progress i.e. 🔨&🚀. This version contains mostly temporary placeholder functionality. # Overview diff --git a/docs/doxygen/doxygen.cfg b/docs/doxygen/doxygen.cfg index 226113443b..19bc5e0d93 100644 --- a/docs/doxygen/doxygen.cfg +++ b/docs/doxygen/doxygen.cfg @@ -1062,7 +1062,7 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = +IMAGE_PATH = ../../docs/doxygen # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program