docs: added fetching from notion (#2670)
* Added new Docusaurus instance that fetches automatically from Notion * Add Github workflow to fetch docs from Notion * Added legacy peer deps to solve dependency problems * Fix git ignore and added pages
This commit is contained in:
parent
bab941f3e6
commit
3aa2513a86
354 changed files with 20640 additions and 23291 deletions
2
.github/workflows/docs_test.yml
vendored
2
.github/workflows/docs_test.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Install Node.js dependencies
|
||||
run: |
|
||||
cd docs
|
||||
npm install
|
||||
npm install --legacy-peer-deps
|
||||
if: ${{ steps.setup-node.outputs.cache-hit != 'true' }}
|
||||
|
||||
- name: Build Docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue