Skip to content

docs: add mobile SDKs documentation#1082

Merged
vplasencia merged 2 commits into
semaphore-protocol:mainfrom
moven0831:docs/mobile-packages
Jan 26, 2026
Merged

docs: add mobile SDKs documentation#1082
vplasencia merged 2 commits into
semaphore-protocol:mainfrom
moven0831:docs/mobile-packages

Conversation

@moven0831

Copy link
Copy Markdown
Contributor

Description

Add documentation for Semaphore mobile packages as below:

Related Issue(s)

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have run yarn format and yarn lint without getting any errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@moven0831 moven0831 requested a review from a team as a code owner January 26, 2026 14:59

@vplasencia vplasencia left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks great! Thank you very much @moven0831 for creating this PR 🚀

Could you add dart as an additional language in docusaurus.config.ts under the prism configuration? This enables syntax highlighting for Dart code blocks.

        prism: {
            theme: lightCodeTheme,
            darkTheme: darkCodeTheme,
            additionalLanguages: ["solidity", "bash", "typescript", "dart"]
        },

@moven0831

moven0831 commented Jan 26, 2026

Copy link
Copy Markdown
Contributor Author

Thanks for the feedback @vplasencia . I've extended the syntax highlighting for dart in 3e305db

additionalLanguages: ["solidity", "bash", "typescript", "dart"]

@moven0831 moven0831 force-pushed the docs/mobile-packages branch from daca80e to 3e305db Compare January 26, 2026 16:03

@vplasencia vplasencia left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for the great work @moven0831!

@vplasencia vplasencia merged commit 341475c into semaphore-protocol:main Jan 26, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants