Skip to content

Commit 032d008

Browse files
committed
2 parents 97eb850 + 928f865 commit 032d008

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+5131
-244
lines changed

docs/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
"version": "6.3.0"
1111
},
1212
"dependencies": {
13-
"@notionhq/client": "^2.2.3",
1413
"@sanity/client": "^3.4.1",
1514
"co": "^4.6.0",
1615
"concat-md": "^0.5.1",
1716
"dotenv": "^16.0.3",
1817
"front-matter": "^4.0.2",
19-
"hexo": "^7.2.0",
18+
"hexo": "^6.3.0",
2019
"hexo-admonition": "^1.1.2",
2120
"hexo-cli": "^4.3.0",
2221
"hexo-deployer-git": "^3.0.0",
@@ -37,7 +36,6 @@
3736
"hexo-renderer-stylus": "^0.3.3",
3837
"hexo-server": "^3.0.0",
3938
"node-html-parser": "^6.1.4",
40-
"notion-to-md": "https://github.com/huguestennier/notion-to-md",
4139
"save": "^2.4.0"
4240
},
4341
"resolutions": {

docs/scripts/notion-troubleshooting-page.js

Lines changed: 0 additions & 43 deletions
This file was deleted.

docs/source/guide/notion-faq.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/source/includes/tags/taxonomy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
| [showFullPath] | <code>boolean</code> | <code>false</code> | Whether to show the full path of selected items |
1010
| [pathSeparator] | <code>string</code> | <code>&quot;/&quot;</code> | Separator to show in the full path (default is " / "). To avoid errors, ensure that your data does not include this separator |
1111
| [maxUsages] | <code>number</code> | | Maximum number of times a choice can be selected per task or per region |
12-
| [maxWidth] | <code>number</code> | | Maximum width for dropdown |
13-
| [minWidth] | <code>number</code> | | Minimum width for dropdown |
14-
| [required] | <code>boolean</code> | <code>false</code> | Whether taxonomy validation is required |
12+
| [maxWidth] | <code>number</code> | | Maximum width for dropdown with units (eg: "500px") |
13+
| [minWidth] | <code>number</code> | | Minimum width for dropdown with units (eg: "300px") |
14+
| [required] | <code>boolean</code> | <code>false</code> | Whether it is required to have selected at least one option |
1515
| [requiredMessage] | <code>string</code> | | Message to show if validation fails |
1616
| [placeholder=] | <code>string</code> | | What to display as prompt on the input |
1717
| [perRegion] | <code>boolean</code> | | Use this tag to classify specific regions instead of the whole object |

docs/themes/v2/layout/notion.ejs

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)