Skip to content

Commit c4b88d5

Browse files
author
abrulic
committed
updated documentation
1 parent 9f5ab63 commit c4b88d5

2 files changed

Lines changed: 0 additions & 44 deletions

File tree

content/04-deployment-versioning.mdx

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -192,34 +192,3 @@ fly status
192192
```bash
193193
fly ssh console
194194
```
195-
196-
## Troubleshooting
197-
198-
### Build Failures
199-
200-
- Check that all environment variables are set in Fly secrets
201-
- Verify your `fly.toml` app name matches your Fly.io app
202-
- Review logs with `fly logs`
203-
204-
### Missing Versions
205-
206-
- Ensure git tags are pushed to your repository
207-
- Run `generate:docs -- --versions` to regenerate
208-
- Check that the `generated-docs/` folder contains version folders
209-
210-
### GitHub Actions Not Running
211-
212-
- Verify workflows are in root `.github/workflows/`, not `docs/.github/workflows/`
213-
- Check that `FLY_API_TOKEN` secret is set in GitHub
214-
- Review GitHub Actions logs for errors
215-
216-
## Manual Deployment
217-
218-
If you need to deploy manually:
219-
220-
```bash
221-
# From the docs/ directory
222-
fly deploy
223-
```
224-
225-
This builds and deploys your documentation directly to Fly.io without going through GitHub Actions.

content/05-customization-tips.mdx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -168,19 +168,6 @@ This script handles documentation versioning. Key parts you might customize:
168168

169169
## Adding Features
170170

171-
### Analytics
172-
173-
Add analytics by modifying `app/root.tsx`:
174-
175-
```tsx
176-
// Add to <head>
177-
<script
178-
async
179-
src="https://analytics.example.com/script.js"
180-
data-website-id="your-id"
181-
/>
182-
```
183-
184171
### Custom Search
185172

186173
The Command K component can be extended to search external sources or add custom filters.

0 commit comments

Comments
 (0)