-
Notifications
You must be signed in to change notification settings - Fork 33
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
refactor: rename to Credo #143
Changes from 6 commits
77e0d0b
baba56c
c2e3432
cde1377
b32a7cf
e1decf6
cd9f2a8
c0b6969
021c47a
607ae7b
f728a1e
721f731
c7b038c
7b620b3
eda148f
13baba4
b607387
106cf67
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## Maintainers | ||
|
||
See [MAINTAINERS.md](https://github.com/hyperledger/aries-framework-javascript/blob/main/MAINTAINERS.md) in the Aries Framework JavaScript repository. | ||
See [MAINTAINERS.md](https://github.com/hyperledger/aries-framework-javascript/blob/main/MAINTAINERS.md) in the Credo repository. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
height="250px" | ||
/> | ||
</p> | ||
<h1 align="center"><b>Aries JavaScript Documentation</b></h1> | ||
<h1 align="center"><b>Credo Documentation</b></h1> | ||
<p align="center"> | ||
<a | ||
href="https://raw.githubusercontent.com/hyperledger/aries-framework-javascript/main/LICENSE" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Outdated link (i think we should do a find al on aries-framework-javascript and hyperledger as well |
||
|
@@ -74,4 +74,4 @@ Issues are also welcomed as it gives us a good idea of the work still needing to | |
|
||
## Licence | ||
|
||
Aries JavaScript Documentation is licensed under the [Apache License Version 2.0 (Apache-2.0)](/LICENSE). | ||
Credo Documentation is licensed under the [Apache License Version 2.0 (Apache-2.0)](/LICENSE). |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -6,8 +6,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula') | |||||
const remarkTabs = require('remark-docusaurus-tabs') | ||||||
/** @type {import('@docusaurus/types').Config} */ | ||||||
const config = { | ||||||
title: 'Aries JavaScript Documentation', | ||||||
tagline: 'Everything you need to know about the Aries JavaScript ecosystem.', | ||||||
title: 'Credo TS', | ||||||
karimStekelenburg marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
tagline: 'Everything you need to know about the Credo TS ecosystem.', | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
url: 'https://credo.js.org', | ||||||
baseUrl: '/', | ||||||
onBrokenLinks: 'warn', | ||||||
|
@@ -17,8 +17,8 @@ const config = { | |||||
|
||||||
// GitHub pages deployment config. | ||||||
// If you aren't using GitHub pages, you don't need these. | ||||||
organizationName: 'hyperledger', // Usually your GitHub org/user name. | ||||||
projectName: 'aries-javascript-docs', // Usually your repo name. | ||||||
organizationName: 'openwallet-foundation', // Usually your GitHub org/user name. | ||||||
projectName: 'credo-ts-docs', // Usually your repo name. | ||||||
trailingSlash: false, | ||||||
|
||||||
// Even if you don't use internalization, you can use this field to set useful | ||||||
|
@@ -48,8 +48,11 @@ const config = { | |||||
lastVersion: 'current', | ||||||
versions: { | ||||||
current: { | ||||||
label: 'v0.5.x', | ||||||
karimStekelenburg marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
path: '0.5', | ||||||
}, | ||||||
0.4: { | ||||||
label: 'v0.4.x', | ||||||
path: '0.4', | ||||||
}, | ||||||
0.3: { | ||||||
label: 'v0.3.x', | ||||||
|
@@ -68,7 +71,7 @@ const config = { | |||||
({ | ||||||
image: 'img/aries-social-preview-layered.png', | ||||||
navbar: { | ||||||
title: 'Aries JavaScript Docs', | ||||||
title: 'Credo Docs', | ||||||
logo: { | ||||||
alt: 'Hyperledger Aries Logo', | ||||||
src: 'img/aries-logo.png', | ||||||
|
@@ -108,11 +111,7 @@ const config = { | |||||
items: [ | ||||||
{ | ||||||
label: 'Discord', | ||||||
href: 'https://discord.com/channels/905194001349627914/941708033434738768', | ||||||
}, | ||||||
{ | ||||||
label: 'Hyperledger Aries Mailing List', | ||||||
href: 'https://lists.hyperledger.org/g/aries', | ||||||
href: 'https://discord.com/channels/1022962884864643214/1179453305856991263', | ||||||
}, | ||||||
{ | ||||||
label: 'Working Group Call Notes', | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should point to wiki in github There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also working group calendar can be removed, we have the wiki that lists both (line below) |
||||||
|
@@ -128,16 +127,16 @@ const config = { | |||||
title: 'Repositories', | ||||||
items: [ | ||||||
{ | ||||||
label: 'Aries Framework JavaScript', | ||||||
href: 'https://github.com/hyperledger/aries-framework-javascript', | ||||||
label: 'Credo ', | ||||||
karimStekelenburg marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
href: 'https://github.com/openwallet-foundation/credo-ts', | ||||||
}, | ||||||
{ | ||||||
label: 'Aries Framework JavaScript Extensions', | ||||||
href: 'https://github.com/hyperledger/aries-framework-javascript-ext', | ||||||
label: 'Credo Extensions', | ||||||
href: 'https://github.com/openwallet-foundation/credo-ts-ext', | ||||||
}, | ||||||
{ | ||||||
label: 'Aries JavaScript Docs (this site)', | ||||||
href: 'https://github.com/hyperledger/aries-javascript-docs', | ||||||
label: 'Credo Docs (this site)', | ||||||
href: 'https://github.com/openwallet-foundation/credo-ts-docs', | ||||||
}, | ||||||
], | ||||||
}, | ||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Platform and Environment | ||
|
||
[Aries framework JavaScript](https://github.com/hyperledger/aries-framework-javascript) is developed to support a [Node.JS](https://nodejs.org) and [React Native](https://reactnative.dev) environment. With this it is entirely possible to build an entire SSI ecosystem with Aries Framework JavaScript. This would use Node.JS as an issuer as a verifier, and uses React Native as a holder. | ||
[Credo](https://github.com/hyperledger/aries-framework-javascript) is developed to support a [Node.JS](https://nodejs.org) and [React Native](https://reactnative.dev) environment. With this it is entirely possible to build an entire SSI ecosystem with Credo. This would use Node.JS as an issuer as a verifier, and uses React Native as a holder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.