Skip to content

Commit

Permalink
chore: move docs
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Mar 27, 2024
1 parent a001903 commit 61b18d2
Show file tree
Hide file tree
Showing 88 changed files with 4,197 additions and 28,836 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,28 +60,3 @@ jobs:
run: |
rm -rf dist
npx semantic-release
- name: Configure GH Access
if: github.ref == 'refs/heads/master'
run: |
mkdir -p ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts
echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
git config --global user.email "[email protected]"
git config --global user.name "Petyo Ivanov"
cat <<EOT >> ~/.ssh/config
Host github.com
HostName github.com
IdentityFile ~/.ssh/id_rsa
EOT
- name: Build and deploy docs
if: github.ref == 'refs/heads/master'
env:
GIT_USER: git
USE_SSH: true
run: |
pnpm build
pnpm docs:build
pnpm docs:deploy
163 changes: 0 additions & 163 deletions blog/2020-12-13-own-state-management.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api-reference/_category_.yml

This file was deleted.

33 changes: 0 additions & 33 deletions docs/api-reference/table-virtuoso-api-reference.md

This file was deleted.

42 changes: 0 additions & 42 deletions docs/api-reference/virtuoso-api-reference.md

This file was deleted.

33 changes: 0 additions & 33 deletions docs/api-reference/virtuoso-grid-api-reference.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/basics/_category_.yml

This file was deleted.

40 changes: 0 additions & 40 deletions docs/basics/auto-resizing.md

This file was deleted.

Loading

0 comments on commit 61b18d2

Please sign in to comment.