All Projects → iotaledger → Documentation

iotaledger / Documentation

Licence: cc-by-4.0
This is where we host content for the documentation portal

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Documentation

Yookassa Github Docs
Stars: ✭ 93 (-11.43%)
Mutual labels:  documentation
Log4brains
✍️ Log and publish your architecture decisions (ADR)
Stars: ✭ 98 (-6.67%)
Mutual labels:  documentation
Swagger Combine
Combines multiple Swagger schemas into one dereferenced schema.
Stars: ✭ 102 (-2.86%)
Mutual labels:  documentation
Learn Javascript
This repository is for beginners to start learning JavaScript from Scratch
Stars: ✭ 95 (-9.52%)
Mutual labels:  documentation
Handbook
The Jitsi Handbook
Stars: ✭ 97 (-7.62%)
Mutual labels:  documentation
Sassdoc
Release the docs!
Stars: ✭ 1,353 (+1188.57%)
Mutual labels:  documentation
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (-12.38%)
Mutual labels:  documentation
Glide Docs Cn
Glide简体中文文档站点托管项目。
Stars: ✭ 1,395 (+1228.57%)
Mutual labels:  documentation
Webxr Reference
A not--necessarily-up-to-date draft of the reference that will eventually be published on MDN.
Stars: ✭ 97 (-7.62%)
Mutual labels:  documentation
Swagger Express Ts
Generate and serve swagger.json
Stars: ✭ 102 (-2.86%)
Mutual labels:  documentation
Docs
Cycle ORM Documentation
Stars: ✭ 95 (-9.52%)
Mutual labels:  documentation
Attacking Cloudgoat2
A step-by-step walkthrough of CloudGoat 2.0 scenarios.
Stars: ✭ 97 (-7.62%)
Mutual labels:  documentation
Easy Doc Bundle
Symfony application documentation generator
Stars: ✭ 99 (-5.71%)
Mutual labels:  documentation
Bisq Docs
@bisq-network documentation at https://docs.bisq.network
Stars: ✭ 94 (-10.48%)
Mutual labels:  documentation
Handbrake Docs
HandBrake Documentation
Stars: ✭ 102 (-2.86%)
Mutual labels:  documentation
Mkdocs macros plugin
Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.
Stars: ✭ 93 (-11.43%)
Mutual labels:  documentation
Onion Docs
Documentation for all things Onion
Stars: ✭ 98 (-6.67%)
Mutual labels:  documentation
Restful Api Guidelines
A model set of guidelines for RESTful APIs and Events, created by Zalando
Stars: ✭ 1,397 (+1230.48%)
Mutual labels:  documentation
Opencv Java Tutorials
Source for the OpenCV with Java tutorials
Stars: ✭ 102 (-2.86%)
Mutual labels:  documentation
Howtosnucse
고인물들은 무엇을 아는가
Stars: ✭ 100 (-4.76%)
Mutual labels:  documentation

Developer Documentation for IOTA technology

Developer documentation portal

Discord StackExchange Creative Commons 4.0 license Build status

AboutStructureSupporting the projectJoining the discussion


About

This repository contains all the documentation that's hosted on docs.iota.org.

The documentation is written in markdown files and built by the platform in the documentation platform repository.

Structure

The content is structured in a way that allows us to render it on a webpage.

Top level navigation

The projects.md file contains the top level navigation labels and links for the following:

  • Home page floating menu
  • Footer
  • Burger menu navigation

The order of the items in the file determines the order in the navigation.

Note: An item will appear in the navigation only if the corresponding sub-directory for that project also contains a home.md file. The links must be relative to the location of the projects.md file.

The content of the file is a list of markdown links.

Home page

The home.md file of a project contains the content to display on the home page. The file contains a level 1 heading, which determines the description for that section. In addition there are links followed by level 2 header which contain the direct links into the content.

The links must be relative to the location of the home.md file.

Version directories

Under each project directory is another directory that's named after the version number for the content. If more than one version directory exists, a version selector will be displayed. This version selector allows the reader to choose which version of the content they want to see.

Each version directory contains all of the content required for that project version as well as a doc-index.md file, which contains the items that you want to appear in the left navigation panel.

The links must be relative to the doc-index.md file.

If you want to link to another project, use the following structure root://another-project/0.1/some-content.md.

Supporting the project

If you'd like to help us write new content, or to edit existing content, please refer to the contribution guidelines.

Joining the discussion

If you want to get involved in the community or just want to discuss IOTA, Distributed Registry Technology (DRT) and IoT with other people, feel free to join our Discord.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].