Welcome to the OnePass Knowledge Base (KB) repository! This repository hosts support articles, guides, and technical documentation to help users, startups, and investors navigate the OnePass ecosystem.
git clone https://github.com/getonepass/onepass.help-center.gitcd onepass.help-centergit submodule update --init yarnyarn devThis repository contains:
- Support Articles – FAQs and troubleshooting guides.
- Guides & Tutorials – Step-by-step instructions for using OnePass products.
- Products Documentation – Products and features documentation.
- Technical Documentation – API references and developer resources.
All contributions should follow the Contribution Guidelines.
📂 src/content/
├── 📂 articles/ # Support articles
├── 📂 guides/ # How-to guides & tutorials
├── 📂 docs/ # Products documentation
├── 📂 developer/ # Technical documentation
├── 📂 assets/ # Images and media files
├── README.md # Repository overview
├── CONTRIBUTING.md # Contribution guidelines
To contribute:
- Fork this repository.
- Create a new branch.
- Follow the formatting and metadata structure outlined in CONTRIBUTING.md.
- Submit a pull request (PR) for review.
Each document should include YAML metadata:
---
title: Choosing a holder wallet for managing your credentials
sidebarTitle: Choosing a holder wallet
description: Learn how to choose a holder wallet for managing your credentials.
keywords: "Credentials, SSI, Holder, Wallet, Verifiable Credentials, OnePass"
category: "OPP, Bridge, Credentials"
display: true
asIndexPage: false
theme:
toc: true
timestamp: true
pagination: true
breadcrumb: true
sidebar: true
---We support both .md and .mdx files.