Repo for Crossplane documentation.
Go to file
Michael Goff ab87d0ad63
Merge pull request #4 from thephred/fix-docs-layout
Fix the layout of the docs header and page to match site wide max
2018-12-04 09:37:32 -08:00
.bundle First version of the website. 2018-12-03 22:22:24 -08:00
_data docs snapshot for crossplane version `v0.1` 2018-12-04 15:32:17 +00:00
_includes Add a /doc/latest and fix issues with redirecting. 2018-12-04 08:27:35 -08:00
_layouts Fix the layout of the docs header and page to match site wide max 2018-12-04 09:23:06 -08:00
_scss Fix the layout of the docs header and page to match site wide max 2018-12-04 09:23:06 -08:00
css Fix the layout of the docs header and page to match site wide max 2018-12-04 09:23:06 -08:00
docs Fix the layout of the docs header and page to match site wide max 2018-12-04 09:23:06 -08:00
fonts First version of the website. 2018-12-03 22:22:24 -08:00
images First version of the website. 2018-12-03 22:22:24 -08:00
.gitignore First version of the website. 2018-12-03 22:22:24 -08:00
Gemfile Placeholder page 2018-11-20 11:37:43 -08:00
Gemfile.lock Placeholder page 2018-11-20 11:37:43 -08:00
Makefile First version of the website. 2018-12-03 22:22:24 -08:00
README.md First version of the website. 2018-12-03 22:22:24 -08:00
_config.yml First version of the website. 2018-12-03 22:22:24 -08:00
favicon.ico First version of the website. 2018-12-03 22:22:24 -08:00
index.html rewordings 2018-12-04 01:27:32 -08:00
package-lock.json First version of the website. 2018-12-03 22:22:24 -08:00
package.json First version of the website. 2018-12-03 22:22:24 -08:00
preprocess.js First version of the website. 2018-12-03 22:22:24 -08:00

README.md

Crossplane Site

This is the the source for http://crossplane.io. It is rendered using Jekyll by GitHub Pages. Docs from the main crossplane repo are published hear automatically during the main repo CI publish.

To develop locally

This runs locally watching for changes and live reloading.

make run