Documentation for Argus, built on top of Docusaurus 2. This site explains how Argus secures wallets, how to deploy and operate Argus Vault, and how to integrate it in your stack.
- Core concepts behind Argus Vault and the dual-wallet model
- Security architecture and geo-vault protections
- Getting-started guides for installation, setup, and web browsing
- Deployment walkthroughs and code examples
- Ecosystem notes, roadmap, and FAQ
- Static site: Docusaurus 2 (React + MDX)
- Styling: CSS modules with a light customization layer
- Content: Markdown/MDX stored under
docsandblog
Prerequisites: Node.js LTS and yarn installed.
yarn # install dependencies
yarn start # run dev server at http://localhost:3000yarn build # generate static site into /build
USE_SSH=true yarn deploy # deploy with SSH
# or
GIT_USER=<github-username> yarn deploydocs/main documentation content (concepts, guides, roadmap)blog/news and updatessrc/UI components and pagesstatic/images, video, and other static assetsdocusaurus.config.jssite configurationsidebars.jsnavigation and doc ordering
- Keep content in Markdown/MDX and prefer concise sections with links for depth.
- Add new docs under
docs/and updatesidebars.jsto expose them in navigation. - Run
yarn startlocally to preview changes before opening a PR.
- Built with ❤️ on Docusaurus and the open-source ecosystem around it.
- Argus brand assets and banner are provided by the Argus team.
