Thank you for your interest in improving SignedShot documentation!
-
Fork and clone the repository:
git clone https://github.com/YOUR_USERNAME/signedshot-docs.git cd signedshot-docs -
Install dependencies:
npm install
-
Start the development server:
npm run start
-
Open
http://localhost:3000/docs/in your browser
All documentation is in the docs/ directory as Markdown files:
docs/
├── intro.md # Getting started guide
├── how-it-works.md # Technical explanation
└── demo.md # Demo walkthrough
- Use clear, concise language
- Include code examples where helpful
- Add screenshots for UI-related docs
- Test all code snippets before submitting
- Create a new
.mdfile indocs/ - Add frontmatter at the top:
--- sidebar_position: 4 title: Your Page Title ---
- Update
sidebars.tsif needed
-
Branch naming: Use descriptive names
docs/add-ios-guidefix/typo-in-intro
-
Commit messages: Be clear and concise
docs: add Firebase App Check setup guidefix: correct API endpoint in example
-
PR description: Explain what you changed and why
-
Preview: Test your changes locally before submitting
npm run buildCheck that the build succeeds without errors.
Open an issue for questions or suggestions.