Skip to content

Commit

Permalink
feat: update temporary search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
thangbuiq committed Feb 14, 2024
1 parent 16e7563 commit 41c167a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14,676 deletions.
11 changes: 10 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ const config = {
({
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
// Search app config
// MUST CHANGE LATER, CURRENT CONFIG IS THANGBUIQ'S CONFIG
algolia: {
appId: 'ZFO7GSYT5V',
apiKey: '55db49c58af677cb4bce162a4932ca42',
indexName: 'docusaurus-2',
placeholder: 'Search',
contextualSearch: true,
},
navbar: {
title: 'Ubunchuu Trường Ú',
logo: {
Expand Down Expand Up @@ -123,7 +132,7 @@ const config = {
announcementBar: {
id: 'support_us',
content:
'Contribute the content on <a target="_blank" rel="noopener noreferrer" href="https://github.com/ubunchuu-truong-us/exp-ubunchuu.github.io">GitHub Codespaces</a> 🚀',
'Contribute the content on <a target="_blank" rel="noopener noreferrer" href="https://github.com/ubunchuu-truong-us/ubunchuu-truong-us.github.io">GitHub Codespaces</a> 🚀',
isCloseable: false,
},
}),
Expand Down
Loading

0 comments on commit 41c167a

Please sign in to comment.