Skip to content

Add atproto-did code for account verification. #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jan 28, 2025
Next Next commit
Updated links in navbar.yml to reflect move to github.
  • Loading branch information
Stewori authored Jun 7, 2020
commit 0a00b6f8725ca27245a0f5afc7a653f709be807d
14 changes: 10 additions & 4 deletions _data/navbar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,17 @@ navbar:
- title: Development
subItems:
- title: Bug tracker
url: https://bugs.jython.org/
url: https://github.com/jython/jython/issues/
- title: Github
url: https://github.com/jythontools/jython
- title: Mercurial
url: https://hg.python.org/jython/
url: https://github.com/jython/jython/
- title: Legacy
subitems:
- title: Bug tracker
url: https://bugs.jython.org/
- title: Github (legacy, frozen)
url: https://github.com/jython/frozen-mirror/
- title: Mercurial (legacy, frozen)
url: https://hg.python.org/jython/
- title: Mailing List
url: https://sourceforge.net/p/jython/mailman/
- title: Developer Guide
Expand Down