tangle-network / tangle-docs

Documentation for Tangle Network (https://docs.tangle.tools)
https://docs.tangle.tools
Mozilla Public License 2.0
1 stars 3 forks source link

[TASK] Revamp developer docs #58

Open drewstone opened 3 weeks ago

drewstone commented 3 weeks ago

Gadget docs

Tells you what the gadget is, how to build using the blueprint API, links to CLI/SDK READMEs. Tells you have to use the CLI to create a new project (this needs to work obviously).

Tangle Documentation site.

drewstone commented 3 weeks ago

Diving a bit deeper

Dev docs on Blueprint development

We can break the docs directory/organization down by supported protocol or by feature and then subdividing by protocol within, i.e.

Jobs
  - Tangle API
  - Eigenlayer API
Reports
  - Tangle API
  - Eigenlayer API

OR

Tangle
  - Jobs
  - Reports
  - ...
Eigenlayer
  - Jobs
  - Reports
  - ...

Tangle BlueprintServiceManager