docs: update documentation based on recent code changes#3674
Closed
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Closed
docs: update documentation based on recent code changes#3674devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Conversation
- Analytics: document feature flags system (crates/flag, plugins/flag), PostHog crate extraction, server-side analytics, Outlit integration - Environment variables: add apps/ai env vars section, web app client-side vars including VITE_OUTLIT_PUBLIC_KEY - Technical FAQ: update system requirements to include Linux (experimental) support - AI models FAQ: add ElevenLabs as supported STT provider - Settings FAQ: document timezone configuration option Co-Authored-By: unknown <>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
✅ Deploy Preview for hyprnote-storybook canceled.
|
✅ Deploy Preview for hyprnote ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Author
|
Closing outdated docs update PR - consolidating into stacked PR workflow |
5 tasks
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.
docs: update documentation based on recent code changes
Summary
Updates technical documentation across 5 files to reflect code changes from the last 7 days. Key additions:
crates/flag+plugins/flag), PostHog crate extraction tocrates/posthog, server-side analytics in LLM/STT proxies, and Outlit integrationapps/aienv var section (envy-based config with STT provider keys) andapps/webclient-side variables includingVITE_OUTLIT_PUBLIC_KEYNo code changes — documentation only.
Review & Testing Checklist for Human
hypr_plugin_flag::FlagPluginExtin analytics.mdx matches the actual crate name inplugins/flag/Cargo.tomlapps/aienv var list in 1.env.mdx is complete — vars are derived fromapps/ai/src/env.rswith flattenedhypr_llm_proxy::Envandhypr_transcribe_proxy::Envplugins/flag/src/feature.rsNotes
dprint fmtwas run but produced pre-existing Rust toolchain errors (clippy component conflicts) unrelated to these MDX changes