Skip to content

Commit

Permalink
Remove outdated tutorials from Identity 1.0-rc (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass authored Oct 7, 2023
1 parent 839f6b5 commit ef435d0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 256 deletions.
16 changes: 6 additions & 10 deletions docs/build/identity.rs/1.0-rc.1/docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,26 @@ Explains the VC standard from W3C, how to create and revoke VCs, and how to use

While the framework itself is developed in the Rust programming language, we also provide bindings, or "Foreign Function Interfaces" (FFI), to other languages. These will have separate getting started sections, making the rest of the guide language agnostic, focusing on the conceptual level.

### [Chapter 5: Tutorials](./tutorials/overview.mdx)

Contains end-to-end examples using the library to achieve common use-cases.

### [Chapter 6: Specification](./specs/overview.mdx)
### [Chapter 5: Specification](./specs/overview.mdx)

While IOTA Identity implements many existing standards, it also adds some additional features we would like to standardize ourselves. This chapter covers these features and how they work in great detail. These are not light reads and can be skipped.

### [Chapter 7: Glossary](./glossary.mdx)
### [Chapter 6: Glossary](./glossary.mdx)

A list of all terminology used in this guide, the framework, and all materials surrounding it.

### [Chapter 8: Contribute](./contribute.mdx)
### [Chapter 7: Contribute](./contribute.mdx)

A simple guide on how to contribute to the framework.

### [Chapter 9: Workflow](./workflow.mdx)
### [Chapter 8: Workflow](./workflow.mdx)

An overview of the workflow to design, develop and release the framework.

### [Chapter 10: Contact](./contact.mdx)
### [Chapter 9: Contact](./contact.mdx)

How to contact the maintainers.

### [Chapter 11: FAQ](./faq.mdx)
### [Chapter 10: FAQ](./faq.mdx)

Overview of the most Frequently Asked Questions and their answers.
14 changes: 0 additions & 14 deletions docs/build/identity.rs/1.0-rc.1/docs/tutorials/overview.mdx

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions docs/build/identity.rs/1.0-rc.1/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ module.exports = {
},
],
},
{
type: 'category',
label: 'Tutorials',
items: ['tutorials/overview', 'tutorials/validate_university_degree'],
},
{
type: 'category',
label: 'Specifications',
Expand Down

0 comments on commit ef435d0

Please sign in to comment.