Offline Documentation
How to use Fresh for offline documentation
Learn how to download and use documentation offline.
Why Offline?
- Read documentation without internet
- Faster searches
- No broken links
- Work on the go
Syncing Documentation
Basic Sync
# Sync Python docs
fresh sync https://docs.python.org/3/Selective Sync
Sync only specific sections:
# Limit to 50 pages
fresh sync https://docs.python.org/3/ --max-pages 50
# Limit depth
fresh sync https://docs.python.org/3/ --depth 2Using Synced Docs
After syncing, use aliases for quick access:
# Add alias first
fresh alias add python https://docs.python.org/3/
# Now use offline
fresh list python
fresh search "venv" pythonBest Practices
- Sync regularly - Keep docs updated with
fresh sync --force - Use aliases - Quick access to synced docs
- Limit scope - Sync only what you need
- Check storage - Large docs can use significant space