* Add FAQ section
* Add Troubleshooting section
* Use Jenkins Operator as project name instead of jenkins-operator
* Move installation and security pages to section on version they are for
* Fix order of versions in getting started in section menu
* Configure side bar menu to be compact
* Rename getting started subpages
* Update Security docs for 0.6 (#611)
* Fix ordering of main sections in docs section menu
* Add more descriptive names for customization and configuration sections
* Update Getting Started index to link to latest version installation
* Fix descriptions of major releases
* Update meta links 'create documentation issue' link to use new docs issue template
* Update meta links 'create project issue' link to open issue template list instead of blank issue from meta links
* Fix typo in markdown in docs issue template
* Add Jenkins Discourse section in index, revisit index and about pages
* Fix favicon not showing by generating more favicon sizes with icongen
* Add Makefile target to release latest version of Helm chart
* Add workflow that packages Helm chart release and creates PR with it
* Remove old Helm targets
* Removed Contributor Covenant version from Code of Conduct doc
* Added a note on PRs with changes to Helm Chart to CONTRIBUTING doc
* Mentioned Discourse as current main channel of communication in README
* Updated ROADMAP
* Add note that jenkins.namespace also affects jenkins-operator resources
* Add handling of empty WATCH_NAMESPACE value of jenkins.namespace
If jenkins.namespace is set to "", it leads to WATCH_NAMESPACE
environment value of Jenkins Operator itself to be set to "", which
leads that operator watches all namespaces (see
https://github.com/jenkinsci/kubernetes-operator/issues/77#issuecomment-523727092).
This case requires custom handling: instead of creating role and
role_binding we need to create clusterrole and clusterrolebinding with
the required permissions.
* Bump chart version
* Fix grammar as suggested by @Sig00rd
Co-authored-by: Sig00rd <sz.fugas@gmail.com>
* Link to project's DockerHub in README's section on nightly builds, add paragraph about nightly builds in installation docs
* Fix repositoryURL in sample seedJob configuration with SSH auth
* Slightly expand on #348
* Fix formatting in docs on Jenkins' customization, update plugin versions
* Add notes on Jenkins home Volume in Helm chart values.yaml and docs (#589)
* Fix link to Installation on Getting started index
* Separate instructions on installing via YAML and Helm more clearly
* Link deploy jenkins section in instructions on installing via YAML
Co-authored-by: Sig00rd <sfugas@virtuslab.com>