Skip to content

Commit

Permalink
docS: changing docs structure
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusAndrade committed Jun 16, 2020
1 parent c07799d commit 3d0a654
Show file tree
Hide file tree
Showing 40 changed files with 22 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
git config --global user.email "${GH_EMAIL}@users.noreply.github.com"
git config --global user.name "${GH_NAME}"
echo "machine github.com login $GH_NAME password $GH_TOKEN" > ~/.netrc
cd docs && yarn install && GIT_USER=${GH_NAME} yarn publish-gh-pages
cd website && yarn install && GIT_USER=${GH_NAME} yarn deploy
workflows:
version: 2
Expand Down
21 changes: 21 additions & 0 deletions .gitignore
Expand Up @@ -61,3 +61,24 @@ coverage

# node-waf configuration
.lock-wscript

# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
33 changes: 0 additions & 33 deletions docs/README.md

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
11 changes: 0 additions & 11 deletions docs/blog/2019-05-28-hola.md

This file was deleted.

17 changes: 0 additions & 17 deletions docs/blog/2019-05-29-hello-world.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/blog/2019-05-30-welcome.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion docs/package.json → website/package.json
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"publish-gh-pages": "docusaurus deploy",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit 3d0a654

Please sign in to comment.