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

Update docsy + texts #162

Merged
merged 5 commits into from
May 7, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.111.3"
hugo-version: "0.125.6"
extended: true

- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.111.3"
hugo-version: "0.125.6"
extended: true

- uses: actions/setup-node@v4
Expand Down
7 changes: 2 additions & 5 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ url_latest_version = "https://example.com"
# Google Custom Search Engine ID. Remove or comment out to disable search.
#gcs_engine_id = "d72aa9b2712488cc3"

# Enable Algolia DocSearch
algolia_docsearch = false

# Enable Lunr.js offline search
offlineSearch = false

Expand All @@ -134,8 +131,8 @@ breadcrumb_disable = false
sidebar_search_disable = false
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
navbar_logo = false
# Set to true to disable the About link in the site footer
footer_about_disable = false
# Set to true to enable the About link in the site footer
footer_about_enable = true

# Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events.
# This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set.
Expand Down
91 changes: 0 additions & 91 deletions content/en/_index.html

This file was deleted.

72 changes: 72 additions & 0 deletions content/en/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
title: Findy Agency
---

{{< blocks/cover title="Findy Agency" image_anchor="top" height="full" width="half" >}}
<a class="btn btn-lg btn-primary me-3 mb-4" href="/blog/">
Blog <i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/findy-network">
Archive <i class="fab fa-github ms-2 "></i>
</a>
<p class="lead mt-5">Findy Agency is an open-source project for a decentralized identity agency.<br/>
OP Lab developed it from 2019 to 2024. The project is no longer maintained,
but <a href="https://github.com/findy-network">the codes</a> are still available.

The team updates <a href="/blog">the project blog</a> regularly, covering relevant topics such as cryptography,
digital identities, and software development in general.

The project will be pivoted during 2024. The work will continue with new goals and a new mission.<br/>
Follow <a href="/blog">the blog</a> for updates.
</p>
{{< blocks/link-down color="info" >}}
{{< /blocks/cover >}}

{{% blocks/lead color="primary" %}}
Findy Agency is a Hyperledger-Aries compatible identity agent service. It provides a web wallet for
individuals and an API for organizations to utilize functionality related to verified data exchange:
issuing, holding, verifying, and proving credentials.

Findy Agency operates using DIDComm messaging and [Hyperledger Aries](https://www.hyperledger.org/use/aries) protocols.
The supported verified credential format is [Hyperledger Indy Anoncreds](https://github.com/hyperledger/indy-sdk).

{{% /blocks/lead %}}

{{% blocks/section color="dark" type="row" %}}
{{% blocks/feature icon="fa-users" title="Multitenancy" %}}
Single agency installation can serve multiple individuals and organisations.
{{% /blocks/feature %}}

{{% blocks/feature icon="fa-cloud" title="Cloud Strategy" %}}
Credential data is stored securely in the cloud. Cloud agents do all the credentials-related hard work on behalf of the agency users.
{{% /blocks/feature %}}

{{% blocks/feature icon="fa-desktop" title="Web Wallet" %}}
Individuals can use their device browser without the need to install a mobile application.
{{% /blocks/feature %}}
{{% /blocks/section %}}

{{% blocks/section color="dark" type="row" %}}
{{% blocks/feature icon="fa-tachometer-alt" title="Speed" %}}
Backend services are implemented with highly performant [Go](https://golang.org/).
{{% /blocks/feature %}}

{{% blocks/feature icon="fa-fingerprint" title="Security" %}}
Web wallet and API authentication are utilizing secure [WebAuthn/FIDO protocol](https://webauthn.guide/).
{{% /blocks/feature %}}

{{% blocks/feature icon="fa-bolt" title="Modern API" %}}
Agency API is implemented on top of [the gRPC framework](https://grpc.io/). This technology ensures excellent performance with out-of-the-box support for a variety of languages.
{{% /blocks/feature %}}

{{% /blocks/section %}}

{{< blocks/section>}}
<div class="col">
<h1 class="text-center">Demo: Findy Bots</h1>
<p class="text-center">Example scenario implemented using Findy Agency.</p>
<div class="text-center">
<iframe style="max-width:100%" width="1120" height="630" src="https://www.youtube.com/embed/gVr8KwISMS4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
{{< /blocks/section>}}
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ module github.com/findy-network/findy-network.github.io

go 1.20

require github.com/google/docsy v0.6.0 // indirect
require (
github.com/google/docsy v0.10.0 // indirect
github.com/google/docsy/dependencies v0.7.2 // indirect
)
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/google/docsy v0.6.0 h1:43bVF18t2JihAamelQjjGzx1vO2ljCilVrBgetCA8oI=
github.com/google/docsy v0.6.0/go.mod h1:VKKLqD8PQ7AglJc98yBorATfW7GrNVsn0kGXVYF6G+M=
github.com/google/docsy v0.10.0 h1:6tMDacPwAyRWNCfvsn/9qGOZDQ8b0aRzjRZvnZPY5dg=
github.com/google/docsy v0.10.0/go.mod h1:c0nIAqmRTOuJ01F85U/wJPQtc3Zj9N58Kea9bOT2AJc=
github.com/google/docsy/dependencies v0.6.0/go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE=
github.com/google/docsy/dependencies v0.7.2 h1:+t5ufoADQAj4XneFphz4A+UU0ICAxmNaRHVWtMYXPSI=
github.com/google/docsy/dependencies v0.7.2/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4=
github.com/twbs/bootstrap v4.6.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=