The Flux website and user documentation
Go to file
Stefan Prodan 39b4a73750
Merge pull request #312 from slayerjain/main
Add HybridK8s to adopters
2021-06-04 09:44:36 +03:00
.github Apply fixes from Hidde, allow triggering action from UI 2021-01-25 16:04:50 +01:00
adopters Add HybridK8s to adopters 2021-06-04 11:20:55 +05:30
assets enable svgs to be properly sized in the adopter cards 2021-05-27 13:38:45 +02:00
content/en Update image-update.md to allow secret creation 2021-06-03 16:10:07 -04:00
docker-support forward-port some docker-support changes 2021-05-26 11:14:55 -04:00
external-sources/fluxcd Remove "Flux v2" mentions 2021-05-25 16:50:26 +02:00
hack add page description 2021-05-28 11:38:44 +02:00
i18n Remove superfluous '...' in ui_read_more 2021-04-26 12:21:30 +02:00
layouts Don't show right sidebar if "hugeTable: true" is set 2021-05-25 17:42:38 +02:00
other_assets/sass remove Bulma dependency - since our move to Docsy it's not needed any more 2021-05-05 08:21:26 +02:00
static add June 2021 blog 2021-06-01 14:37:35 +02:00
.editorconfig Add editorconfig file 2019-08-13 11:14:53 -07:00
.gitignore Remove user-specific files from gitignore 2021-05-11 17:09:38 +02:00
.stignore use okteto to run hugo in kubernetes 2021-05-10 12:11:07 -04:00
CODE_OF_CONDUCT.md Add DCO, CoC and contributing docs 2021-05-06 13:13:44 +03:00
CONTRIBUTING.md Add DCO, CoC and contributing docs 2021-05-06 13:13:44 +03:00
DCO Add DCO, CoC and contributing docs 2021-05-06 13:13:44 +03:00
LICENSE Initial commit 2019-08-13 11:37:51 -06:00
MAINTAINERS Add @stefanprodan to maintainers 2021-05-06 13:14:17 +03:00
Makefile allow overriding DEV_IMAGE_REGISTRY_NAME 2021-05-26 11:14:55 -04:00
README.md move 'how to run the site' docs 2021-05-18 17:55:11 +02:00
config.toml Update Flux YouTube channel 2021-05-26 14:35:03 +02:00
netlify.toml Improve Netlify configuration 2020-11-06 00:27:29 +01:00
okteto.yml use okteto to run hugo in kubernetes 2021-05-10 12:11:07 -04:00
package-lock.json Bump autoprefixer from 10.2.5 to 10.2.6 2021-05-27 05:48:08 +00:00
package.json Bump autoprefixer from 10.2.5 to 10.2.6 2021-05-27 05:48:08 +00:00
requirements.txt Rewrite hack/gen-content.sh in Python 2021-05-17 18:33:21 +02:00
runtime.txt Port adopters-page script to python 2021-05-07 12:17:15 +02:00

README.md

fluxcd.io

Netlify Status

This repo houses the assets used to build the Flux project's landing page at https://fluxcd.io.

Note: The sources for some of Flux's documentation are housed in the other Flux repositories within https://github.com/fluxcd. Issues and pull requests for this documentation should be registered at that repos.

Project Docs Site Github Source
Flux v1 https://docs.fluxcd.io https://github.com/fluxcd/flux
Helm Operator https://docs.fluxcd.io/projects/helm-operator/ https://github.com/fluxcd/helm-operator
Flagger https://docs.flagger.app https://github.com/fluxcd/flagger
Flux v2 https://fluxcd.io/docs https://github.com/fluxcd/website

We are in the process of moving Flux v1, Helm Operator and Flagger docs into this repository as well.

How to modify this website

Please review our Contributor docs to better understand how to run and modify this site.