Troubleshooting
Common issues and solutions.
Device won’t power on
- Check USB cable connection
- Try a different USB port
- Verify power supply
Connection issues
…
Still need help?
Step 4: Upload Files to GitHub
Option A: Via GitHub Website (Easiest)
- Go to your repository
- Click “Add file” → “Create new file”
- Name it
_config.yml - Paste the content
- Click “Commit new file”
- Repeat for each file
Option B: GitHub Desktop (Recommended)
- Download GitHub Desktop
- Clone your repository
- Add all the files locally
- Commit and push
Step 5: Enable GitHub Pages
- Go to your repository on GitHub
- Click “Settings” tab
- Scroll to “Pages” in the left sidebar
- Under “Source”, select:
- Branch:
main - Folder:
/ (root)
- Branch:
- Click “Save”
- Wait 1-2 minutes for the site to build
Your site will initially be at: https://yourusername.github.io/piconav-docs/
Step 6: Connect piconav.com Custom Domain
In GitHub:
- Still in Settings → Pages
- Under “Custom domain”, enter:
piconav.com - Click “Save”
- Check ✅ “Enforce HTTPS” (after DNS propagates)
In Your Domain DNS Settings:
You need to update the DNS for piconav.com. Since it’s connected to Shopify right now, you’ll need to:
Option 1: Remove from Shopify, point to GitHub
- Go to Shopify → Settings → Domains
- Remove or disconnect piconav.com
- Go to your domain registrar (where you bought the domain)
- Add these DNS records: ``` Type: A Name: @ Value: 185.199.108.153
Type: A Name: @ Value: 185.199.109.153
Type: A Name: @ Value: 185.199.110.153
Type: A Name: @ Value: 185.199.111.153
Type: CNAME Name: www Value: yourusername.github.io