From 7424495524631aed7c67794ad1ce5853565a26ad Mon Sep 17 00:00:00 2001 From: Gleb Sizov Date: Mon, 23 Sep 2024 15:58:32 +0200 Subject: [PATCH] Adds new name space for sample-apps code search. --- src/App/libs/provider/namespaces.js | 1 + src/App/styles/icons/fa-icons.js | 1 + 2 files changed, 2 insertions(+) diff --git a/src/App/libs/provider/namespaces.js b/src/App/libs/provider/namespaces.js index 64a1ed2..989d9d6 100644 --- a/src/App/libs/provider/namespaces.js +++ b/src/App/libs/provider/namespaces.js @@ -4,6 +4,7 @@ export const ALL_NAMESPACES = Object.freeze([ { id: 'vespaapps-p', name: 'Sample Apps', icon: 'vial' }, { id: 'blog-p', name: 'Blog', icon: 'blog' }, { id: 'pyvespa-p', name: 'PyVespa', icon: 'fab-python' }, + { id: 'code-p', name: 'Sample Schemas', icon: 'code' }, ]); export const NAMESPACES_BY_ID = Object.freeze( diff --git a/src/App/styles/icons/fa-icons.js b/src/App/styles/icons/fa-icons.js index ac509ae..137afe7 100644 --- a/src/App/styles/icons/fa-icons.js +++ b/src/App/styles/icons/fa-icons.js @@ -21,6 +21,7 @@ export { faExpand, faExternalLink, faExternalLinkSquare, + faCode, } from '@fortawesome/free-solid-svg-icons'; export { faClipboard,