Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raml2html/default-theme
The default theme for raml2html
https://github.com/raml2html/default-theme
raml-document raml2html raml2html-theme
Last synced: about 2 months ago
JSON representation
The default theme for raml2html
- Host: GitHub
- URL: https://github.com/raml2html/default-theme
- Owner: raml2html
- License: mit
- Created: 2017-02-11T15:39:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T12:48:24.000Z (about 3 years ago)
- Last Synced: 2024-11-11T18:52:40.556Z (2 months ago)
- Topics: raml-document, raml2html, raml2html-theme
- Language: CSS
- Size: 76.2 KB
- Stars: 5
- Watchers: 2
- Forks: 33
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raml2html default theme
The default theme used by raml2html. It's installed with and used by raml2html by default.
## Contributing
raml2html-default-theme is an open source project and your contribution is very much appreciated.To get the best environment to work on raml2html and the default theme, follow these steps.
1. Checkout raml2html-default-theme's develop branch; `npm link`.
2. Checkout raml2html's develop branch; first `npm link raml2html-default-theme` and then `npm link`.
3. In raml2html-default-theme run `npm link raml2html`.Now both projects are installed globally, but using the local development versions of both.
From the theme repo's examples folder you can run the `render-all-examples` script without problem.## License
raml2html-default-theme is available under the MIT license. See the LICENSE file for more info.