From 1ba7451a314f507f4c48f90c65b15cfe762781f4 Mon Sep 17 00:00:00 2001 From: Mobile Wallet Platform Admin Date: Tue, 21 Feb 2023 12:49:25 +0900 Subject: [PATCH] v3.2.0 --- docs/home.md | 71 ++++++++++++++++++++++++++++++++++++++ docs/index.md | 2 +- docs/services.md | 2 +- docs/stylesheets/extra.css | 15 ++++++++ mkdocs.yml | 26 ++++++++------ 5 files changed, 104 insertions(+), 12 deletions(-) create mode 100644 docs/home.md create mode 100644 docs/stylesheets/extra.css diff --git a/docs/home.md b/docs/home.md new file mode 100644 index 0000000..cd96865 --- /dev/null +++ b/docs/home.md @@ -0,0 +1,71 @@ +Document version : v3.2.0 (last updated 2023-02-21) + +**Welcome to initial DID Platform Developer Site** +=============== + + +이곳은 Hyperledger Aries Protocol 기반 initial DID Platform 사용자/개발자를 위한 사이트 입니다. +새로운 디지털 ID 표준인 DID(Decentralized Identifier)와 VC (Verifiable Credentials)를 기반으로 SSI (Self-Sovereign Identity)를 쉽게 구현할 수 있도록 지원합니다. +DID를 통해 신분증/자격증명을 효과적으로 전달할 수 있다면 모든 산업 분야에서 많은 기회가 발생합니다. +우리는 이 기회를 활용하는데 도움이되는 API 및 SDK등 기술을 제공합니다. + + +## **1. Index** + +* `Introduction` - Platform 소개 / Release note +* `Web Console Service` - Web기반 DID Agent를 지원하는 서비스. +* `initial DID Agent API Guide` - initial DID Agent Open API 사용 가이드. +* `Reference - Demo Samples` - DID Demo 동작을 통한 기술 이해. + + +![platform arch](img/initial_platform_architecture.png) + +
+ +## **2. W3C Specification Support** + +- initial은 W3C DID 표준을 준수하고, did:ssw: method는 W3C DID에 공식 등록 되어 있습니다. + - W3C Decentralized Identifiers (DIDs) v1.0 : https://www.w3.org/TR/did-core/ + - W3C DID methods : (did:ssw:) + - SSW DID method specification: + +

+ +- initial은 W3C VC Data 모델의 표준을 준수하고 있습니다. + - W3C Verifiable Credentials Data Model 1.0 : https://www.w3.org/TR/vc-data-model/ + + +
+ +## **3. Open Source Contribute** + +- initial은 Hyperledger open source 진영에서 활동하고 기여하고 있으며, 호환성을 제공합니다. + - Hyperledger Indy(SDK) + + - Hyperledger Aries Cloud Agent - Python + + - SKT Ston Project(initial DID Platform) + + - Absa Node Agency(Mediator) + + + +
+ +## **4. Global Standardization** + +- ToIP(Trust over IP) +
+ - The Trust over IP Foundation is defining a complete architecture for Internet-scale digital trust that combines both cryptographic trust at the machine layer and human trust at the business, legal, and social layers. + + +- GSMA Identity group + + + +## **5. Release note** + +Name | version | Release date| Description +--- | --- | --- | --- +Mobile SDK | v1.12.1 | 2021.04.03 | Android/iOS SDK +Cloud Agent API | 0.7 | 2021.10.14 | Cloud Agent API \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 9cbfea7..9e7844d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -Document version : v3.1.0 (last updated 2023-02-21) +Document version : v3.2.0 (last updated 2023-02-21) **Welcome to initial DID Platform Developer Site** =============== diff --git a/docs/services.md b/docs/services.md index bc1a1d0..f1e7ab0 100644 --- a/docs/services.md +++ b/docs/services.md @@ -10,7 +10,7 @@ - 발행/검증 관련 모든 통계 data 제공 - 사용자 추가 초대 기능 제공 -## **2. 기관(Enterprise) 이용자를 위한 Open API Services** +## **2. Open API Services** - REST API 기반 Wallet 생성 및 VC 발행/검증 지원 - 기존 Legacy system과 REST APIs를 통한 손쉬운 개발 지원 diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 0000000..a0b0c86 --- /dev/null +++ b/docs/stylesheets/extra.css @@ -0,0 +1,15 @@ +:root { + /*--md-primary-fg-color: #EE0F0F; + --md-primary-fg-color--light: #ECB7B7; + --md-primary-fg-color--dark: #90030C;*/ + --md-nav__item: red; + + } + +.md-nav__item--section>.md-nav__link[for] { + color: #ea0d0d +} + +.md-nav__title { + color: #033ff58a; +} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 25b251a..08a49cd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,12 +7,13 @@ repo_url: https://github.com/sktston/initial-v2-platform-doc repo_name: initial console guide -site_name: initial Platform +site_name: initial Platform Guide nav: + - 'initial Platform' : - - 'Introduction' : 'index.md' -# - 'Terms' : 'terms.md' - - 'Services': 'services.md' + #- 'initial Platform' : 'index.md' + - 'Introduction' : 'home.md' + - 'Services': 'services.md' # - 'Release notes' : 'release_note.md' # - '이용약관' : 'termsofuse.md' # - '오픈소스고지문' : 'initial platform_v1.0_오픈소스고지문_20210325.htm' @@ -21,7 +22,8 @@ nav: # - 'Mobile Agency Service' : # - 'Initial Agency' : 'agency.md' # - 'Agency Protocols' : 'agency_protocol.md' - - 'Getting Started' : + + - 'Getting Started' : - 'Web Console 소개' : 'web_console.md' - 'Web Console 이용방법' : 'web_console_signup.md' - 'Web Console 개발 Guide': 'web_console_guide.md' @@ -80,7 +82,7 @@ theme: icon: material/brightness-7 name: Switch to dark mode primary: blue # https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#primary-color - #accent: red # https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#accent-color + accent: red # https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#accent-color # Palette toggle for dark mode - scheme: slate toggle: @@ -96,8 +98,8 @@ theme: features: - navigation.instant # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-loading - navigation.tracking - - navigation.tabs - - navigation.tabs.sticky # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#sticky-navigation-tabs + #- navigation.tabs + #- navigation.tabs.sticky # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#sticky-navigation-tabs - navigation.sections # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-sections - navigation.expand - toc.follow # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#anchor-following @@ -111,9 +113,13 @@ extra: version: provider: mike default: stable - versioning: v3.1.0 + versioning: v3.2.0 #homepage: https://www.initial.id/ #alternate: # - name: Korean # https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language-selector # link: /ko/ - # lang: ko \ No newline at end of file + # lang: ko + + +extra_css: + - stylesheets/extra.css \ No newline at end of file