Splinter is a privacy-focused platform for distributed applications that provides a blockchain-inspired networking environment for private communication and transactions between organizations.
This repository contains the source files for the splinter.dev website and Splinter documentation.
Splinter documentation and website content is written in GitHub Flavored Markdown (GFM). For a quick reference, see this Markdown Cheatsheet from adam-p/markdown-here.
The docs/
directory contains the source files for the Splinter documentation.
There is a subdirectory for each supported release of Splinter (such as 0.4
),
plus a subdirectory for the next planned release (for example, 0.5
). Under
each release subdirectory, the documentation is organized as follows:
-
concepts/
: Topics that explain Splinter concepts, architecture, features, and other non-procedure information. File names should be noun phrases that reflect the topic title, using lower-case characters and underscores between words; for example,biome_user_management.md
orstate_delta_export.md
. -
examples/
: Information on Splinter examples and demos. -
glossary/
: Definitions of Splinter terms in the fileglossary.md
. -
howto/
: Procedures for specific tasks such as configuring Splinter, setting permissions, or using a feature. File names should be verb phrases that reflect the topic title, using lower-case characters and underscores between words; for example,building_splinter.md
orcreating_a_node_registry.md
. -
images/
: Graphics, pictures, diagrams, icons, and other images in the Splinter documentation. SVG format is preferred. -
references/
: Reference guides for Splinter. -
tutorials/
: In-depth, multi-section procedures for complex tasks, such as creating an application.
This repository includes tools for generating the website and publishing the documentation, plus Markdown content in the following subdirectories:
-
community/
: Topics that describe how to participate in the Splinter community and contribute to the Splinter repositories. -
releases/
: Release notes, upgrade guides, download links, and release management information.
The Splinter documentation in the docs subdirectory is licensed under a Creative Commons Attribution 4.0 International License (CC BY 4.0). You can obtain a copy of the license at http://creativecommons.org/licenses/by/4.0/.
The Splinter documentation tools and associated content in this repository are licensed under the Apache License Version 2.0 software license.