Giter Site home page Giter Site logo

launchpad's Introduction

Launchpad

This repository contains intentionally organized and curated content for Protocol Labs' Launchpad program. We welcome contributions, but please read the About Launchpad page to see the steps to contribute.

This site is published on GitBook

Sections

  1. Pre-Requisites
  2. The Protocol Labs Network
  3. IPFS
  4. IPLD
  5. LibP2p
  6. Filecoin
  7. Protocol Labs Toolkits & SDKs
  8. Built on IPFS and Filecoin

Structure‌ for Gitbook

In .gitbook.yml the structure accepts two properties:‌

  • readme: Your documentation's first page. Its default value is ./README.md
  • summary: Your documentation's table of content. Its default value is ./SUMMARY.md

The value of those properties is a path to the corresponding files. The path is relative to the root: option. For example, here's how you can tell GitBook to look into a ./docs folder for the first page and summary:

root: ./docs/
structure:  
    readme: ./about-launchpad/README.md
    summary: ./product/SUMMARY.md

Summary‌

The summary file is a Markdown file (summary.md) in docs/ that should have the following structure:

‌# Table of Contents for GitBook
* [Top-Level Page](about-launchpad.md)

## Use headings to create page groups like this one​

* [First page's title](directory1/README.md)    
    * [Some child page](directory1/page1-1.md)    
    * [Some other child page](directory1/page1-2.md)

* [Second page's title](directory2/README.md)    
    * [Some child page](directory2/page2-1.md)    
    * [Some other child directory2](part2/page2-2.md)    

## A second-page group​

* [Yet another page](another-page.md)

Providing a custom summary file is optional. By default, GitBook will look for a file named SUMMARY.md in your root folder if specified in your config file, or at the root of the repository otherwise. If you don't specify a summary, and GitBook does not find a SUMMARY.md file at the root of your docs, GitBook will infer the table of contents from the folder structure and the Markdown files below.‌

launchpad's People

Contributors

walkerlj0 avatar momack2 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.