Skip to content

Commit

Permalink
remove crowdin (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Nov 28, 2023
1 parent 8b37732 commit 3c85c3a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 13,276 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,11 @@ jobs:
env:
USE_SSH: true
GIT_USER: git
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
run: |
git config --global user.email "[email protected]"
git config --global user.name "gh-actions"
yarn install
yarn generate-library
yarn generate-adaptors
yarn crowdin:sync
yarn build
npx docusaurus deploy
3 changes: 0 additions & 3 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Test build website
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
run: |
yarn generate-library
yarn generate-adaptors
yarn crowdin:sync
yarn build
25 changes: 0 additions & 25 deletions crowdin.yml

This file was deleted.

14 changes: 3 additions & 11 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ module.exports = {
favicon: 'img/favicon.ico',
organizationName: 'openfn',
projectName: 'docs',
i18n: {
defaultLocale: 'en',
locales: ['en', 'fr'],
},
markdown: {
mermaid: true,
},
Expand Down Expand Up @@ -56,10 +52,6 @@ module.exports = {
label: 'Blog',
position: 'left',
},
{
type: 'localeDropdown',
position: 'right',
},
{
type: 'docsVersionDropdown',
position: 'right',
Expand Down Expand Up @@ -147,11 +139,11 @@ module.exports = {
versions: {
current: {
banner: 'unreleased',
label: "Lightning 🚧"
label: 'Lightning 🚧',
},
'legacy': {
legacy: {
banner: 'none',
label: "Platform (v1)"
label: 'Platform (v1)',
},
},
},
Expand Down
Loading

0 comments on commit 3c85c3a

Please sign in to comment.