Skip to content

Commit 9fb0acf

Browse files
committed
Eject Sidebar from Nextra
1 parent 6aa124e commit 9fb0acf

File tree

4 files changed

+542
-8
lines changed

4 files changed

+542
-8
lines changed

patches/nextra-theme-docs.patch

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ index 71f87bcd1dde49d7c19ad49fc098e715a76c5c10..6671e29326be99861058895916185910
2323
+export declare const useSlugs: () => WeakMap<any, any>
2424
+
2525
diff --git a/dist/index.js b/dist/index.js
26-
index 56201641fd965dcc5ab7c5df53e444c41293c00e..860b8cfd297e82da041c4d8287ed266691d75a0e 100644
26+
index 56201641fd965dcc5ab7c5df53e444c41293c00e..b0344053f3e0682eda3dd23e142abc5458f9a683 100644
2727
--- a/dist/index.js
2828
+++ b/dist/index.js
2929
@@ -100,10 +100,10 @@ IntersectionObserverContext.displayName = "IntersectionObserver";
@@ -41,3 +41,12 @@ index 56201641fd965dcc5ab7c5df53e444c41293c00e..860b8cfd297e82da041c4d8287ed2666
4141
var ActiveAnchorProvider = ({
4242
children
4343
}) => {
44+
@@ -2502,7 +2502,7 @@ var DEFAULT_COMPONENTS = {
45+
),
46+
children: [
47+
/* @__PURE__ */ jsx26(
48+
- Sidebar,
49+
+ themeConfig.sidebar.component,
50+
{
51+
docsDirectories,
52+
fullDirectories: directories,

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)