try restore local search capabiliity
This commit is contained in:
@@ -82,7 +82,7 @@ export default async function RootLayout({ children }) {
|
|||||||
sidebar={{ defaultMenuCollapseLevel: 1 }}
|
sidebar={{ defaultMenuCollapseLevel: 1 }}
|
||||||
pageMap={pageMap}
|
pageMap={pageMap}
|
||||||
// TODO: fix algolia search
|
// TODO: fix algolia search
|
||||||
search={<AlgoliaSearch />}
|
// search={<AlgoliaSearch />}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
{/* SpeedInsights in vercel */}
|
{/* SpeedInsights in vercel */}
|
||||||
|
|||||||
@@ -160,4 +160,3 @@ Therefore, $f(X)$ is connected.
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -25,4 +25,5 @@ export default {
|
|||||||
Math4201_L19: "Topology I (Lecture 19)",
|
Math4201_L19: "Topology I (Lecture 19)",
|
||||||
Math4201_L20: "Topology I (Lecture 20)",
|
Math4201_L20: "Topology I (Lecture 20)",
|
||||||
Math4201_L21: "Topology I (Lecture 21)",
|
Math4201_L21: "Topology I (Lecture 21)",
|
||||||
|
Math4201_L22: "Topology I (Lecture 22)",
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
# Welcome to NoteNextra
|
# Welcome to NoteNextra
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
>
|
><!-- > This site use [Algolia Search](https://www.algolia.com/) to search the content. However, due to some unknown reasons, when the index page is loaded, the search bar is calling default PageFind package from Nextra. **If you find the search bar is not working**, please try to redirect to another page and then back to the index page or search in another page. -->
|
||||||
> This site use [Algolia Search](https://www.algolia.com/) to search the content. However, due to some unknown reasons, when the index page is loaded, the search bar is calling default PageFind package from Nextra. **If you find the search bar is not working**, please try to redirect to another page and then back to the index page or search in another page.
|
|
||||||
>
|
>
|
||||||
> This site updates in a daily basis. But the sidebar is not. **If you find some notes are not shown on sidebar but the class already ends more than 24 hours**, please try to access the page directly via the URL. (for example, change the URL to `.../Math4201/Math4201_L{number}` to access the note of the lecture `Math4201_L{number}`)
|
> This site updates in a daily basis. But the sidebar is not. **If you find some notes are not shown on sidebar but the class already ends more than 24 hours**, please try to access the page directly via the URL. (for example, change the URL to `.../Math4201/Math4201_L{number}` to access the note of the lecture `Math4201_L{number}`)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user