func/docs/reference
Lance Ball 44ff20d782
chore: remove timestamp from generated docs (#1265)
This is causing trouble with new PRs that potentially change CLI flags
or other user-facing UX. Another option besides completely removing the
version information is to modify Version.StringVerbose() so that it uses
the value of the most recent semver tag (or Knative tag).

```
❯ git describe --match "v*"
v0.34.0-6-g6d26e64c

❯ git describe --match "knative*"
knative-v1.7.0-6-g6d26e64c
```

This is nice, but could be misleading if the UX has changed since that
release.

Signed-off-by: Lance Ball <lball@redhat.com>

Signed-off-by: Lance Ball <lball@redhat.com>
2022-09-21 13:55:10 +00:00
..
func.md chore: remove timestamp from generated docs (#1265) 2022-09-21 13:55:10 +00:00
func_build.md chore: sync docs with source code (#1261) 2022-09-20 11:54:09 +00:00
func_completion.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_config.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_config_envs.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_config_envs_add.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_config_envs_remove.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_config_labels.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_config_labels_add.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_config_labels_remove.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_config_volumes.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_config_volumes_add.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_config_volumes_remove.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_create.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_delete.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_deploy.md chore: sync docs with source code (#1261) 2022-09-20 11:54:09 +00:00
func_info.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_invoke.md feat: `invoke` - allow insecure connections over SSL (#1255) 2022-09-20 12:25:10 +00:00
func_languages.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_list.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_repository.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_repository_add.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_repository_list.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_repository_remove.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_repository_rename.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_run.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_templates.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_version.md feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
func_yaml.md doc: fix some func.yaml fields (#1069) 2022-06-16 17:16:17 +00:00
integrators_guide.md docs: add a language pack "contract" document (#918) 2022-04-11 13:30:07 +00:00
on_cluster_build.md feat: S2I strategy for on cluster build (#1191) 2022-08-25 13:03:19 +00:00
podman.md docs: update podman doc (#1228) 2022-09-09 09:43:24 +00:00
templates.md docs: add a language pack "contract" document (#918) 2022-04-11 13:30:07 +00:00