Skip to content

Commit ffef870

Browse files
authored
Sc-4368 Update GoDoc Links (#99)
1 parent 4393c16 commit ffef870

File tree

7 files changed

+43
-8
lines changed

7 files changed

+43
-8
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
# Travel Rule Information Sharing Architecture (TRISA) for Virtual Asset Service Providers
33

4+
[![Go Reference](https://pkg.go.dev/badge/github.com/trisacrypto/trisa/pkg.svg)](https://pkg.go.dev/github.com/trisacrypto/trisa/pkg)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/trisacrypto/trisa)](https://goreportcard.com/report/github.com/trisacrypto/trisa)
6+
47
Please visit the [TRISA website](https://trisa.io) for more information and the [TRISA documentation](https://trisatest.net) for developer docs and integration.
58

69
# Contributing to TRISA

Diff for: docs/config.toml

+33-3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ enableMissingTranslationPlaceholders = false
6464
url = "https://github.com/trisacrypto/trisa"
6565
weight = 10
6666

67+
[[Languages.en.menu.shortcuts]]
68+
name = "<i class='fas fa-book'></i> TRISA API Documentation"
69+
identifier = "trisadocs"
70+
url = "https://pkg.go.dev/github.com/trisacrypto/trisa/pkg"
71+
weight = 11
72+
6773
[Languages.de]
6874
title = "TRISA Dokumentation"
6975
weight = 2
@@ -76,6 +82,12 @@ enableMissingTranslationPlaceholders = false
7682
url = "https://github.com/trisacrypto/trisa"
7783
weight = 12
7884

85+
[[Languages.de.menu.shortcuts]]
86+
name = "<i class='fas fa-book'></i> TRISA API Documentation"
87+
identifier = "trisadocs"
88+
url = "https://pkg.go.dev/github.com/trisacrypto/trisa/pkg"
89+
weight = 13
90+
7991
[Languages.fr]
8092
title = "Documentation de TRISA"
8193
weight = 3
@@ -86,7 +98,13 @@ enableMissingTranslationPlaceholders = false
8698
name = "<i class='fab fa-fw fa-github'></i> Version v1beta1"
8799
identifier = "ds"
88100
url = "https://github.com/trisacrypto/trisa"
89-
weight = 13
101+
weight = 14
102+
103+
[[Languages.fr.menu.shortcuts]]
104+
name = "<i class='fas fa-book'></i> TRISA API Documentation"
105+
identifier = "trisadocs"
106+
url = "https://pkg.go.dev/github.com/trisacrypto/trisa/pkg"
107+
weight = 15
90108

91109
[Languages.zh]
92110
title = "TRISA 文档"
@@ -98,7 +116,13 @@ enableMissingTranslationPlaceholders = false
98116
name = "<i class='fab fa-fw fa-github'></i> Version v1beta1"
99117
identifier = "ds"
100118
url = "https://github.com/trisacrypto/trisa"
101-
weight = 14
119+
weight = 16
120+
121+
[[Languages.zh.menu.shortcuts]]
122+
name = "<i class='fas fa-book'></i> TRISA API Documentation"
123+
identifier = "trisadocs"
124+
url = "https://pkg.go.dev/github.com/trisacrypto/trisa/pkg"
125+
weight = 17
102126

103127
[Languages.ja]
104128
title = "TRISAのドキュメント"
@@ -110,7 +134,13 @@ enableMissingTranslationPlaceholders = false
110134
name = "<i class='fab fa-fw fa-github'></i> Version v1beta1"
111135
identifier = "ds"
112136
url = "https://github.com/trisacrypto/trisa"
113-
weight = 15
137+
weight = 18
138+
139+
[[Languages.ja.menu.shortcuts]]
140+
name = "<i class='fas fa-book'></i> TRISA API Documentation"
141+
identifier = "trisadocs"
142+
url = "https://pkg.go.dev/github.com/trisacrypto/trisa/pkg"
143+
weight = 19
114144

115145
[markup]
116146
[markup.goldmark]

Diff for: docs/content/_index.de.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 0
88

99
# TRISA
1010

11-
[![Go Reference](https://pkg.go.dev/badge/github.com/trisacrypto/testnet/pkg.svg)](https://pkg.go.dev/github.com/trisacrypto/testnet/pkg)
11+
[![Go Reference](https://pkg.go.dev/badge/github.com/trisacrypto/trisa/pkg.svg)](https://pkg.go.dev/github.com/trisacrypto/trisa/pkg)
1212
[![Go Report Card](https://goreportcard.com/badge/github.com/trisacrypto/trisa)](https://goreportcard.com/report/github.com/trisacrypto/trisa)
1313

1414
Das Ziel der Travel Rule Information Sharing Architecture (TRISA) ist es, die Einhaltung der FATF- und FinCEN-Reiseregeln für Kryptowährungs-Transaktionsidentitätsinformationen zu ermöglichen, ohne die Kernprotokolle der Blockchain zu verändern und ohne erhöhte Transaktionskosten zu verursachen oder die Peer-to-Peer-Transaktionsflüsse virtueller Währungen zu verändern. Das TRISA-Protokoll und die Spezifikation werden von der [TRISA Working Group](https://trisa.io) definiert; um mehr über die Spezifikation zu erfahren, [lesen Sie bitte die aktuelle Version des TRISA-Whitepapers](https://trisa.io/trisa-whitepaper/).

Diff for: docs/content/_index.en.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 0
88

99
# TRISA
1010

11-
[![Go Reference](https://pkg.go.dev/badge/github.com/trisacrypto/testnet/pkg.svg)](https://pkg.go.dev/github.com/trisacrypto/testnet/pkg)
11+
[![Go Reference](https://pkg.go.dev/badge/github.com/trisacrypto/trisa/pkg.svg)](https://pkg.go.dev/github.com/trisacrypto/trisa/pkg)
1212
[![Go Report Card](https://goreportcard.com/badge/github.com/trisacrypto/trisa)](https://goreportcard.com/report/github.com/trisacrypto/trisa)
1313

1414
The goal of the Travel Rule Information Sharing Architecture (TRISA) is to enable
@@ -19,4 +19,6 @@ transaction flows. The TRISA protocol and specification is defined by the [TRISA
1919

2020
This site contains the developer documentation for the TRISA protocol and reference implementation which can be found at [github.com/trisacrypto/trisa](https://github.com/trisacrypto/trisa). The TRISA protocol is defined as a [gRPC API](https://grpc.io/) to facilitate language-agnostic, high-performance, peer-to-peer services between Virtual Asset Service Providers (VASPs) that must implement Travel Rule compliance solutions. Both the API and message interchange format are defined via [protocol buffers](https://developers.google.com/protocol-buffers), which can be found in the [`protos` directory](https://github.com/trisacrypto/trisa/tree/main/proto) of the repository. In addition, a reference implementation in the [Go programming language](https://golang.org/) has been made available in the [`pkg` directory](https://github.com/trisacrypto/trisa/tree/main/proto) of the repository. In the future, other implementations will be made available as library code for specific languages, found in the [`lib` directory](https://github.com/trisacrypto/trisa/tree/main/lib) of the repository.
2121

22+
Please visit the [API Documentation](https://pkg.go.dev/github.com/trisacrypto/trisa/pkg) for more information about the TRISA package.
23+
2224
The v1 release of TRISA is under active development, more documentation is coming soon!

Diff for: docs/content/_index.fr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 0
88

99
# TRISA
1010

11-
[![Go Reference](https://pkg.go.dev/badge/github.com/trisacrypto/testnet/pkg.svg)](https://pkg.go.dev/github.com/trisacrypto/testnet/pkg)
11+
[![Go Reference](https://pkg.go.dev/badge/github.com/trisacrypto/trisa/pkg.svg)](https://pkg.go.dev/github.com/trisacrypto/trisa/pkg)
1212
[![Go Report Card](https://goreportcard.com/badge/github.com/trisacrypto/trisa)](https://goreportcard.com/report/github.com/trisacrypto/trisa)
1313

1414
L'objectif de l'architecture de partage d'informations sur les règles de voyage (TRISA) est de permettre la mise en conformité avec les règles de voyage du GAFI et du FinCEN pour les informations d'identité des transactions en crypto-monnaies sans modifier les protocoles de base de la blockchain, et sans encourir de coûts de transaction accrus ni modifier les flux de transaction P2P en monnaie virtuelle. Le protocole et la spécification TRISA sont définis par le [groupe de travail TRISA](https://trisa.io) ; pour en savoir plus sur la spécification, [veuillez lire la version actuelle du livre blanc TRISA](https://trisa.io/trisa-whitepaper/).

Diff for: docs/content/_index.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 0
88

99
## TRISA
1010

11-
[![Go Reference](https://pkg.go.dev/badge/github.com/trisacrypto/testnet/pkg.svg)](https://pkg.go.dev/github.com/trisacrypto/testnet/pkg)
11+
[![Go Reference](https://pkg.go.dev/badge/github.com/trisacrypto/trisa/pkg.svg)](https://pkg.go.dev/github.com/trisacrypto/trisa/pkg)
1212
[![Go Report Card](https://goreportcard.com/badge/github.com/trisacrypto/trisa)](https://goreportcard.com/report/github.com/trisacrypto/trisa)
1313

1414
トラベルルール情報共有アーキテクチャ(TRISA)の目標は、コアブロックチェーンプロトコルを変更したり、トランザクションコストを増加させたり、仮想通貨のピアツーピアトランザクションを変更したりすることなく、暗号通貨トランザクションID情報のFATFおよびFinCENトラベルルールへの準拠を可能にすることです流れ。TRISAプロトコルと仕様は、[TRISAワーキンググループ](https://trisa.io) によって定義されています。 仕様の詳細については、[現在のバージョンのTRISAホワイトペーパーをお読みください](https://trisa.io/trisa-whitepaper/)

Diff for: docs/content/_index.zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 0
88

99
# TRISA
1010

11-
[![Go Reference](https://pkg.go.dev/badge/github.com/trisacrypto/testnet/pkg.svg)](https://pkg.go.dev/github.com/trisacrypto/testnet/pkg)
11+
[![Go Reference](https://pkg.go.dev/badge/github.com/trisacrypto/trisa/pkg.svg)](https://pkg.go.dev/github.com/trisacrypto/trisa/pkg)
1212
[![Go Report Card](https://goreportcard.com/badge/github.com/trisacrypto/trisa)](https://goreportcard.com/report/github.com/trisacrypto/trisa)
1313

1414
Travel Rule Information Sharing Architecture (TRISA)的目标是在不修改核心区块链协议、不增加交易成本或修改虚拟货币点对点交易流的情况下,使加密货币交易身份信息符合FATF和FinCEN数据转移规则。TRISA协议和规范由[TRISA工作组](https://trisa.io)定义;欲了解更多有关规范的信息,[请阅读TRISA白皮书的当前版本](https://trisa.io/trisa-whitepaper/)

0 commit comments

Comments
 (0)