Skip to content

Commit

Permalink
Merge pull request #15 from SunbirdAI/ASR-docs
Browse files Browse the repository at this point in the history
Updating documnetation for ASR React Portal
  • Loading branch information
evie-8 authored Nov 29, 2024
2 parents d994f14 + 37c218b commit 01d0765
Show file tree
Hide file tree
Showing 10 changed files with 2,863 additions and 861 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
FIREBASE_STORAGE_BUCKET: ${{ secrets.FIREBASE_STORAGE_BUCKET }}
FIREBASE_MESSAGING_SENDER_ID: ${{ secrets.FIREBASE_MESSAGING_SENDER_ID }}
FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
ENVIRONMENT: "production"

run: npm run build

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
FIREBASE_STORAGE_BUCKET: ${{ secrets.FIREBASE_STORAGE_BUCKET }}
FIREBASE_MESSAGING_SENDER_ID: ${{ secrets.FIREBASE_MESSAGING_SENDER_ID }}
FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
ENVIRONMENT: 'production'
run: npm run build
367 changes: 154 additions & 213 deletions docs/06-design-docs/frontend portals/ASR-portal/TDD.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const config: Config = {
"docusaurus-plugin-dotenv",
{
path: "./.env",
systemvars: true
systemvars: true
}
]],

Expand Down
Loading

0 comments on commit 01d0765

Please sign in to comment.