Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/http-apis/http-apis.github.io
HydraEcoSystem.Org - Main documentation entrypoint for Hydra Ecosystem's tools.
https://github.com/http-apis/http-apis.github.io
Last synced: 12 days ago
JSON representation
HydraEcoSystem.Org - Main documentation entrypoint for Hydra Ecosystem's tools.
- Host: GitHub
- URL: https://github.com/http-apis/http-apis.github.io
- Owner: HTTP-APIs
- License: mit
- Created: 2018-06-25T18:54:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T16:26:33.000Z (over 2 years ago)
- Last Synced: 2024-10-29T14:37:23.714Z (about 2 months ago)
- Language: SCSS
- Homepage: http://hydraecosystem.org
- Size: 2.84 MB
- Stars: 17
- Watchers: 11
- Forks: 21
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hydra Ecosystem Documentation
This is the source-code behind [hydraecosystem.org](https://hydraecosystem.org), the official documentation of the Hydra Ecosystem toolset.
## Viewing the Documentation Offline
The documentation is hosted on [GitHub Pages](https://pages.github.com) and uses the static site generator named [Jekyll](https://jekyllrb.com). You may see [this video](https://www.youtube.com/watch?v=iWowJBRMtpc) to get started with jekyll. If you want to see what your modifications to the documentation would look like, before you make a PR, please run the following commands:
- Check if you have Jekyll installed. if not, follow the [installation guide](https://jekyllrb.com/docs)
```bash
jekyll -v
```
- Start a live-server which serves statically generated content, changes made will make real-time changes to it.
```bash
jekyll serve --incremental
```**Note:** Just running the `jekyll` command without any arguments, might build a static website in html form with-in the `public` directory, please make sure not to include this in your PR.
# Contributing
The Hydra Ecosystem is an Open Soure project and we have our source code licensed under the permissible MIT license, please make any contribution to the project by opening an issue and a subsequent PR to solve the same.