{"id":16549612,"url":"https://github.com/settinghead/risevision-documentation","last_synced_at":"2025-06-28T19:36:29.550Z","repository":{"id":142195461,"uuid":"27509905","full_name":"settinghead/risevision-documentation","owner":"settinghead","description":"Jekyll project for all the rise vision documentation","archived":false,"fork":false,"pushed_at":"2014-12-03T22:00:25.000Z","size":3780,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T13:46:46.603Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://help.stage.risevision.com/","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/settinghead.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-03T22:02:19.000Z","updated_at":"2021-08-19T22:13:33.000Z","dependencies_parsed_at":"2023-03-12T18:01:18.526Z","dependency_job_id":null,"html_url":"https://github.com/settinghead/risevision-documentation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/settinghead/risevision-documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settinghead%2Frisevision-documentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settinghead%2Frisevision-documentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settinghead%2Frisevision-documentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settinghead%2Frisevision-documentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/settinghead","download_url":"https://codeload.github.com/settinghead/risevision-documentation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settinghead%2Frisevision-documentation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261073405,"owners_count":23105643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T19:30:00.698Z","updated_at":"2025-06-21T06:06:31.686Z","avatar_url":"https://github.com/settinghead.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rise Vision Developer Hub\n\n## Introduction\n\nRise vision developer hub is an application built with [Jekyll](http://jekyllrb.com/) its plugin and our [Common-header](https://github.com/Rise-Vision/common-header) to provide a space where developer can manage their apps, have access to developer documentation and play with our developer tools.\n\nProject Name works in conjunction with [Rise Vision](http://www.risevision.com), the [digital signage management application](http://rva.risevision.com/) that runs on [Google Cloud](https://cloud.google.com).\n\nAt this time Chrome is the only browser that this project and Rise Vision supports.\n\n## Built With\n- *[Jekyll](http://jekyllrb.com/)*\n- *[jekyll-lunr-js-search](https://github.com/slashdotdash/jekyll-lunr-js-search)*\n- *[jekyll-sitemap](https://github.com/jekyll/jekyll-sitemap)*\n- *[jekyll_github_sample](https://github.com/bwillis/jekyll-github-sample)*\n- *[bundler](http://bundler.io/)*\n- *[Bower](http://bower.io/)*\n- *[NPM](https://www.npmjs.org/)*\n- *[Gulp.js](http://gulpjs.com/)*\n- *[Common-Style](http://rise-vision.github.io/style-guide/)*\n- *[common-header](https://github.com/Rise-Vision/common-header)*\n- *[AngularJs](https://angularjs.org/)*\n- *[JQuery](http://jquery.com/)*\n\n## Development\n\n### Local Development Environment Setup and Installation\n\n* install Ruby on your environment \n* install npm\n\n* install Bundler \n```bash\ngem install bundler\n```\n\n* clone the repo using Git to your local:\n```bash\ngit clone https://github.com/Rise-Vision/risevision-documentation.git\n```\n\n* install all javascript libs such as gulp\n```bash\nnpm install\n```\n\n* install jekyll and its plugins\n```bash\ngulp bundle-install\n```\n\n* download components with bower\n```bash\ngulp bower-clean-install\n```\n\n* Build application\n```bash\ngulp jekyll-build \n```\n\n* You can write new docs under the _post directory. Folders inside this directory are used to separate the content. \nPay attention on the YAML front matter block when creating a new post: \n```markdown\n---\nlayout: post\ntitle:  \"Companies\"\ndate:   2014-10-01 10:52:00\ncategory: developer/core-api\nparent-order: 0\norder: 0\n---\n```\n\nas *category*, *parent-order* and *order* variables are used to generate the sidebar menu. \n\nFor further info please look at [Jekyll Documentation](http://jekyllrb.com/docs/home/)\n\n### Run Local\n\n* under the root directory run gulp default task which will build and watch directories for changes \nso building and reloading the browser after a change\n```bash\ngulp\n```\n\n* If browser hasn't opened, you can open it on http://localhost:8000\n\n### Dependencies\n\n\n### Testing\n\n## Submitting Issues\nIf you encounter problems or find defects we really want to hear about them. If you could take the time to add them as issues to this Repository it would be most appreciated. When reporting issues please use the following format where applicable:\n\n**Reproduction Steps**\n\n1. did this\n2. then that\n3. followed by this (screenshots / video captures always help)\n\n**Expected Results**\n\nWhat you expected to happen.\n\n**Actual Results**\n\nWhat actually happened. (screenshots / video captures always help)\n\n## Contributing\nAll contributions are greatly appreciated and welcome! If you would first like to sound out your contribution ideas please post your thoughts to our [community](http://community.risevision.com), otherwise submit a pull request and we will do our best to incorporate it\n\n### Languages\n\nIn order to support languages i18n needs to be added to this repository.  Please refer to our Suggested Contributions.\n\n### Suggested Contributions\n- We could use i18n Language Support\n\n## Resources\nIf you have any questions or problems please don't hesitate to join our lively and responsive community at http://community.risevision.com.\n\nIf you are looking for user documentation on Rise Vision please see http://www.risevision.com/help/users/\n\nIf you would like more information on developing applications for Rise Vision please visit http://www.risevision.com/help/developers/.\n\n**Facilitator**\n\n[Rodrigo Serviuc Pavezi](https://github.com/rodrigopavezi \"Rodrigo Serviuc Pavezi\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettinghead%2Frisevision-documentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsettinghead%2Frisevision-documentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettinghead%2Frisevision-documentation/lists"}