Skip to content

Commit

Permalink
Merge pull request #158 from vespa-engine/glebashnik/sample-apps-code…
Browse files Browse the repository at this point in the history
…-search

Glebashnik/sample apps code search
  • Loading branch information
kkraune authored Sep 27, 2024
2 parents 8a4a531 + 7424495 commit 397546b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/App/libs/provider/namespaces.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
1 change: 1 addition & 0 deletions src/App/styles/icons/fa-icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export {
faExpand,
faExternalLink,
faExternalLinkSquare,
faCode,
} from '@fortawesome/free-solid-svg-icons';
export {
faClipboard,
Expand Down

0 comments on commit 397546b

Please sign in to comment.