Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boltops-tools/terraspace-docs
Terraspace Docs
https://github.com/boltops-tools/terraspace-docs
boltops terraform terraspace
Last synced: about 1 month ago
JSON representation
Terraspace Docs
- Host: GitHub
- URL: https://github.com/boltops-tools/terraspace-docs
- Owner: boltops-tools
- License: apache-2.0
- Created: 2020-05-10T05:31:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T12:09:09.000Z (12 months ago)
- Last Synced: 2024-05-01T11:29:05.204Z (8 months ago)
- Topics: boltops, terraform, terraspace
- Language: JavaScript
- Homepage:
- Size: 4.13 MB
- Stars: 2
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support.md
Awesome Lists containing this project
README
# Terraspace Documentation
[![BoltOps Badge](https://img.boltops.com/boltops/badges/boltops-badge.png)](https://www.boltops.com)
This project powers the terraspace documementation website: [https://terraspace.cloud](https://terraspace.cloud). It is a static website generated by [Jekyll](https://jekyllrb.com/).
## Contributing
For minor changes like typos, you can click **Suggest an edit to this page**, located at the bottom of each article. This will take you to the source file on GitHub, where you can submit a pull request for your change through the UI.
## Local Setup
For larger fixes, you can run the site locally with the following:
git clone https://github.com/boltops-tools/terraspace-docs.git
cd terraspace-docs
bundle
foreman startYou'll be able to view the site on [http://localhost:4000](http://localhost:4000).
## Html Proofer
Run it locally once in a while. Sometimes external sites are intermittently down, even GitHub.
bundle exec rake html:proof