doc/website: migration to docosaurus v2 (#1384)

* WIP - migrating entgo.io to docosaurus v2

* organizing pages a bit to be better suited for v2 site structure

* doc/website: finish migration to docusaurus v2

Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
This commit is contained in:
Ariel Mashraki
2021-03-24 21:48:30 +02:00
committed by GitHub
parent 3773738fd5
commit d9faf21e05
52 changed files with 799 additions and 685 deletions

View File

@@ -28,8 +28,8 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-central-1
- name: Deploy Docs
working-directory: doc/website/build/ent
run: aws s3 sync . s3://entgoio --delete --exclude "assets/*"
working-directory: doc/website/build
run: aws s3 sync . s3://entgoio --delete --exclude "images/*"
- name: Invalidate Cache
env:
CDN_DISTRIBUTION_ID: ${{ secrets.CDN_DISTRIBUTION_ID }}