Commit Graph

7 Commits

Author SHA1 Message Date
Knative Prow Robot b4d646349f
drop removeprefix as it's only available in python3.9 (#4845)
Co-authored-by: Dave Protasowski <dprotaso@gmail.com>
2022-03-17 13:52:34 -07:00
Dave Protasowski 91d55d1cfd
update macro to lookup point releases for artifacts (#4831) (#4838)
* 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 10:28:34 -07:00
Samia Nneji 77474be4e8
fixes link to client reference (#4638) (#4639)
Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>
2022-01-17 06:07:30 -08:00
Paul Schweigert 4ce29a6979
add client docs to website (#4632) 2022-01-13 11:20:12 -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