Skip to main content

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

  1. Go to https://docs.google.com
  2. File > Open > Upload
  3. Select exports/islamic-banking-review.md
  4. Share with collaborators

After Review

  1. Download from Google Docs as Markdown
  2. Import changes:
    npm run docs:import islamic-banking path/to/downloaded.md
  3. Review and commit:
    git diff
    git add docs/docs
    git commit -m "docs: update Islamic banking from review"

Full Documentation

See GOOGLE_DOCS_REVIEW_WORKFLOW.md for detailed instructions.