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:
Lucas Oliveira 2024-07-12 17:59:52 -03:00 committed by GitHub
commit 3aa2513a86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
354 changed files with 20640 additions and 23291 deletions

View file

@ -1,12 +0,0 @@
module.exports = {
content: ['./src/**/*.html', './src/**/*.js', './src/**/*.tsx'],
corePlugins: { preflight: false, container: false },
important: '#tailwind',
theme: {
extend: {
maxWidth: {
xxs: '18rem',
},
},
},
};