We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f43a8c commit 0559757Copy full SHA for 0559757
docusaurus.config.js
@@ -27,7 +27,7 @@ const config = {
27
({
28
docs: {
29
sidebarPath: require.resolve('./sidebars.js'),
30
- editUrl: 'https://github.com/react-querybuilder/react-querybuilder.github.io/blob/main/',
+ editUrl: 'https://github.com/react-querybuilder/react-querybuilder.github.io/edit/main/',
31
remarkPlugins: [
32
[
33
transpileCodeblocks,
@@ -43,7 +43,7 @@ const config = {
43
// blog: {
44
// showReadingTime: true,
45
// editUrl:
46
- // 'https://github.com/react-querybuilder/react-querybuilder.github.io/blob/main/',
+ // 'https://github.com/react-querybuilder/react-querybuilder.github.io/edit/main/',
47
// },
48
blog: false,
49
theme: {
0 commit comments