Skip to content

Commit c95239b

Browse files
authored
Merge pull request #199 from mCodex/feature/websiteImprovements
Feature/website improvements
2 parents 69c0c65 + 1c33aca commit c95239b

36 files changed

Lines changed: 5055 additions & 2223 deletions

.dockerignore

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

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
example/
2+
website/

Dockerfile

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

docker-compose.yml

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

website/.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Dependencies
2+
/node_modules
3+
4+
# Production
5+
/build
6+
7+
# Generated files
8+
.docusaurus
9+
.cache-loader
10+
11+
# Misc
12+
.DS_Store
13+
.env.local
14+
.env.development.local
15+
.env.test.local
16+
.env.production.local
17+
18+
npm-debug.log*
19+
yarn-debug.log*
20+
yarn-error.log*

website/core/Footer.js

Lines changed: 0 additions & 33 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)