Skip to content

Commit

Permalink
docu-notion versio bump + learn page as site index
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlbgn committed Feb 27, 2024
1 parent 1ef5ff5 commit d5c4cb2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const config = {
'@docusaurus/preset-classic',
{
docs: {
path: 'tabs/docs/',
path: 'tabs/learn/',
routeBasePath: '/',
remarkPlugins: [require('remark-math')],
rehypePlugins: [require('rehype-katex')],
Expand All @@ -45,7 +45,7 @@ const config = {
{
id: 'docs',
path: 'tabs/Docs',
routeBasePath: '/',
routeBasePath: '/docs/',
sidebarPath: undefined,
remarkPlugins: [require('remark-math')],
rehypePlugins: [require('rehype-katex')],
Expand All @@ -56,7 +56,7 @@ const config = {
{
id: 'learn',
path: 'tabs/Learn',
routeBasePath: '/learn/',
routeBasePath: '/',
sidebarPath: undefined,
remarkPlugins: [require('remark-math')],
rehypePlugins: [require('rehype-katex')],
Expand Down Expand Up @@ -139,13 +139,13 @@ const config = {
},
{
label: 'Docs',
to: '/',
to: '/docs/',
position: 'left',
// activeBaseRegex: '^/docs/',
},
{
label: 'Learn',
to: '/learn/',
to: '/',
position: 'left',
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"serve": "docusaurus serve"
},
"dependencies": {
"docu-notion-kira": "1.3.0",
"docu-notion-kira": "1.3.2",
"@docusaurus/core": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@easyops-cn/docusaurus-search-local": "0.40.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3858,10 +3858,10 @@ dns-packet@^5.2.2:
dependencies:
"@leichtgewicht/ip-codec" "^2.0.1"

[email protected].0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/docu-notion-kira/-/docu-notion-kira-1.3.0.tgz#d1481c2431eeef3e3f64da3b5427451c7eb28992"
integrity sha512-NJOrBYJiS9E76nNuDiF45qgZQgL3MwC7TS2B49NvaQeQXAzLbLWrLt81LbarkEi3m4ZytH64eWXIQ2ZrKvqOIg==
[email protected].1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/docu-notion-kira/-/docu-notion-kira-1.3.1.tgz#f6abf642bb79f6ca482bf380fb6965dfefb23e45"
integrity sha512-RoCJ0DZRKfunrCfHF/k3/XnE3dsxypzXmgf5DRupsYsEhTwSfPtDrDNcagjfVfYPn0H2FrnCU/hoAiMPZEZUiw==
dependencies:
"@notionhq/client" "2.2.3"
chalk "^4.1.2"
Expand Down

0 comments on commit d5c4cb2

Please sign in to comment.