-
Notifications
You must be signed in to change notification settings - Fork 28
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: Dev vs Master mixups #358
Changes from 6 commits
cbd04f8
9f21b8f
78bdf50
a333785
2630cb0
cf68f91
4971463
4b120ac
dea5588
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 |
---|---|---|
|
@@ -18,6 +18,8 @@ Regarding the privacy enhancement, please have a look at our [lightning talk for | |
|
||
## Documentation | ||
|
||
* The Links found here are related to the `master` branch aka the current released version. * Links outside this section point to the version you are currently viewing. | ||
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. current -> latest? 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. I would write something like "to avoid confusion between the latest released SDK version and the |
||
|
||
[KILT](https://kilt.io) documentation is provided in several guides and demos. | ||
|
||
- [KILT workshop](https://github.com/KILTprotocol/kilt-workshop-101) 👈 Start here to get familiar with the basics | ||
|
@@ -27,7 +29,7 @@ Regarding the privacy enhancement, please have a look at our [lightning talk for | |
- [Demo client](https://kilt.io/developers-sub/kilt-demo-client/) | ||
- [Demo client code](https://github.com/KILTprotocol/demo-client) | ||
|
||
To help improve, please see our [contribution page](https://github.com/KILTprotocol/sdk-js/blob/develop/docs/contribution-guide.md). | ||
To help improve, please see our [contribution page](https://github.com/KILTprotocol/sdk-js/blob/master/docs/contribution-guide.md). | ||
|
||
## How to install the SDK | ||
|
||
|
@@ -45,7 +47,7 @@ yarn add @kiltprotocol/sdk-js | |
|
||
## Example | ||
|
||
Please have a look at our examples within our [getting started guide](https://github.com/KILTprotocol/sdk-js/blob/develop/docs/getting-started.md). | ||
Please have a look at our examples within our [getting started guide](/docs/getting-started.md). | ||
|
||
A claim type (CTYPE) can be a credential of any kind, e.g. a drivers license, a sports club membership or even a fairtrade certificate for chocolate. | ||
|
||
|
@@ -70,12 +72,12 @@ Claim { | |
|
||
## Development Setup | ||
|
||
[Development Setup](https://github.com/KILTprotocol/sdk-js/blob/develop/docs/development-setup.md) | ||
[Development Setup](/docs/development-setup.md) | ||
|
||
## Job Board | ||
|
||
Check to see if we have any [Job Offers](https://kilt.io/job-offers/) | ||
|
||
## License | ||
|
||
[License](https://github.com/KILTprotocol/sdk-js/blob/develop/LICENSE) | ||
[License](/LICENSE) |
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.
I would rather use the > tag and optionally make the sentence bold, even thought that might be too much.
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.
Ah didn't had a look at the preview. It should have been bold. :D That's why there is a
*
in the middle of the sentence. 😁