Commit Graph

8 Commits

Author SHA1 Message Date
Dave Protasowski f366415e3e
drop removeprefix as it's only available in python3.9 (#4843) 2022-03-17 13:56:33 -07:00
Dave Protasowski 01cf0ac167
update macro to lookup point releases for artifacts (#4831)
* update macro to lookup point releases for artifacts

* remove trailing whitespace

* use vargs to be explicit

* name the github client more explicitly

* drop pre-v1 support

* better naming for GithubRleases

* remove the full knative-prefix

* allow the macro helper to accept knative-v1.3.0 and v1.30.0

* handle the repos with bad tags

* better log message

* support go tag format as a fallback

* refactor so we use the GitHub release tag

Some repos we link to don't have the knative- prefix in their release tag
2022-03-17 09:13:34 -07:00
Paul Schweigert d4902d2b10
fixes link to client reference (#4638) 2022-01-17 02:14:29 -08:00
Paul Schweigert e9713b12e1
Build client docs (#4623)
* build kn docs

* navigation tweaks

* link to github version of kn docs

* removing unneeded envvar

* removing go

* style
2022-01-13 05:00:12 -08:00
Paul Schweigert aea730e2aa
Fix 1.0 banner again (#4601)
* strip out 'knative-' from KNATIVE_VERSION

* fixing versioning in yaml artifacts for 1.0+
2021-12-17 08:40:18 -08:00
Gerhard Lazu 1f1d8b0120
Fix all links to nightly releases (#4519)
Nightly (a.k.a. development) releases are published to knative-nightly,
and do not use the org name. This has not changed since 2019-05-17:
09f2b26361/scripts/release.sh (L96)

Thank you @andersonsoares-tomtom for reporting it via
https://github.com/knative/eventing/issues/5930

Fixes knative/eventing#5930

Signed-off-by: Gerhard Lazu <glazu@vmware.com>
2021-11-25 03:26:16 -08:00
Julian Friedman a24b819f1c
Add feature stable label macro and document that DomainMapping is beta (#3913)
* Add feature stable label macro

* Put description in expandable section, tweak padding
2021-07-07 05:54:18 -07:00
Julian Friedman 61b8c3f91e
Move mkdocs work over from julz/mkdocs branch (#3551)
* initial move over

* Fix up index page names

* Add version variables

* Escape macro syntax

* Automatic fixups with mkhugo

* Drop no-longer-needed excludes

* Rename more _index files

* Move broker-configmaps.md a README.md

avoids a directory with no index/readme

* Autogenerate Eventing nav

* Fix markdown

* Update Serving nav

* Add h1 headers

Makes things look nicer in github, and makes search work more accurately
in mkdocs

* Unexclude all samples

* Correct client link

* Fix gitignore, skip hugo tests
2021-05-11 05:58:46 -07:00