All Projects → bitshares → docs.bitshares.org

bitshares / docs.bitshares.org

Licence: CC-BY-SA-4.0 License
Please check the new repository https://github.com/bitshares/how.bitshares.works. This repository contains the OLD sources (and the build in a different branch) for docs.bitshares.org

Programming Languages

CSS
56736 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
XSLT
1337 projects

Projects that are alternatives of or similar to docs.bitshares.org

docs.getleon.ai
📝 Main documentation of Leon.
Stars: ✭ 23 (+27.78%)
Mutual labels:  docs
documentation
Documentation for software located in the binhex repositories.
Stars: ✭ 53 (+194.44%)
Mutual labels:  docs
hornibills
犀鸟 方便快捷的文档接口管理
Stars: ✭ 78 (+333.33%)
Mutual labels:  docs
docz-theme-extended
Extended default theme for docz with added components and redesigned UI.
Stars: ✭ 45 (+150%)
Mutual labels:  docs
Documentation
Kodular Documentation
Stars: ✭ 41 (+127.78%)
Mutual labels:  docs
azureselected
Azure Selected content localization.
Stars: ✭ 17 (-5.56%)
Mutual labels:  docs
manual
li₃: The Definitive Guide
Stars: ✭ 64 (+255.56%)
Mutual labels:  docs
docs
Learn Anything Docs
Stars: ✭ 25 (+38.89%)
Mutual labels:  docs
zfnd
The Zcash Foundation Website
Stars: ✭ 13 (-27.78%)
Mutual labels:  docs
nuxt3-docs-zh
Nuxt3中文文档
Stars: ✭ 38 (+111.11%)
Mutual labels:  docs
docs
The Codewars Docs 🚧 WIP
Stars: ✭ 34 (+88.89%)
Mutual labels:  docs
mdBook-zh
中文翻译:<mdBook> 一个从 Markdown 文件创建现代在线书籍的实用程序 ❤️ 更新 ✅ 2022-1-8
Stars: ✭ 24 (+33.33%)
Mutual labels:  docs
PygameDocs
关于Pygame库的中文文档
Stars: ✭ 33 (+83.33%)
Mutual labels:  docs
yii2-manual-chm
Yii 2 Guide/API/Docs compiled in various formats
Stars: ✭ 63 (+250%)
Mutual labels:  docs
idoc
📒📚Generate beautiful interactive documentation and Open-API 3.0 spec file from your existing Laravel app.
Stars: ✭ 95 (+427.78%)
Mutual labels:  docs
dobby
dobby is free and will serve your orders
Stars: ✭ 24 (+33.33%)
Mutual labels:  docs
papyrum
Papyrum is a tool that will help you in the creation of your design system, style guide or in the documentation of your project based on react
Stars: ✭ 19 (+5.56%)
Mutual labels:  docs
open-development-template
Workflow and documentation templates that help teams formalize their goals, workflow and governance model to encourage participation and field contributions.
Stars: ✭ 18 (+0%)
Mutual labels:  docs
reactools
Create React interfaces is easy.
Stars: ✭ 14 (-22.22%)
Mutual labels:  docs
docs
Documentation for Slidev
Stars: ✭ 69 (+283.33%)
Mutual labels:  docs

This repository is deprecated. The new repository is https://github.com/bitshares/how.bitshares.works

Requirements

Quick Install in OSX

It's easy to get started on OSX using brew and easy_install.

brew install doxygen
brew install graphviz

easy_install sphinx
easy_install breathe

Building

make html

Output

The resulting html files will be writen to build/html.

Deployment

The Makefile can automatically deploy to several domains. Currently, a deployment installs the page simultanisouly at

  • docs.bitshares.org
  • docs.bitshares.eu
git remote set-url origin github:BitSharesEurope/docs.bitshares.eu
git remote     add org    github:BitSharesEurope/docs.bitshares.org
make deploy

Updating doxygen (optional)

in doxygen/ there are filed that have been generated by bitshares/graphene C++ code using doxygen. If you want to update them, run doxygen in bitshares and move over the xml folder in doxygen/.

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].