]> git.puffer.fish Git - matthieu/nova.git/commit
docs: add docusaurus project
authorMatthieu <matthieu@developershouse.xyz>
Fri, 8 Oct 2021 10:42:05 +0000 (14:42 +0400)
committerMatthieu <matthieu@developershouse.xyz>
Fri, 8 Oct 2021 10:42:05 +0000 (14:42 +0400)
commit73fc9eff77ddbf42f5e1e0b47495fdfb2143137e
tree77423bcc2d7e3d9087716af05511e2d53810a049
parentdbfc18ed3cef55a4433870ddee77c921b996cc2b
docs: add docusaurus project
14 files changed:
docs/.gitignore [new file with mode: 0644]
docs/README.md [new file with mode: 0644]
docs/babel.config.js [new file with mode: 0644]
docs/docusaurus.config.js [new file with mode: 0644]
docs/package.json [new file with mode: 0644]
docs/sidebars.js [new file with mode: 0644]
docs/src/components/HomepageFeatures.module.css [new file with mode: 0644]
docs/src/components/HomepageFeatures.tsx [new file with mode: 0644]
docs/src/css/custom.css [new file with mode: 0644]
docs/src/pages/index.module.css [new file with mode: 0644]
docs/src/pages/index.tsx [new file with mode: 0644]
docs/static/.nojekyll [new file with mode: 0644]
docs/tsconfig.json [new file with mode: 0644]
docs/yarn.lock [new file with mode: 0644]