Dev to main, 18th Aug, 2026 - #823
Merged
Merged
Conversation
- llms-full.txt extractor: preserve fenced code, imports, placeholders, param rows and method lines in the AI export - exclude chat widget and copy dropdown chrome from Pagefind indexing - fix broken code samples across quickstarts, cookbooks and integrations (fi-instrumentation-otel package, JS projectType casing, missing imports) - correct the built-in eval count to 132 templates across 8 groups (21 files) - surface the hidden Resources nav group as RBAC under Administration - delete legacy installation and billing-pricing pages with redirects Signed-off-by: khushalsonawat <khushalsonawat@gmail.com>
- consolidate the duplicate tracing tree: merge auto-side fixes into integrations/traceai, port the missing index, repoint 120 links, add 42 permanent redirects, delete tracing/auto - add redirects for guessable 404 paths and the orphaned quickstart URL - point the header MCP link straight at its target - align Protect metric vocabulary with the backend on guides and SDK pages - resolve self-contradictions: roles page (verified against backend RBAC), self-hosting build-vs-pull, gateway endpoint and guardrail counts - local code/statistical eval pages no longer pass an evaluator model; audio evals use turing_large - normalize Python floor to 3.10+, evaluator model casing, package install spellings; retitle 12 landing pages off the bare word Overview - state Cloud/Enterprise availability on Falcon AI and Protect - add verified agentcc install step to Command Center quickstart - remove stale prism-ai banners, self-referential links, 59 typos Signed-off-by: khushalsonawat <khushalsonawat@gmail.com>
- five pages under RBAC: overview, what you are billed for, plans & pricing reference, manage your plan, control spend - interactive PricingCalculator component with the graduated tier ladders and platform fees read from source - nav paths matched to the real dashboard labels (Usage Summary, Plans & Pricing, Billing) with two masked captures - billing references in FAQ, Falcon AI and Prompt troubleshooting repointed at the new section - Protect group folded into Build & connect in the sidebar dropdown Signed-off-by: khushalsonawat <khushalsonawat@gmail.com>
- both shots retaken over the CDP capture rig, uncropped, masked - italic captions added below both embeds Signed-off-by: khushalsonawat <khushalsonawat@gmail.com>
Remove src/pages/docs/admin-settings.mdx (stale page) since src/pages/docs/admin-settings/index.mdx already covers this route with more complete content. Astro was warning about two static routes both resolving to /docs/admin-settings.
Docs audit remediation
|
Automatic Review Skipped Too many files for automatic review. If you would still like a review, you can trigger one manually by commenting: |
- @futureagi/chat-widget is imported nowhere in the source and absent from package-lock.json; remove the vestigial workspace dependency - pr-checks: the audit scripts use only Node built-ins, so drop the private-repo clone, the dependency patch and npm install entirely. Fork PRs never receive repo secrets, which is why every external contribution failed this check at the clone step - deploy: drop the now-inert fetch and patch steps, removing the workflow's last dependence on the GH_PAT secret Signed-off-by: khushalsonawat <khushalsonawat@gmail.com>
ci: make PR checks fork-safe by dropping the unused chat-widget fetch
check-deleted-pages demanded a redirect for every deleted .mdx, even when the URL keeps resolving (deleting foo.mdx while foo/index.mdx exists). Such deletions are dedupes, not dead routes; skip them with a note instead of failing Signed-off-by: khushalsonawat <khushalsonawat@gmail.com>
ci: redirect check accepts deletions whose route is still served
…te-route fix: remove duplicate admin-settings route
atharva-bhange
approved these changes
Aug 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Describe the changes in this pull request:
Checklist
Related Issues
Closes #<issue_number>