Skip to content

vaas0004/InvenTree.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InvenTree.github.io

This repository hosts the user documentation for InvenTree, an open source inventory management system.

To serve this documentation locally (e.g. for development), you will need to have ruby installed on your system.

Setup

Run the following commands from the top-level project directory:

Note: sudo may be required for some steps

> apt-get install ruby2.5 ruby2.5-dev
> gem install jekyll
> gem install bundler
> bundle install

Serve Locally

To serve the pages locally, run the command (from the top-level project directory)

> bundle exec jekyll serve

Edit Documentation Files

Once the server is running, it will monitor the documentation files for any changes, and update the served pages.

Credits

This documentation makes use of the mkdocs-jekyll template

About

GitHub pages for InvenTree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 47.6%
  • CSS 41.9%
  • HTML 8.0%
  • Ruby 2.5%