All Projects → EvoluxBR → verto-docs

EvoluxBR / verto-docs

Licence: other
Verto jQuery library documentation.

Programming Languages

HTML
75241 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to verto-docs

LearningReIn30Mins
正则表达式30分钟入门
Stars: ✭ 20 (-59.18%)
Mutual labels:  docs
opencloud-docs
AIOT开放平台官方文档。AIOT Open Cloud documents on official website .
Stars: ✭ 68 (+38.78%)
Mutual labels:  docs
thelounge.github.io
🌍 ‎ The official website for The Lounge
Stars: ✭ 33 (-32.65%)
Mutual labels:  docs
InternalSteamWebAPI
Documenting the unofficial and internal Steam Web API
Stars: ✭ 126 (+157.14%)
Mutual labels:  docs
docs
Cucumber user documentation
Stars: ✭ 110 (+124.49%)
Mutual labels:  docs
jsdoc-action
📖 GitHub Action to build JSDoc documentation
Stars: ✭ 61 (+24.49%)
Mutual labels:  docs
docs
docs for Instabot project
Stars: ✭ 73 (+48.98%)
Mutual labels:  docs
kata-platform-docs
Documentations for the Kata Platform.
Stars: ✭ 56 (+14.29%)
Mutual labels:  docs
fnd-docs
Foundation developer docs
Stars: ✭ 33 (-32.65%)
Mutual labels:  docs
roll.urown.net
How to roll your own private self-hosted internet services.
Stars: ✭ 63 (+28.57%)
Mutual labels:  docs
docs
লারাভেল বাংলা ডকুমেন্টেশন
Stars: ✭ 32 (-34.69%)
Mutual labels:  docs
V-zh
中文翻译:<vlang-io/V> V 编程语言(未发布,但从数据看,值得了解一下) ❤️ ❤️
Stars: ✭ 12 (-75.51%)
Mutual labels:  docs
trading-post
💸 Verto's decentralised exchange mediator
Stars: ✭ 18 (-63.27%)
Mutual labels:  verto
samples
📚 Sample config
Stars: ✭ 32 (-34.69%)
Mutual labels:  docs
docs
Documentation site for LFE
Stars: ✭ 23 (-53.06%)
Mutual labels:  docs
docs
Source for Storj DCS docs
Stars: ✭ 63 (+28.57%)
Mutual labels:  docs
docs
The documentation for Firefly III
Stars: ✭ 30 (-38.78%)
Mutual labels:  docs
awesome-docs
A curated list of awesome documentation tools
Stars: ✭ 163 (+232.65%)
Mutual labels:  docs
collective
How the unified collective is governed
Stars: ✭ 41 (-16.33%)
Mutual labels:  docs
yard-junk
Get rid of the junk in your YARD docs
Stars: ✭ 61 (+24.49%)
Mutual labels:  docs

Verto documentation

Verto documentation uses markdown and is built with Jekyll, a simple, blog-aware, static site generator perfect for personal, project, or organization sites. View it live clicking here.

Installing dependencies

bundle install

Note: you may need to use RVM to install ruby and then execute gem install bundle before executing the command above, specially on Mac OS X.

Running Verto docs server

Inside verto docs directory and after installing Jekyll run:

jekyll serve

Now you can access http://127.0.0.1:4000/ and live preview verto docs while you edit its files. The server auto reloads when something changes.

Creating new pages

Our documentation follows a very simple convention of defining categories that correspond to sections in the navigation bar. They are:

  • doc - Documentation
  • ref - Reference
  • tut - Tutorial
  • dev - Developers

Inside verto docs directory run:

ruby bin/jekyll-page "Some Doc Page Title" doc
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].