Skip to content
/ station Public

Ruby gem to start a platform site with specified markdown content

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE.md
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

Nexmo/station

This branch is 1 commit ahead of main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

43fa527 · Aug 25, 2023
Aug 9, 2022
Dec 29, 2020
Mar 1, 2021
Nov 23, 2022
Nov 10, 2021
Oct 11, 2020
Apr 4, 2017
Dec 10, 2021
Nov 12, 2021
May 25, 2020
Jun 18, 2020
Jul 7, 2021
Feb 19, 2021
Feb 19, 2021
Mar 30, 2020
Mar 30, 2020
Oct 11, 2020
Nov 10, 2020
Nov 5, 2020
May 25, 2020
Aug 25, 2023
Feb 25, 2022
Aug 25, 2023

Repository files navigation

Station: The Nexmo Developer Gem

Contributor Covenant Actions Status MIT licensed

Station provides a documentation platform ready to use with your custom documentation.

The documentation for Station covers detailed installation, setup and configuration instructions. Please refer to the documentation as the primary resource for getting started with Station.

Troubleshooting

How do I add a database to a review application?

In the Heroku review app that you'd like a database for, visit More -> Run Console then run the following command:

cd lib/nexmo_developer/ && bin/rails db:migrate
What do I do if I encounter the ActionView::Template::Error: Webpacker can't find application.js error?

From the command line execute the following from within the lib/nexmo_developer folder in Station changing the paths for your local file paths to the API specification and documentation files:

rm -rf public/packs &&  DOCS_BASE_PATH=/path/to/docs RAILS_SERVE_STATIC_FILES=1 DISABLE_SSL=1 RAILS_LOG_TO_STDOUT=1 OAS_PATH=/path/to/oas/specs RAILS_ENV=production bundle exec rails assets:precompile --trace

Contributing

We ❤️ contributions from everyone! It is a good idea to talk to us first if you plan to add any new functionality. Otherwise, bug reports, bug fixes and feedback on the library is always appreciated. Look at the Contributor Guidelines for more information and please follow the GitHub Flow.

contributions welcome GitHub contributors

License

This library is released under the MIT License