Skip to content

Commit

Permalink
Update docu-notion
Browse files Browse the repository at this point in the history
  • Loading branch information
hatton committed Jul 14, 2023
1 parent d2887dc commit 069437f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"pull": "yarn clear && cross-var docu-notion -n $SIL_BLOOM_DOCS_NOTION_TOKEN -r $SIL_BLOOM_DOCS_NOTION_ROOT_PAGE --locales en,fr",
"pull-test-only": "yarn clear && cross-var docu-notion -n $SIL_BLOOM_DOCS_NOTION_TOKEN -r $SIL_BLOOM_DOCS_NOTION_ROOT_PAGE --status-tag test --log-level debug",
"copy-static-docs": "cp ./static-docs/*.* ./docs",
"docu-pdf": "docu-pdf",
"make-pdf": "bash make-pdf.sh",
"pull:test": "yarn clear && cross-var docu-notion -n $SIL_BLOOM_DOCS_NOTION_TOKEN -r $SIL_BLOOM_DOCS_NOTION_ROOT_PAGE -m \"./testdocs\" --status-tag test --log-level debug",
"pull-to-test-docs": "yarn clear && cross-var docu-notion -n $SIL_BLOOM_DOCS_NOTION_TOKEN -r $SIL_BLOOM_DOCS_NOTION_ROOT_PAGE -m \"./testdocs\" --status-tag test --log-level debug",
"crowdin": "crowdin",
"//pretranslate": " used to re-apply translations when files are renamed or reorganized",
"crowdin:pretranslate": "crowdin pre-translate --method tm --translate-untranslated-only --translate-with-perfect-match-only --verbose",
Expand All @@ -41,7 +42,7 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.1.0",
"@sillsdev/docu-notion": "0.11.3",
"@sillsdev/docu-notion": "0.13.2-alpha.3",
"@tsconfig/docusaurus": "^1.0.6",
"typescript": "^4.6.4"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2026,10 +2026,10 @@
resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df"
integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==

"@sillsdev/docu-notion@0.11.3":
version "0.11.3"
resolved "https://registry.yarnpkg.com/@sillsdev/docu-notion/-/docu-notion-0.11.3.tgz#6e77072c18fd79caf51da93b323c71666bdc8e45"
integrity sha512-PVKwRorORWHM89XCQe+dyt2NXbsble7x8PWDpxAOEV6n5eA6L/kNC7tTGoVYKDotHdNcca+aQnEhtksx+fHw6Q==
"@sillsdev/docu-notion@0.13.2-alpha.3":
version "0.13.2-alpha.3"
resolved "https://registry.yarnpkg.com/@sillsdev/docu-notion/-/docu-notion-0.13.2-alpha.3.tgz#52e835e426cd97ec6a72390de641517c151fcaab"
integrity sha512-a+RIGaS6lbWRe6aWmLmE1fJ37fcB10/6FfOvVlf3a2Bf3nIo6HhmBfqFMbFE8SDp8tqFZIhTSW9NEY6yISRqcg==
dependencies:
"@notionhq/client" "2.2.3"
chalk "^4.1.2"
Expand Down

0 comments on commit 069437f

Please sign in to comment.