Google Docs Review - Quick Start Guide
Quick reference for the Google Docs review workflow.
Export Islamic Banking Docs
npm run docs:export islamic-banking
Output: exports/islamic-banking-review.md
Upload to Google Docs
- Go to https://docs.google.com
- File > Open > Upload
- Select
exports/islamic-banking-review.md - Share with collaborators
After Review
- Download from Google Docs as Markdown
- Import changes:
npm run docs:import islamic-banking path/to/downloaded.md
- Review and commit:
git diffgit add docs/docsgit commit -m "docs: update Islamic banking from review"
Full Documentation
See GOOGLE_DOCS_REVIEW_WORKFLOW.md for detailed instructions.