File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,34 +192,3 @@ fly status
192192``` bash
193193fly 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.
Original file line number Diff line number Diff 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
186173The Command K component can be extended to search external sources or add custom filters.
You can’t perform that action at this time.
0 commit comments