core.js/docs: Adding favicon for JSDocs

Closes https://github.com/vanadium/issues/issues/165

Change-Id: I66780bebae925f896def71124ed6c1088488a9ca
diff --git a/Makefile b/Makefile
index 2aa5a29..8f9197c 100644
--- a/Makefile
+++ b/Makefile
@@ -245,9 +245,13 @@
 docs: $(JS_SRC_FILES) jsdocs/docstrap-template/compiled/site.vanadium.css | node_modules
 	# Copy our compiled style template
 	cp -f jsdocs/docstrap-template/compiled/site.vanadium.css ${DOCSTRAP_LOC}/template/static/styles
+
 	# Build the docs
 	jsdoc $^ --readme ./jsdocs/index.md --configure ./jsdocs/conf.json --template ${DOCSTRAP_LOC}/template --destination $@
 
+	# Copy favicon
+	cp -f ./jsdocs/favicon.ico $@
+
 # docs-template
 #
 # Builds the custom Vanadium jsdocs template and rebuilds the docs with it.
diff --git a/jsdocs/favicon.ico b/jsdocs/favicon.ico
new file mode 100644
index 0000000..78fbfdd
--- /dev/null
+++ b/jsdocs/favicon.ico
Binary files differ