Skip to content
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

docs-v2 -> docs #1135

Merged
merged 1 commit into from
Nov 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@ Learn how to issue and verify universally-accepted digital credentials so that a

## Getting Started

Check our our [documentation](https://docs-v2.trinsic.id) to learn about Trinsic, work through a basic implementation, plan a full integration, and learn about our tools you can use.
Check our our [documentation](https://docs.trinsic.id) to learn about Trinsic, work through a basic implementation, plan a full integration, and learn about our tools you can use.

## Example Implementations

Check out our [dedicated repository with various examples](https://github.com/trinsic-id/sdk-examples/) and use cases for different platforms and languages.

## Available SDKs
- [.NET](https://docs-v2.trinsic.id/dotnet)
- [Java / Android](https://docs-v2.trinsic.id/java)
- [Swift](https://docs-v2.trinsic.id/python)
- [TypeScript / Node](https://docs-v2.trinsic.id/node)
- [TypeScript / Browser](https://docs-v2.trinsic.id/node)
- [Python](https://docs-v2.trinsic.id/python)
- [Go](https://docs-v2.trinsic.id/go)
- [Ruby](https://docs-v2.trinsic.id/ruby)
- [Command Line](https://docs-v2.trinsic.id/cli)
- [.NET](https://docs.trinsic.id/dotnet)
- [Java / Android](https://docs.trinsic.id/java)
- [Swift](https://docs.trinsic.id/python)
- [TypeScript / Node](https://docs.trinsic.id/node)
- [TypeScript / Browser](https://docs.trinsic.id/node)
- [Python](https://docs.trinsic.id/python)
- [Go](https://docs.trinsic.id/go)
- [Ruby](https://docs.trinsic.id/ruby)
- [Command Line](https://docs.trinsic.id/cli)

## Updating Proto-Generated Files

Expand Down
4 changes: 2 additions & 2 deletions dart/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Dart bindings for Trinsic SDK https://docs-v2.trinsic.id/
Dart bindings for Trinsic SDK https://docs.trinsic.id/


## Usage
Expand All @@ -11,4 +11,4 @@ var trinsic = TrinsicService(trinsicConfig(), null);

## Additional information

General documentation here: https://docs-v2.trinsic.id/
General documentation here: https://docs.trinsic.id/
2 changes: 1 addition & 1 deletion docs/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docs-v2.trinsic.id
docs.trinsic.id
2 changes: 1 addition & 1 deletion dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ dotnet add package Trinsic.Web

## Usage

See [documentation here](https://docs-v2.trinsic.id/)
See [documentation here](https://docs.trinsic.id/)
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ site_dir: docs-site
repo_url: "https://github.com/trinsic-id/sdk"
edit_uri: edit/main/docs/
repo_name: trinsic-id/sdk
site_url: https://docs-v2.trinsic.id
site_url: https://docs.trinsic.id
nav:
- Home:
- Introduction: index.md
Expand Down
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ the encoded `AccountProfile`. For more information, see the documentation link b

## Documentation

See [documentation here](https://docs-v2.trinsic.id/)
See [documentation here](https://docs.trinsic.id/)
2 changes: 1 addition & 1 deletion ruby/trinsic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.email = ['polygonguru@gmail.com']

spec.summary = 'Trinsic Services Ruby SDK'
spec.description = 'Ruby language wrapper for the Trinsic services. Documentation site is here: https://docs-v2.trinsic.id/'
spec.description = 'Ruby language wrapper for the Trinsic services. Documentation site is here: https://docs.trinsic.id/'
spec.homepage = 'https://github.com/trinsic-id/sdk'
spec.license = 'MIT'
spec.required_ruby_version = Gem::Requirement.new('>= 2.6.0')
Expand Down
2 changes: 1 addition & 1 deletion web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { AccountService } from "@trinsic/sdk/browser";

## Documentation

See [documentation here](https://docs-v2.trinsic.id/)
See [documentation here](https://docs.trinsic.id/)

## Maintainers

Expand Down