Seele Doc
  • Introduction
  • EN
    • Mining
    • Wallet
      • Basic
      • Contract
      • Help
    • Help
  • CN
    • 挖矿
    • 钱包
      • 基本
      • 合约
      • 帮助
    • 帮助
      • 合约流程
      • 代币示例
  • Developer
    • General
      • Sharding
    • Go-seele
      • Getting Started
      • Private Net
    • SeeleWallet
      • Seele HD Wallet Specification
    • Contract
      • Getting Started
      • Contract with seeleteam.js
      • Simulator
    • API
      • Getting Started
      • json-rpc NV <= 1.2.7
      • json-rpc NV >= 1.3.0
      • json-subchain-rpc
    • Subchain
      • seele-anchor-cli
        • User Guide
        • Test Guide
        • Help
        • Configurate
      • Contract
      • Subchain Network
Powered by GitBook
On this page
  • Seele Wiki
  • Updating seele-md
  • Workflow
  • Format

Was this helpful?

Introduction

NextMining

Last updated 5 years ago

Was this helpful?

Seele Wiki

last updated nov 1, 2019

  • Help improve this documentation by creating pull requests or issues on !

  • Official

  • Communities managed by developers!

Workflow

Format

Formatting mistakes will halt synchronization. Common possibilities:

  • Incomplete *[]() in STRUCTURE.md

Gitbook checks .gitbook.yaml for

  • Root directory: ex ./

  • Introduction page: ex FIRSTPAGE.md

  • Side-bar structure: ex STRUCTURE.md

Since local gitbook doesn't read .gitbook.yaml as of v2.6.9, the names of the instruction page and side-bar structure has to be README.md and SUMMARY.md respectively. Also, to avoid compiling errors due to file lengths, the search plugin, lunr, is disabled in book.json.

SUMMARY.md must have the following format:

# Summary

## First Section Title

* [page1 title](page.md)
    * [subpage title](page.md)
* [page2 title](page.md)

## Second Section Title

* [page1 title](page.md)

Updating

Clone, edit, push. Try with gitbook locally: npm install gitbook-cli -g then gitbook serve. Navigate to see synchronization happening automatically.

seele-md
website
github
website
telegram
Twitter
weibo
linkedin
medium
github