Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
0f5ad8d
added draft markdown style documentation pages
alphadev3296 Feb 27, 2026
4775018
feat: add documentation pages and layout components
alphadev3296 Feb 27, 2026
ddebdae
feat: integrate GitHub markdown styling and remove HowToUse section
alphadev3296 Feb 27, 2026
8db30ee
feat: add Legal Notice, Pricing, and Why Choose sections; enhance doc…
alphadev3296 Feb 27, 2026
eed3888
feat: scroll to top on route change
alphadev3296 Feb 27, 2026
c383a2c
chore(seo): add Seo component, wire docs meta, update sitemap
alphadev3296 Feb 27, 2026
7dad3fa
chore(seo): apply Seo component across all main pages
alphadev3296 Feb 27, 2026
476c864
fix: standardize hyphen usage in descriptions and text across multipl…
alphadev3296 Feb 27, 2026
7669a0e
feat: add comprehensive documentation for integrations, exporting ses…
alphadev3296 Feb 27, 2026
dfbc4a9
feat: add comprehensive documentation for getting started, usage guid…
alphadev3296 Feb 27, 2026
194f2af
chore: remove outdated documentation for integrations, getting starte…
alphadev3296 Mar 1, 2026
8565801
feat: implement mobile sidebar toggle and enhance DocsSidebar compone…
alphadev3296 Mar 1, 2026
e492c2e
feat: add comprehensive documentation for integrations, exporting ses…
alphadev3296 Mar 1, 2026
c860fc4
feat: add comprehensive documentation for integrations, exporting ses…
alphadev3296 Mar 1, 2026
c781f57
fix: correct className prop in DocsSidebar component for consistent s…
alphadev3296 Mar 1, 2026
b3a9f65
added draft documentations
alphadev3296 Mar 1, 2026
db4a9c5
feat: enhance DocsIndex component to build a comprehensive documentat…
alphadev3296 Mar 1, 2026
684c446
fix: update heading in DocsSidebar component from "Docs" to "Document…
alphadev3296 Mar 1, 2026
41df140
feat: add meeting audio and video device images, update documentation…
alphadev3296 Mar 1, 2026
92e447b
feat: update media links in documentation to use .mp4 format and enha…
alphadev3296 Mar 1, 2026
85a5909
feat: enhance DocsSidebar and DocsPage components for improved docume…
alphadev3296 Mar 1, 2026
bf7a6bb
Add comprehensive documentation for Power Interview
alphadev3296 Mar 1, 2026
85ef0d1
feat: enhance documentation rendering by implementing consistent sort…
alphadev3296 Mar 1, 2026
11bd0e3
feat: update documentation to clarify credit consumption and increase…
alphadev3296 Mar 1, 2026
a08fb7b
feat: add meeting audio and video device images to documentation
alphadev3296 Mar 1, 2026
733519d
feat: restore list styles in markdown rendering to enhance readability
alphadev3296 Mar 1, 2026
be75854
feat: enhance heading components with slugify functionality and secti…
alphadev3296 Mar 1, 2026
c3be2b7
feat: update installation instructions for clarity and consistency
alphadev3296 Mar 1, 2026
d23c34a
feat: enhance stealth mode description for clarity and focus retention
alphadev3296 Mar 1, 2026
9e9e5a3
feat: enhance stealth mode descriptions for clarity and functionality
alphadev3296 Mar 1, 2026
f5311f9
feat: improve usage documentation for clarity and focus on user exper…
alphadev3296 Mar 1, 2026
214ff0e
feat: update how-it-works documentation for clarity and detail
alphadev3296 Mar 1, 2026
eb29fc7
feat: improve troubleshooting documentation for backend and GPU conne…
alphadev3296 Mar 1, 2026
7d59336
feat: enhance best practices documentation for face swap setup and cr…
alphadev3296 Mar 1, 2026
a62212f
feat: remove outdated migration documentation for component updates
alphadev3296 Mar 1, 2026
7858a57
feat: refactor Get Started button functionality in Header and Pricing…
alphadev3296 Mar 1, 2026
18f7636
Add SVG assets and update documentation for configuration, face swap …
alphadev3296 Mar 1, 2026
1a3ad62
feat: update installation documentation to improve clarity on camera …
alphadev3296 Mar 1, 2026
5459b3e
Add new media files and update documentation with image replacements
alphadev3296 Mar 1, 2026
daa9eab
fix: update list rendering in DocsIndex component to use div instead …
alphadev3296 Mar 1, 2026
f30d560
feat: add face swap images and update usage documentation with toggle…
alphadev3296 Mar 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
236 changes: 0 additions & 236 deletions MIGRATION.md

This file was deleted.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"name": "What is stealth mode?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Stealth mode allows you to operate the assistant discreetly during interviews. You can control everything via hotkeys, adjust window opacity, and position windows strategicallyall without losing focus on your interview tab or application. Additionally, the window is not capturable in screenshots and remains invisible during full screen sharing, ensuring complete privacy during your interview."
"text": "Stealth mode allows you to operate the assistant discreetly during interviews. You can control everything via hotkeys, adjust window opacity, and position windows strategically-all without losing focus on your interview tab or application. Additionally, the window is not capturable in screenshots and remains invisible during full screen sharing, ensuring complete privacy during your interview."
}
},
{
Expand Down
Loading