Skip to content

The website sources about the new LocomotiveCMS documentation "center"

Notifications You must be signed in to change notification settings

engelfrost/documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

417 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locomotive Documentation Site

We woud appreciate any contribution to this guide.

How to contribute ?

Fork the repository and send us a pull request!

How to run the doc site locally

  • fork this repository
  • install the required gems bundle install
  • run the server bundle exec wagon serve
  • open your browser http://0.0.0.0:3333

What can I do to help?

Read the TODO :)

Conventions

  • alerts :
    • plain html inside, no haml parsed
    • "blue style" alert is a div with class .alert .alert-info
    • "orange style" alert is a div with class .alert. .alert-warning
  • code :
    • raw tag before each liquid sentence
    • inline : {% raw %} {% block %} {% endraw %}
    • indent code with two tabs
  • tables : raw html
  • Markdown:
    • the first md line must be right after :markdown, no empty line or error
  • images :
    • stored in samples/guides/ ...

About

The website sources about the new LocomotiveCMS documentation "center"

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 95.5%
  • JavaScript 2.5%
  • Ruby 2.0%