Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workarea-commerce/workarea-product-documents
https://github.com/workarea-commerce/workarea-product-documents
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-product-documents
- Owner: workarea-commerce
- License: other
- Created: 2019-11-11T18:43:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:49:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T14:26:46.853Z (about 2 months ago)
- Language: Ruby
- Size: 817 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Workarea Product Documents
================================================================================Product Documents plugin for the Workarea platform.
-------------------------------------------------------------------------------This gem adds the ability to add documents to a product for display on the detail page.
Files can be added via the product admin. Each file requires a display name and a file for downloading.
Files with the same display name will be grouped together when output on the product detail page.The display order of the files can be modified via drag-and-drop in the admin.
Getting Started
--------------------------------------------------------------------------------This gem contains a rails engine that must be mounted onto a host Rails application.
Add the gem to your application's Gemfile specifying the source:
# ...
gem 'workarea-product_documents'
# ...Update your application's bundle.
cd path/to/application
bundleWorkarea Platform Documentation
--------------------------------------------------------------------------------See [https://developer.workarea.com/](https://developer.workarea.com/) for Workarea platform documentation.
License
--------------------------------------------------------------------------------Workarea Emarsys is released under the [Business Software License](LICENSE)